Home
last modified time | relevance | path

Searched refs:NOP (Results 1 – 21 of 21) 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.h60 return inst->IsQuickened() || inst->Opcode() == Instruction::NOP; in NeedsIndexForInstruction()
Ddex_to_dex_decompiler.cc104 case Instruction::NOP: in Decompile()
/art/compiler/optimizing/
Dsuspend_check_test.cc47 Instruction::NOP, in TEST_F()
Dpretty_printer_test.cc148 Instruction::NOP, in TEST_F()
Ddominator_test.cc131 Instruction::NOP, in TEST_F()
Dinstruction_builder.cc1255 case Instruction::NOP: in HasTrivialClinit()
2954 case Instruction::NOP: in ProcessDexInstruction()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc229 if (inst->Opcode() == Instruction::NOP) { in Compile()
316 case Instruction::NOP: in Compile()
415 inst->SetOpcode(Instruction::NOP); in CompileCheckCast()
420 inst->SetOpcode(Instruction::NOP); in CompileCheckCast()
/art/tools/jvmti-agents/simple-force-redefine/
DREADME.md6 NOP at the beginning of every function in the class.
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java20 NOP, enumConstant
DInstruction.java320 addOpcodeInfo(Opcode.NOP, "nop", 0x00, new Format10x()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_test.cc24 Instruction::Code nop = Instruction::NOP; in TEST()
Ddex_instruction.cc45 if (opcode == Instruction::Code::NOP) { in InstructionSizeInCodeUnitsByOpcode()
Ddex_instruction_list.h22 V(0x00, NOP, "nop", k10x, kIndexNone, kContinue, 0, kVerifyNothing) \
/art/tools/jvmti-agents/titrace/
Dinstruction_decoder.cc493 static_assert(static_cast<uint32_t>(Bytecode::Opcode::NOP) == 0, "");
/art/tools/dexfuzz/src/dexfuzz/program/
DCodeTranslator.java562 nop.insn.info = Instruction.getOpcodeInfo(Opcode.NOP); in alignDataInstructions()
/art/tools/veridex/
Dflow_analysis.cc545 case Instruction::NOP: in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h389 HANDLER_ATTRIBUTES bool NOP() { in NOP() function
/art/dexdump/
Ddexdump.cc942 if (pDecInsn->Opcode() == Instruction::NOP) { in dumpInstruction()
/art/dexlayout/
Ddexlayout.cc837 if (dec_insn->Opcode() == Instruction::NOP) { in DumpInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc1958 (insns[insn_idx] == Instruction::NOP && (insn_idx + 1 < insns_size) && in CodeFlowVerifyMethod()
2092 case Instruction::NOP: in CodeFlowVerifyInstruction()