Home
last modified time | relevance | path

Searched refs:IsQuickened (Results 1 – 7 of 7) 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.h568 bool IsQuickened() const { in IsQuickened() function
/art/runtime/dex/
Ddex_file_annotations.cc1391 if (iter->IsQuickened()) { in MethodContainsRSensitiveAccess()
/art/dex2oat/
Ddex2oat_test.cc985 ASSERT_FALSE(inst->IsQuickened()) << inst->Opcode() << " " << output_; in CheckResult()
/art/compiler/optimizing/
Dinstruction_builder.cc1813 if (instruction.IsQuickened()) { in BuildInstanceFieldAccess()
/art/runtime/verifier/
Dmethod_verifier.cc755 } else if (inst->IsQuickened()) { in GetFieldIdxOfFieldAccess()