Home
last modified time | relevance | path

Searched refs:NOP (Results 1 – 16 of 16) sorted by relevance

/art/test/590-infinite-loop-with-nop/
Dinfo.txt1 Regression test for debug build check failure for infinite loop with NOP.
/art/runtime/
Ddex_instruction_test.cc23 Instruction::Code nop = Instruction::NOP; in TEST()
Ddex_instruction.cc72 ((opcode == NOP) ? -1 : \
Ddex_instruction_list.h21 V(0x00, NOP, "nop", k10x, false, kIndexNone, kContinue, kVerifyNone) \
/art/compiler/optimizing/
Dsuspend_check_test.cc46 Instruction::NOP, in TEST_F()
Dpretty_printer_test.cc147 Instruction::NOP, in TEST_F()
Ddominator_test.cc128 Instruction::NOP, in TEST_F()
Dinstruction_builder.cc2493 case Instruction::NOP: in ProcessDexInstruction()
/art/compiler/dex/
Ddex_to_dex_compiler.cc237 inst->SetOpcode(Instruction::NOP); in CompileCheckCast()
242 inst->SetOpcode(Instruction::NOP); in CompileCheckCast()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java20 NOP, enumConstant
DInstruction.java320 addOpcodeInfo(Opcode.NOP, "nop", 0x00, new Format10x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/
DCodeTranslator.java554 nop.insn.info = Instruction.getOpcodeInfo(Opcode.NOP); in alignDataInstructions()
/art/dexdump/
Ddexdump.cc639 if (pDecInsn->Opcode() == Instruction::NOP) { in dumpInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc1889 (insns[insn_idx] == Instruction::NOP && (insn_idx + 1 < insns_size) && in CodeFlowVerifyMethod()
2030 case Instruction::NOP: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc128 case Instruction::NOP: in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc203 HANDLE_INSTRUCTION_START(NOP) in ExecuteGotoImpl()