Home
last modified time | relevance | path

Searched refs:INVOKE_INTERFACE_RANGE (Results 1 – 19 of 19) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DInvokeChanger.java46 Opcode.INVOKE_INTERFACE_RANGE,
170 return Opcode.isBetween(opcode, Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE); in isRangeInvokeInst()
DRandomInstructionGenerator.java137 Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE) in generateMutation()
/art/runtime/jit/
Dprofiling_info.cc53 case Instruction::INVOKE_INTERFACE_RANGE: in Create()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java140 INVOKE_INTERFACE_RANGE, enumConstant
DCodeItem.java192 Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE)) { in incrementIndex()
DInstruction.java442 addOpcodeInfo(Opcode.INVOKE_INTERFACE_RANGE, "invoke-interface/range", in addOpcodeInfo() argument
/art/tools/veridex/
Dhidden_api_finder.cc104 case Instruction::INVOKE_INTERFACE_RANGE: in CollectAccesses()
Dflow_analysis.cc326 case Instruction::INVOKE_INTERFACE_RANGE: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_utils.h67 return Instruction::INVOKE_VIRTUAL <= opcode && opcode <= Instruction::INVOKE_INTERFACE_RANGE && in IsInstructionInvoke()
Ddex_instruction.cc436 case INVOKE_INTERFACE_RANGE: in DumpString()
Ddex_instruction_list.h142 …V(0x78, INVOKE_INTERFACE_RANGE, "invoke-interface/range", k3rc, kIndexMethodRef, kContinue | kThro…
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc42 code == Instruction::INVOKE_INTERFACE_RANGE; in IsRange()
412 case Instruction::INVOKE_INTERFACE_RANGE: { in ProcessDexFile()
/art/runtime/
Dcommon_throws.cc475 case Instruction::INVOKE_INTERFACE_RANGE: in IsValidImplicitCheck()
610 case Instruction::INVOKE_INTERFACE_RANGE: in ThrowNullPointerExceptionFromDexPC()
/art/runtime/interpreter/mterp/
Dnterp.cc200 case Instruction::INVOKE_INTERFACE_RANGE: { in NterpGetMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1286 case Instruction::INVOKE_INTERFACE_RANGE: in artQuickResolutionTrampoline()
2400 instr_code == Instruction::INVOKE_INTERFACE_RANGE) in artInvokeInterfaceTrampoline()
2405 DCHECK_EQ(instr_code, Instruction::INVOKE_INTERFACE_RANGE); in artInvokeInterfaceTrampoline()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1187 HANDLER_ATTRIBUTES bool INVOKE_INTERFACE_RANGE() { in INVOKE_INTERFACE_RANGE() function
/art/compiler/optimizing/
Dinstruction_builder.cc816 case Instruction::INVOKE_INTERFACE_RANGE: in GetInvokeTypeFromOpCode()
2575 case Instruction::INVOKE_INTERFACE_RANGE: in ProcessDexInstruction()
/art/runtime/dex/
Ddex_file_annotations.cc1427 case Instruction::INVOKE_INTERFACE_RANGE: in MethodContainsRSensitiveAccess()
/art/runtime/verifier/
Dmethod_verifier.cc3095 case Instruction::INVOKE_INTERFACE_RANGE: { in CodeFlowVerifyInstruction()
3096 bool is_range = (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE); in CodeFlowVerifyInstruction()