Home
last modified time | relevance | path

Searched refs:IsQuickened (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dquicken_info.h60 return inst->IsQuickened() || inst->Opcode() == Instruction::NOP; in NeedsIndexForInstruction()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc198 return inst->IsQuickened() ? NextIndex() : index; in GetIndexForInstruction()
200 DCHECK(!inst->IsQuickened()); in GetIndexForInstruction()
219 DCHECK(!inst->IsQuickened()); in Compile()
/art/libdexfile/dex/
Ddex_instruction.h561 bool IsQuickened() const { in IsQuickened() function
/art/runtime/dex/
Ddex_file_annotations.cc1412 if (iter->IsQuickened()) { in MethodContainsRSensitiveAccess()
/art/dex2oat/
Ddex2oat_test.cc966 ASSERT_FALSE(inst->IsQuickened()) << inst->Opcode() << " " << output_; in CheckResult()