Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.cc452 case INVOKE_CUSTOM_RANGE: in DumpString()
Ddex_instruction_list.h275 …V(0xFD, INVOKE_CUSTOM_RANGE, "invoke-custom/range", k3rc, kIndexCallSiteRef, kContinue | kThrow, 0…
/art/runtime/verifier/
Dmethod_verifier.cc3177 case Instruction::INVOKE_CUSTOM_RANGE: { in CodeFlowVerifyInstruction()
3179 bool is_range = (inst->Opcode() == Instruction::INVOKE_CUSTOM_RANGE); in CodeFlowVerifyInstruction()
/art/compiler/optimizing/
Dinstruction_builder.cc2327 case Instruction::INVOKE_CUSTOM_RANGE: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1780 ALWAYS_INLINE void INVOKE_CUSTOM_RANGE() REQUIRES_SHARED(Locks::mutator_lock_) { in INVOKE_CUSTOM_RANGE() function