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

/dalvik/vm/mterp/c/
H A DOP_IF_GT.cpp1 HANDLE_OP_IF_XX(OP_IF_GT, "gt", >)
/dalvik/vm/analysis/
H A DVerifySubs.cpp114 case OP_IF_GT:
H A DLiveness.cpp377 case OP_IF_GT:
H A DDexVerify.cpp1059 case OP_IF_GT:
H A DCodeVerify.cpp4394 case OP_IF_GT:
/dalvik/vm/compiler/
H A DLoop.cpp134 case OP_IF_GT:
137 return OP_IF_GT;
262 case OP_IF_GT:
H A DFrontend.cpp144 case OP_IF_GT:
917 case OP_IF_GT:
/dalvik/libdex/
H A DDexOpcodes.h125 OP_IF_GT = 0x36, enumerator in enum:Opcode
391 H(OP_IF_GT), \
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp600 case OP_IF_GT:
H A DBytecodeVisitor.cpp137 case OP_IF_GT:
1742 case OP_IF_GT:
3814 case OP_IF_GT:
H A DAnalysisO1.cpp296 inst_op == OP_IF_GE || inst_op == OP_IF_GT || inst_op == OP_IF_LE) return true;
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp2635 case OP_IF_GT:
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp1934 /* File: c/OP_IF_GT.cpp */
1935 HANDLE_OP_IF_XX(OP_IF_GT, "gt", >)
H A DInterpC-portable.cpp1945 /* File: c/OP_IF_GT.cpp */
1946 HANDLE_OP_IF_XX(OP_IF_GT, "gt", >)
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp2697 case OP_IF_GT:

Completed in 310 milliseconds