Searched defs:nop (Results 1 – 7 of 7) sorted by relevance
/art/test/NonStaticLeafMethods/ | ||
D | NonStaticLeafMethods.java | 20 void nop() { in nop() method in NonStaticLeafMethods |
/art/test/StaticLeafMethods/ | ||
D | StaticLeafMethods.java | 18 static void nop() { in nop() method in StaticLeafMethods |
/art/compiler/dex/ | ||
D | mir_graph.cc | 1221 bool nop = false; in GetDalvikDisassembly() local |
/art/compiler/utils/arm/ | ||
D | assembler_arm32.cc | 754 void Arm32Assembler::nop(Condition cond) { in nop() function in art::arm::Arm32Assembler |
D | assembler_thumb2.cc | 1639 void Thumb2Assembler::nop(Condition cond) { in nop() function in art::arm::Thumb2Assembler |
/art/compiler/utils/x86/ | ||
D | assembler_x86.cc | 1132 void X86Assembler::nop() { in nop() function in art::x86::X86Assembler |
/art/compiler/utils/x86_64/ | ||
D | assembler_x86_64.cc | 1326 void X86_64Assembler::nop() { in nop() function in art::x86_64::X86_64Assembler |