Home
last modified time | relevance | path

Searched refs:NOP (Results 1 – 18 of 18) 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/
Dquicken_info.h40 return inst->IsQuickened() || inst->Opcode() == Instruction::NOP; in NeedsIndexForInstruction()
Ddex_instruction_test.cc23 Instruction::Code nop = Instruction::NOP; in TEST()
Ddex_to_dex_decompiler.cc102 case Instruction::NOP: in Decompile()
Ddex_instruction.cc45 if (opcode == Instruction::Code::NOP) { in InstructionSizeInCodeUnitsByOpcode()
Ddex_instruction_list.h22 V(0x00, NOP, "nop", k10x, kIndexNone, kContinue, 0, kVerifyNone) \
/art/compiler/dex/
Ddex_to_dex_compiler.cc125 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/
Dsuspend_check_test.cc46 Instruction::NOP, in TEST_F()
Dpretty_printer_test.cc146 Instruction::NOP, in TEST_F()
Ddominator_test.cc128 Instruction::NOP, in TEST_F()
Dinstruction_builder.cc2651 case Instruction::NOP: in ProcessDexInstruction()
/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.java562 nop.insn.info = Instruction.getOpcodeInfo(Opcode.NOP); in alignDataInstructions()
/art/dexdump/
Ddexdump.cc954 if (pDecInsn->Opcode() == Instruction::NOP) { in dumpInstruction()
/art/dexlayout/
Ddexlayout.cc879 if (dec_insn->Opcode() == Instruction::NOP) { in DumpInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc1949 (insns[insn_idx] == Instruction::NOP && (insn_idx + 1 < insns_size) && in CodeFlowVerifyMethod()
2087 case Instruction::NOP: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc178 case Instruction::NOP: in ExecuteSwitchImpl()