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

/dalvik/vm/mterp/c/
H A DOP_IF_LTZ.cpp1 HANDLE_OP_IF_XXZ(OP_IF_LTZ, "ltz", <)
/dalvik/vm/analysis/
H A DVerifySubs.cpp118 case OP_IF_LTZ:
H A DLiveness.cpp353 case OP_IF_LTZ:
H A DDexVerify.cpp1067 case OP_IF_LTZ:
H A DCodeVerify.cpp4427 case OP_IF_LTZ:
/dalvik/vm/compiler/
H A DLoop.cpp143 case OP_IF_LTZ:
146 return OP_IF_LTZ;
279 case OP_IF_LTZ:
490 } else if (loopAnalysis->loopBranchOpcode == OP_IF_LTZ) {
H A DFrontend.cpp151 case OP_IF_LTZ:
923 case OP_IF_LTZ:
/dalvik/libdex/
H A DDexOpcodes.h129 OP_IF_LTZ = 0x3a, enumerator in enum:Opcode
395 H(OP_IF_LTZ), \
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp608 case OP_IF_LTZ:
H A DBytecodeVisitor.cpp145 case OP_IF_LTZ:
1759 case OP_IF_LTZ:
3831 case OP_IF_LTZ:
H A DAnalysisO1.cpp297 if(inst_op == OP_IF_EQZ || inst_op == OP_IF_NEZ || inst_op == OP_IF_LTZ ||
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp2126 case OP_IF_LTZ:
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp1950 /* File: c/OP_IF_LTZ.cpp */
1951 HANDLE_OP_IF_XXZ(OP_IF_LTZ, "ltz", <)
H A DInterpC-portable.cpp1961 /* File: c/OP_IF_LTZ.cpp */
1962 HANDLE_OP_IF_XXZ(OP_IF_LTZ, "ltz", <)
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp2171 case OP_IF_LTZ:

Completed in 143 milliseconds