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

/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.S237 nop
239 nop
247 nop
249 nop
257 nop
259 nop
455 nop
457 nop
561 nop
576 nop
[all...]
/art/compiler/dex/
H A Dmir_graph.cc751 // Could be an aligning nop. If an embedded data NOP follows, treat pair as single unit.
760 // It is a simple nop - treat normally.
1221 bool nop = false; local
1242 nop = true;
1336 if (nop) {
/art/compiler/utils/arm/
H A Dassembler_arm32.h125 void nop(Condition cond = AL) OVERRIDE;
H A Dassembler_thumb2.h151 void nop(Condition cond = AL) OVERRIDE;
H A Dassembler_arm.h445 virtual void nop(Condition cond = AL) = 0;
H A Dassembler_arm32.cc754 void Arm32Assembler::nop(Condition cond) { function in class:art::arm::Arm32Assembler
H A Dassembler_thumb2.cc1639 void Thumb2Assembler::nop(Condition cond) { function in class:art::arm::Thumb2Assembler
/art/compiler/utils/x86/
H A Dassembler_x86.h416 void nop();
H A Dassembler_x86.cc1132 void X86Assembler::nop() { function in class:art::x86::X86Assembler
1304 // Emit nop instruction until the real position is aligned.
1306 nop();
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h457 void nop();
H A Dassembler_x86_64.cc1326 void X86_64Assembler::nop() { function in class:art::x86_64::X86_64Assembler
1500 // Emit nop instruction until the real position is aligned.
1502 nop();

Completed in 208 milliseconds