Home
last modified time | relevance | path

Searched defs:INVOKE_VIRTUAL_RANGE (Results 1 – 3 of 3) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java136 INVOKE_VIRTUAL_RANGE, enumConstant
DInstruction.java438 addOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", 0x74, new Format3rc()); in addOpcodeInfo()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1693 ALWAYS_INLINE void INVOKE_VIRTUAL_RANGE() REQUIRES_SHARED(Locks::mutator_lock_) { in INVOKE_VIRTUAL_RANGE() function