Searched refs:INVOKE_CUSTOM (Results 1 – 6 of 6) sorted by relevance
/art/libdexfile/dex/ |
D | dex_instruction_test.cc | 174 EXPECT_EQ(DumpInst35c(Instruction::INVOKE_CUSTOM, 1234, {3, 2, 1}), in TEST()
|
D | dex_instruction.cc | 411 case INVOKE_CUSTOM: in DumpString()
|
D | dex_instruction_list.h | 274 …V(0xFC, INVOKE_CUSTOM, "invoke-custom", k35c, kIndexCallSiteRef, kContinue | kThrow, 0, kVerifyReg…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2319 case Instruction::INVOKE_CUSTOM: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1773 ALWAYS_INLINE void INVOKE_CUSTOM() REQUIRES_SHARED(Locks::mutator_lock_) { in INVOKE_CUSTOM() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3176 case Instruction::INVOKE_CUSTOM: in CodeFlowVerifyInstruction()
|