Searched refs:OP_IF_EQZ (Results 1 - 15 of 15) sorted by path

/dalvik/libdex/
H A DDexOpcodes.h127 OP_IF_EQZ = 0x38, enumerator in enum:Opcode
393 H(OP_IF_EQZ), \
/dalvik/vm/analysis/
H A DCodeVerify.cpp4415 case OP_IF_EQZ:
H A DDexVerify.cpp1065 case OP_IF_EQZ:
H A DLiveness.cpp351 case OP_IF_EQZ:
H A DVerifySubs.cpp116 case OP_IF_EQZ:
/dalvik/vm/compiler/
H A DFrontend.cpp149 case OP_IF_EQZ:
921 case OP_IF_EQZ:
H A DLoop.cpp139 case OP_IF_EQZ:
142 return OP_IF_EQZ;
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp2120 case OP_IF_EQZ:
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp2164 case OP_IF_EQZ:
/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.cpp297 if(inst_op == OP_IF_EQZ || inst_op == OP_IF_NEZ || inst_op == OP_IF_LTZ ||
H A DBytecodeVisitor.cpp141 case OP_IF_EQZ:
1757 case OP_IF_EQZ:
3829 case OP_IF_EQZ: //called function common_periodicChecks4
H A DLower.cpp604 case OP_IF_EQZ:
/dalvik/vm/mterp/c/
H A DOP_IF_EQZ.cpp1 HANDLE_OP_IF_XXZ(OP_IF_EQZ, "eqz", ==)
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp1942 /* File: c/OP_IF_EQZ.cpp */
1943 HANDLE_OP_IF_XXZ(OP_IF_EQZ, "eqz", ==)
H A DInterpC-portable.cpp1953 /* File: c/OP_IF_EQZ.cpp */
1954 HANDLE_OP_IF_XXZ(OP_IF_EQZ, "eqz", ==)

Completed in 3804 milliseconds