Searched refs:INVOKE_CUSTOM (Results 1 – 7 of 7) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction_test.cc | 172 EXPECT_EQ(DumpInst35c(Instruction::INVOKE_CUSTOM, 1234, {3, 2, 1}), in TEST()
|
D | dex_instruction.cc | 384 case INVOKE_CUSTOM: in DumpString()
|
D | dex_instruction_list.h | 274 …V(0xFC, INVOKE_CUSTOM, "invoke-custom", k35c, kIndexCallSiteRef, kContinue | kThrow, 0, kVerifyReg…
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 246 uint16_t call_site_index = (inst->Opcode() == Instruction::INVOKE_CUSTOM in NterpGetShortyFromInvokeCustom()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1082 HANDLER_ATTRIBUTES bool INVOKE_CUSTOM() { in INVOKE_CUSTOM() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2782 case Instruction::INVOKE_CUSTOM: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3160 case Instruction::INVOKE_CUSTOM: in CodeFlowVerifyInstruction()
|