Searched refs:INVOKE_INTERFACE_RANGE (Results 1 – 20 of 20) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | InvokeChanger.java | 46 Opcode.INVOKE_INTERFACE_RANGE, 170 return Opcode.isBetween(opcode, Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE); in isRangeInvokeInst()
|
D | RandomInstructionGenerator.java | 136 || Opcode.isBetween(newOpcode, Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE) in generateMutation()
|
/art/runtime/jit/ |
D | profiling_info.cc | 50 case Instruction::INVOKE_INTERFACE_RANGE: in Create()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 140 INVOKE_INTERFACE_RANGE, enumConstant
|
D | CodeItem.java | 192 Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE)) { in incrementIndex()
|
D | Instruction.java | 442 addOpcodeInfo(Opcode.INVOKE_INTERFACE_RANGE, "invoke-interface/range", in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 67 return Instruction::INVOKE_VIRTUAL <= opcode && opcode <= Instruction::INVOKE_INTERFACE_RANGE && in IsInstructionInvoke()
|
D | dex_instruction.cc | 409 case INVOKE_INTERFACE_RANGE: in DumpString()
|
D | dex_instruction_list.h | 142 …V(0x78, INVOKE_INTERFACE_RANGE, "invoke-interface/range", k3rc, kIndexMethodRef, kContinue | kThro…
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 111 case Instruction::INVOKE_INTERFACE_RANGE: in CollectAccesses()
|
D | flow_analysis.cc | 349 case Instruction::INVOKE_INTERFACE_RANGE: in ProcessDexInstruction()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 42 code == Instruction::INVOKE_INTERFACE_RANGE; in IsRange() 412 case Instruction::INVOKE_INTERFACE_RANGE: { in ProcessDexFile()
|
/art/runtime/ |
D | common_throws.cc | 475 case Instruction::INVOKE_INTERFACE_RANGE: in IsValidImplicitCheck() 584 case Instruction::INVOKE_INTERFACE_RANGE: in ThrowNullPointerExceptionFromDexPC()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1286 case Instruction::INVOKE_INTERFACE_RANGE: in artQuickResolutionTrampoline() 2310 instr_code == Instruction::INVOKE_INTERFACE_RANGE) in artInvokeInterfaceTrampoline() 2315 DCHECK_EQ(instr_code, Instruction::INVOKE_INTERFACE_RANGE); in artInvokeInterfaceTrampoline()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 296 case Instruction::INVOKE_INTERFACE_RANGE: { in NterpGetMethod()
|
/art/profman/ |
D | profman.cc | 1143 case Instruction::INVOKE_INTERFACE_RANGE: in GetAllInvokes() 1172 inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE) { in HasSingleInvoke()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1056 HANDLER_ATTRIBUTES bool INVOKE_INTERFACE_RANGE() { in INVOKE_INTERFACE_RANGE() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 846 case Instruction::INVOKE_INTERFACE_RANGE: in GetInvokeTypeFromOpCode() 2754 case Instruction::INVOKE_INTERFACE_RANGE: in ProcessDexInstruction()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1401 case Instruction::INVOKE_INTERFACE_RANGE: in MethodContainsRSensitiveAccess()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3071 case Instruction::INVOKE_INTERFACE_RANGE: { in CodeFlowVerifyInstruction() 3072 bool is_range = (inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE); in CodeFlowVerifyInstruction()
|