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

/dalvik/vm/mterp/c/
H A DOP_IF_GTZ.cpp1 HANDLE_OP_IF_XXZ(OP_IF_GTZ, "gtz", >)
/dalvik/vm/analysis/
H A DVerifySubs.cpp120 case OP_IF_GTZ:
H A DLiveness.cpp355 case OP_IF_GTZ:
H A DDexVerify.cpp1069 case OP_IF_GTZ:
H A DCodeVerify.cpp4429 case OP_IF_GTZ:
/dalvik/libdex/
H A DDexOpcodes.h131 OP_IF_GTZ = 0x3c, enumerator in enum:Opcode
397 H(OP_IF_GTZ), \
/dalvik/vm/compiler/
H A DLoop.cpp147 case OP_IF_GTZ:
150 return OP_IF_GTZ;
H A DFrontend.cpp153 case OP_IF_GTZ:
925 case OP_IF_GTZ:
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp612 case OP_IF_GTZ:
H A DBytecodeVisitor.cpp149 case OP_IF_GTZ:
1761 case OP_IF_GTZ:
3833 case OP_IF_GTZ:
H A DAnalysisO1.cpp298 inst_op == OP_IF_GEZ || inst_op == OP_IF_GTZ || inst_op == OP_IF_LEZ) return true;
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp2132 case OP_IF_GTZ:
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp1958 /* File: c/OP_IF_GTZ.cpp */
1959 HANDLE_OP_IF_XXZ(OP_IF_GTZ, "gtz", >)
H A DInterpC-portable.cpp1969 /* File: c/OP_IF_GTZ.cpp */
1970 HANDLE_OP_IF_XXZ(OP_IF_GTZ, "gtz", >)
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp2177 case OP_IF_GTZ:

Completed in 7532 milliseconds