Home
last modified time | relevance | path

Searched refs:CONST_METHOD_HANDLE (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Ddex_instruction_list.h276 …V(0xFE, CONST_METHOD_HANDLE, "const-method-handle", k21c, kIndexMethodHandleRef, kContinue | kThro…
/art/compiler/optimizing/
Dinstruction_builder.cc3043 case Instruction::CONST_METHOD_HANDLE: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h731 ALWAYS_INLINE void CONST_METHOD_HANDLE() REQUIRES_SHARED(Locks::mutator_lock_) { in CONST_METHOD_HANDLE() function
/art/runtime/verifier/
Dmethod_verifier.cc2315 case Instruction::CONST_METHOD_HANDLE: in CodeFlowVerifyInstruction()