Home
last modified time | relevance | path

Searched refs:INVOKE_CUSTOM (Results 1 – 7 of 7) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction_test.cc172 EXPECT_EQ(DumpInst35c(Instruction::INVOKE_CUSTOM, 1234, {3, 2, 1}), in TEST()
Ddex_instruction.cc384 case INVOKE_CUSTOM: in DumpString()
Ddex_instruction_list.h274 …V(0xFC, INVOKE_CUSTOM, "invoke-custom", k35c, kIndexCallSiteRef, kContinue | kThrow, 0, kVerifyReg…
/art/runtime/interpreter/mterp/
Dnterp.cc246 uint16_t call_site_index = (inst->Opcode() == Instruction::INVOKE_CUSTOM in NterpGetShortyFromInvokeCustom()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1082 HANDLER_ATTRIBUTES bool INVOKE_CUSTOM() { in INVOKE_CUSTOM() function
/art/compiler/optimizing/
Dinstruction_builder.cc2782 case Instruction::INVOKE_CUSTOM: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3160 case Instruction::INVOKE_CUSTOM: in CodeFlowVerifyInstruction()