Searched defs:nop (Results 1 - 7 of 7) sorted by path

/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.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.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.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();
/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

Completed in 147 milliseconds