Searched refs:INVOKE_SUPER (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | InvokeChanger.java | 35 Opcode.INVOKE_SUPER,
|
D | NewMethodCaller.java | 154 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_SUPER); in applyMutation()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 131 INVOKE_SUPER, enumConstant
|
D | Instruction.java | 433 addOpcodeInfo(Opcode.INVOKE_SUPER, "invoke-super", 0x6f, new Format35c()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 97 case Instruction::INVOKE_SUPER: in CollectAccesses()
|
D | flow_analysis.cc | 319 case Instruction::INVOKE_SUPER: in ProcessDexInstruction()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 422 case Instruction::INVOKE_SUPER: in ProcessDexFile() 584 case Instruction::INVOKE_SUPER: in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 361 case Instruction::INVOKE_SUPER: { in ProcessCodeItem()
|
/art/runtime/ |
D | common_throws.cc | 478 case Instruction::INVOKE_SUPER: in IsValidImplicitCheck() 601 case Instruction::INVOKE_SUPER: in ThrowNullPointerExceptionFromDexPC()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 390 case INVOKE_SUPER: in DumpString()
|
D | dex_instruction_list.h | 133 …V(0x6F, INVOKE_SUPER, "invoke-super", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, kVer…
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 183 case Instruction::INVOKE_SUPER: { in NterpGetMethod()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1167 HANDLER_ATTRIBUTES bool INVOKE_SUPER() { in INVOKE_SUPER() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 819 case Instruction::INVOKE_SUPER: in GetInvokeTypeFromOpCode() 2551 case Instruction::INVOKE_SUPER: in ProcessDexInstruction()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1410 case Instruction::INVOKE_SUPER: in MethodContainsRSensitiveAccess()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2946 case Instruction::INVOKE_SUPER: in CodeFlowVerifyInstruction() 2953 bool is_super = (inst->Opcode() == Instruction::INVOKE_SUPER || in CodeFlowVerifyInstruction()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1266 case Instruction::INVOKE_SUPER: in artQuickResolutionTrampoline()
|