Searched refs:NOP (Results 1 – 18 of 18) 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 | quicken_info.h | 40 return inst->IsQuickened() || inst->Opcode() == Instruction::NOP; in NeedsIndexForInstruction()
|
D | dex_instruction_test.cc | 23 Instruction::Code nop = Instruction::NOP; in TEST()
|
D | dex_to_dex_decompiler.cc | 102 case Instruction::NOP: in Decompile()
|
D | dex_instruction.cc | 45 if (opcode == Instruction::Code::NOP) { in InstructionSizeInCodeUnitsByOpcode()
|
D | dex_instruction_list.h | 22 V(0x00, NOP, "nop", k10x, kIndexNone, kContinue, 0, kVerifyNone) \
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 125 if (inst->Opcode() == Instruction::NOP) { in Compile() 196 case Instruction::NOP: in Compile() 248 inst->SetOpcode(Instruction::NOP); in CompileCheckCast() 253 inst->SetOpcode(Instruction::NOP); in CompileCheckCast()
|
/art/compiler/optimizing/ |
D | suspend_check_test.cc | 46 Instruction::NOP, in TEST_F()
|
D | pretty_printer_test.cc | 146 Instruction::NOP, in TEST_F()
|
D | dominator_test.cc | 128 Instruction::NOP, in TEST_F()
|
D | instruction_builder.cc | 2651 case Instruction::NOP: in ProcessDexInstruction()
|
/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 | 562 nop.insn.info = Instruction.getOpcodeInfo(Opcode.NOP); in alignDataInstructions()
|
/art/dexdump/ |
D | dexdump.cc | 954 if (pDecInsn->Opcode() == Instruction::NOP) { in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 879 if (dec_insn->Opcode() == Instruction::NOP) { in DumpInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1949 (insns[insn_idx] == Instruction::NOP && (insn_idx + 1 < insns_size) && in CodeFlowVerifyMethod() 2087 case Instruction::NOP: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 178 case Instruction::NOP: in ExecuteSwitchImpl()
|