Searched refs:OP_INVOKE_SUPER_QUICK_RANGE (Results 1 - 15 of 15) sorted by relevance

/dalvik/vm/mterp/c/
H A DOP_INVOKE_SUPER_QUICK_RANGE.cpp1 HANDLE_OPCODE(OP_INVOKE_SUPER_QUICK_RANGE /*{vCCCC..v(CCCC+AA-1)}, meth@BBBB*/)
/dalvik/libdex/
H A DDexOpcodes.h322 OP_INVOKE_SUPER_QUICK_RANGE = 0xfb, enumerator in enum:Opcode
588 H(OP_INVOKE_SUPER_QUICK_RANGE), \
/dalvik/vm/compiler/
H A DInlineTransformation.cpp347 case OP_INVOKE_SUPER_QUICK_RANGE:
H A DFrontend.cpp112 case OP_INVOKE_SUPER_QUICK_RANGE: {
469 case OP_INVOKE_SUPER_QUICK_RANGE: {
/dalvik/vm/analysis/
H A DLiveness.cpp696 case OP_INVOKE_SUPER_QUICK_RANGE:
H A DDexVerify.cpp1171 case OP_INVOKE_SUPER_QUICK_RANGE:
H A DOptimize.cpp319 rewriteVirtualInvoke(method, insns, OP_INVOKE_SUPER_QUICK_RANGE);
H A DCodeVerify.cpp5776 case OP_INVOKE_SUPER_QUICK_RANGE:
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp971 case OP_INVOKE_SUPER_QUICK_RANGE:
H A DBytecodeVisitor.cpp368 case OP_INVOKE_SUPER_QUICK_RANGE:
2068 case OP_INVOKE_SUPER_QUICK_RANGE:
2075 inst_op == OP_INVOKE_SUPER_QUICK_RANGE) {
2086 inst_op == OP_INVOKE_SUPER_QUICK_RANGE))
2098 if(inst_op != OP_INVOKE_VIRTUAL_QUICK_RANGE && inst_op != OP_INVOKE_SUPER_QUICK_RANGE)
5245 case OP_INVOKE_SUPER_QUICK_RANGE:
5269 if(inst_op == OP_INVOKE_SUPER_QUICK_RANGE)
H A DAnalysisO1.cpp689 (inst_op >= OP_INVOKE_VIRTUAL_QUICK && inst_op <= OP_INVOKE_SUPER_QUICK_RANGE))
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp3400 case OP_INVOKE_SUPER_QUICK_RANGE: {
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp2996 /* File: c/OP_INVOKE_SUPER_QUICK_RANGE.cpp */
2997 HANDLE_OPCODE(OP_INVOKE_SUPER_QUICK_RANGE /*{vCCCC..v(CCCC+AA-1)}, meth@BBBB*/)
H A DInterpC-portable.cpp3007 /* File: c/OP_INVOKE_SUPER_QUICK_RANGE.cpp */
3008 HANDLE_OPCODE(OP_INVOKE_SUPER_QUICK_RANGE /*{vCCCC..v(CCCC+AA-1)}, meth@BBBB*/)
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp3525 case OP_INVOKE_SUPER_QUICK_RANGE: {

Completed in 2550 milliseconds