Searched refs:OP_INVOKE_VIRTUAL_QUICK_RANGE (Results 1 - 14 of 14) sorted by relevance

/dalvik/vm/mterp/c/
H A DOP_INVOKE_VIRTUAL_QUICK_RANGE.cpp1 HANDLE_OPCODE(OP_INVOKE_VIRTUAL_QUICK_RANGE/*{vCCCC..v(CCCC+AA-1)}, meth@BBBB*/)
/dalvik/libdex/
H A DDexOpcodes.h320 OP_INVOKE_VIRTUAL_QUICK_RANGE = 0xf9, enumerator in enum:Opcode
586 H(OP_INVOKE_VIRTUAL_QUICK_RANGE), \
/dalvik/vm/compiler/
H A DInlineTransformation.cpp392 case OP_INVOKE_VIRTUAL_QUICK_RANGE:
H A DFrontend.cpp82 case OP_INVOKE_VIRTUAL_QUICK_RANGE:
/dalvik/vm/analysis/
H A DLiveness.cpp694 case OP_INVOKE_VIRTUAL_QUICK_RANGE:
H A DDexVerify.cpp1169 case OP_INVOKE_VIRTUAL_QUICK_RANGE:
H A DOptimize.cpp312 OP_INVOKE_VIRTUAL_QUICK_RANGE);
H A DCodeVerify.cpp5774 case OP_INVOKE_VIRTUAL_QUICK_RANGE:
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp967 case OP_INVOKE_VIRTUAL_QUICK_RANGE:
H A DBytecodeVisitor.cpp366 case OP_INVOKE_VIRTUAL_QUICK_RANGE:
2067 case OP_INVOKE_VIRTUAL_QUICK_RANGE:
2074 inst_op == OP_INVOKE_INTERFACE_RANGE || inst_op == OP_INVOKE_VIRTUAL_QUICK_RANGE ||
2085 if(kk == 0 && (inst_op == OP_INVOKE_VIRTUAL_QUICK_RANGE ||
2098 if(inst_op != OP_INVOKE_VIRTUAL_QUICK_RANGE && inst_op != OP_INVOKE_SUPER_QUICK_RANGE)
5209 case OP_INVOKE_VIRTUAL_QUICK_RANGE:
5238 if(inst_op == OP_INVOKE_VIRTUAL_QUICK_RANGE)
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp3363 case OP_INVOKE_VIRTUAL_QUICK_RANGE:
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp2986 /* File: c/OP_INVOKE_VIRTUAL_QUICK_RANGE.cpp */
2987 HANDLE_OPCODE(OP_INVOKE_VIRTUAL_QUICK_RANGE/*{vCCCC..v(CCCC+AA-1)}, meth@BBBB*/)
H A DInterpC-portable.cpp2997 /* File: c/OP_INVOKE_VIRTUAL_QUICK_RANGE.cpp */
2998 HANDLE_OPCODE(OP_INVOKE_VIRTUAL_QUICK_RANGE/*{vCCCC..v(CCCC+AA-1)}, meth@BBBB*/)
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp3497 case OP_INVOKE_VIRTUAL_QUICK_RANGE:

Completed in 105 milliseconds