Home
last modified time | relevance | path

Searched defs:INVOKE_VIRTUAL (Results 1 – 4 of 4) sorted by relevance

/art/test/979-const-method-handle/util-src/annotations/
DConstantMethodHandle.java39 public static final int INVOKE_VIRTUAL = 5; field
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java130 INVOKE_VIRTUAL, enumConstant
DInstruction.java432 addOpcodeInfo(Opcode.INVOKE_VIRTUAL, "invoke-virtual", 0x6e, new Format35c()); in addOpcodeInfo()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1687 ALWAYS_INLINE void INVOKE_VIRTUAL() REQUIRES_SHARED(Locks::mutator_lock_) { in INVOKE_VIRTUAL() function