Searched refs:NOP (Results 1 – 16 of 16) sorted by relevance
/art/test/590-infinite-loop-with-nop/ |
D | info.txt | 1 Regression test for debug build check failure for infinite loop with NOP.
|
/art/runtime/ |
D | dex_instruction_test.cc | 23 Instruction::Code nop = Instruction::NOP; in TEST()
|
D | dex_instruction.cc | 72 ((opcode == NOP) ? -1 : \
|
D | dex_instruction_list.h | 21 V(0x00, NOP, "nop", k10x, false, kIndexNone, kContinue, kVerifyNone) \
|
/art/compiler/optimizing/ |
D | suspend_check_test.cc | 46 Instruction::NOP, in TEST_F()
|
D | pretty_printer_test.cc | 147 Instruction::NOP, in TEST_F()
|
D | dominator_test.cc | 128 Instruction::NOP, in TEST_F()
|
D | instruction_builder.cc | 2493 case Instruction::NOP: in ProcessDexInstruction()
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 237 inst->SetOpcode(Instruction::NOP); in CompileCheckCast() 242 inst->SetOpcode(Instruction::NOP); in CompileCheckCast()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 20 NOP, enumConstant
|
D | Instruction.java | 320 addOpcodeInfo(Opcode.NOP, "nop", 0x00, new Format10x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | CodeTranslator.java | 554 nop.insn.info = Instruction.getOpcodeInfo(Opcode.NOP); in alignDataInstructions()
|
/art/dexdump/ |
D | dexdump.cc | 639 if (pDecInsn->Opcode() == Instruction::NOP) { in dumpInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1889 (insns[insn_idx] == Instruction::NOP && (insn_idx + 1 < insns_size) && in CodeFlowVerifyMethod() 2030 case Instruction::NOP: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 128 case Instruction::NOP: in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 203 HANDLE_INSTRUCTION_START(NOP) in ExecuteGotoImpl()
|