Searched refs:NOP (Results 1 – 22 of 22) 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 | 60 return inst->IsQuickened() || inst->Opcode() == Instruction::NOP; in NeedsIndexForInstruction()
|
D | dex_to_dex_decompiler.cc | 104 case Instruction::NOP: in Decompile()
|
/art/compiler/optimizing/ |
D | suspend_check_test.cc | 47 Instruction::NOP, in TEST_F()
|
D | pretty_printer_test.cc | 148 Instruction::NOP, in TEST_F()
|
D | dominator_test.cc | 131 Instruction::NOP, in TEST_F()
|
D | instruction_builder.cc | 1238 case Instruction::NOP: in HasTrivialClinit() 2932 case Instruction::NOP: in ProcessDexInstruction()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 229 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/ |
D | README.md | 6 NOP at the beginning of every function in the class.
|
/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/libdexfile/dex/ |
D | dex_instruction_test.cc | 24 Instruction::Code nop = Instruction::NOP; in TEST()
|
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, kVerifyNothing) \
|
/art/tools/jvmti-agents/titrace/ |
D | instruction_decoder.cc | 493 static_assert(static_cast<uint32_t>(Bytecode::Opcode::NOP) == 0, "");
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | CodeTranslator.java | 562 nop.insn.info = Instruction.getOpcodeInfo(Opcode.NOP); in alignDataInstructions()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 545 case Instruction::NOP: in ProcessDexInstruction()
|
/art/dexdump/ |
D | dexdump.cc | 942 if (pDecInsn->Opcode() == Instruction::NOP) { in dumpInstruction()
|
/art/dexlayout/ |
D | dexlayout.cc | 836 if (dec_insn->Opcode() == Instruction::NOP) { in DumpInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1916 (insns[insn_idx] == Instruction::NOP && (insn_idx + 1 < insns_size) && in CodeFlowVerifyMethod() 2070 case Instruction::NOP: in CodeFlowVerifyInstruction()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 2960 # This instruction has no effect (actual NOP for the last entry; otherwise changes $gp,
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 394 ALWAYS_INLINE void NOP() REQUIRES_SHARED(Locks::mutator_lock_) { in NOP() function
|