Searched refs:nop (Results 1 - 16 of 16) sorted by relevance

/art/runtime/arch/mips64/
H A Dmemcmp16_mips64.S29 nop
31 nop
37 nop
42 nop
47 nop
H A Dquick_entrypoints_mips64.S36 nop
336 nop
338 nop
346 nop
348 nop
356 nop
358 nop
540 nop
542 nop
572 nop
[all...]
/art/test/NonStaticLeafMethods/
H A DNonStaticLeafMethods.java20 void nop() { method in class:NonStaticLeafMethods
/art/test/StaticLeafMethods/
H A DStaticLeafMethods.java18 static void nop() { method in class:StaticLeafMethods
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S166 nop
293 nop
295 nop
303 nop
305 nop
313 nop
315 nop
477 nop
556 nop
578 nop
[all...]
/art/tools/dexfuzz/src/dexfuzz/program/
H A DCodeTranslator.java547 // Go through all the data insns, and insert an alignment nop if they're unaligned.
550 Log.debug("Aligning data instruction with a nop.");
552 MInsn nop = new MInsn();
553 nop.insn = new Instruction();
554 nop.insn.info = Instruction.getOpcodeInfo(Opcode.NOP);
555 mutatableCode.insertInstructionAt(nop, alignmentNopIdx);
/art/compiler/dex/
H A Dmir_graph.cc790 // Could be an aligning nop. If an embedded data NOP follows, treat pair as single unit.
799 // It is a simple nop - treat normally.
1507 bool nop = false; local
1526 nop = true;
1615 if (nop) {
/art/compiler/utils/arm/
H A Dassembler_arm32.h130 void nop(Condition cond = AL) OVERRIDE;
H A Dassembler_thumb2.h164 void nop(Condition cond = AL) OVERRIDE;
H A Dassembler_arm.h441 virtual void nop(Condition cond = AL) = 0;
H A Dassembler_arm32.cc865 void Arm32Assembler::nop(Condition cond) { function in class:art::arm::Arm32Assembler
H A Dassembler_thumb2.cc1797 void Thumb2Assembler::nop(Condition cond) { function in class:art::arm::Thumb2Assembler
/art/compiler/utils/x86/
H A Dassembler_x86.h457 void nop();
H A Dassembler_x86.cc1436 void X86Assembler::nop() { function in class:art::x86::X86Assembler
1599 // Emit nop instruction until the real position is aligned.
1601 nop();
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h582 void nop();
H A Dassembler_x86_64.cc1174 // If src == target, emit a nop instead.
1913 void X86_64Assembler::nop() { function in class:art::x86_64::X86_64Assembler
2088 // Emit nop instruction until the real position is aligned.
2090 nop();

Completed in 185 milliseconds