Searched refs:OP_NOP (Results 1 - 18 of 18) sorted by relevance

/dalvik/vm/mterp/c/
H A DOP_NOP.cpp1 HANDLE_OPCODE(OP_NOP)
/dalvik/vm/analysis/
H A DOptimize.cpp169 volatileOpc = OP_NOP;
239 quickOpc = OP_NOP; /* if essential-only, no "-quick" sub */
240 if (quickOpc != OP_NOP || volatileOpc != OP_NOP)
275 if (volatileOpc != OP_NOP)
671 * If "volatileOpc" is OP_NOP we don't check to see if it's a volatile
672 * field. If "quickOpc" is OP_NOP, and this is a non-volatile field,
693 if (volatileOpc != OP_NOP && dvmIsVolatileField(instField)) {
697 } else if (quickOpc != OP_NOP && instField->byteOffset < 65536) {
723 assert(volatileOpc != OP_NOP);
[all...]
H A DVfyBasicBlock.cpp445 } else if (opcode == OP_NOP && isDataChunk(meth->insns[nextIdx])) {
H A DLiveness.cpp334 case OP_NOP:
H A DDexVerify.cpp821 case OP_NOP:
H A DCodeVerify.cpp3326 dvmUpdateCodeUnit(meth, oldInsns+2, OP_NOP);
3740 (instr == OP_NOP && (insnIdx + 1 < insnsSize) &&
3867 case OP_NOP:
/dalvik/vm/compiler/codegen/mips/
H A DCodegenCommon.cpp353 mir->next->dalvikInsn.opcode = OP_NOP;
390 mir->next->dalvikInsn.opcode = OP_NOP;
H A DCodegenDriver.cpp1433 if (mir->dalvikInsn.opcode == OP_NOP)
1564 case OP_NOP:
/dalvik/vm/compiler/codegen/arm/
H A DCodegenCommon.cpp347 mir->next->dalvikInsn.opcode = OP_NOP;
400 mir->next->dalvikInsn.opcode = OP_NOP;
H A DCodegenDriver.cpp1373 if (mir->dalvikInsn.opcode == OP_NOP)
1504 case OP_NOP:
/dalvik/libdex/
H A DDexOpcodes.h71 OP_NOP = 0x00, enumerator in enum:Opcode
337 H(OP_NOP), \
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp494 case OP_NOP:
H A DBytecodeVisitor.cpp31 case OP_NOP:
1235 case OP_NOP:
3331 case OP_NOP:
/dalvik/dexdump/
H A DDexDump.cpp868 if (pDecInsn->opcode == OP_NOP) {
/dalvik/vm/interp/
H A DInterp.cpp219 return ((GET_OPCODE(curVal)) == OP_NOP && (curVal >> 8) != 0);
/dalvik/vm/compiler/
H A DFrontend.cpp29 * Since the low 8-bit in metadata may look like OP_NOP, we need to check
32 return (opcode != OP_NOP || instr == 0);
968 /* Create a fallthrough block for real instructions (incl. OP_NOP) */
1134 /* Create a fallthrough block for real instructions (incl. OP_NOP) */
1254 * (incl. OP_NOP).
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp1165 /* File: c/OP_NOP.cpp */
1166 HANDLE_OPCODE(OP_NOP)
H A DInterpC-portable.cpp1176 /* File: c/OP_NOP.cpp */
1177 HANDLE_OPCODE(OP_NOP)

Completed in 3990 milliseconds