Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction_test.cc174 EXPECT_EQ(DumpInst35c(Instruction::INVOKE_CUSTOM, 1234, {3, 2, 1}), in TEST()
Ddex_instruction.cc411 case INVOKE_CUSTOM: in DumpString()
Ddex_instruction_list.h274 …V(0xFC, INVOKE_CUSTOM, "invoke-custom", k35c, kIndexCallSiteRef, kContinue | kThrow, 0, kVerifyReg…
/art/compiler/optimizing/
Dinstruction_builder.cc2319 case Instruction::INVOKE_CUSTOM: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1773 ALWAYS_INLINE void INVOKE_CUSTOM() REQUIRES_SHARED(Locks::mutator_lock_) { in INVOKE_CUSTOM() function
/art/runtime/verifier/
Dmethod_verifier.cc3176 case Instruction::INVOKE_CUSTOM: in CodeFlowVerifyInstruction()