Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction.cc418 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/interpreter/
Dinterpreter_switch_impl-inl.h1266 HANDLER_ATTRIBUTES bool INVOKE_CUSTOM_RANGE() { in INVOKE_CUSTOM_RANGE() function
/art/runtime/verifier/
Dmethod_verifier.cc3082 case Instruction::INVOKE_CUSTOM_RANGE: { in CodeFlowVerifyInstruction()
3084 bool is_range = (inst->Opcode() == Instruction::INVOKE_CUSTOM_RANGE); in CodeFlowVerifyInstruction()
/art/compiler/optimizing/
Dinstruction_builder.cc2980 case Instruction::INVOKE_CUSTOM_RANGE: { in ProcessDexInstruction()