Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java136 INVOKE_VIRTUAL_RANGE, enumConstant
H A DInstruction.java438 addOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", 0x74, new Format3rc()); in addOpcodeInfo()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1032 HANDLER_ATTRIBUTES bool INVOKE_VIRTUAL_RANGE() { in INVOKE_VIRTUAL_RANGE() function