/art/runtime/arch/mips64/ |
D | memcmp16_mips64.S | 29 nop 31 nop 37 nop 42 nop 47 nop
|
D | quick_entrypoints_mips64.S | 36 nop 690 nop 951 nop 953 nop 986 nop 1091 nop 1192 nop 1329 nop 1340 nop 1353 nop [all …]
|
/art/libdexfile/dex/ |
D | dex_instruction_test.cc | 24 Instruction::Code nop = Instruction::NOP; in TEST() local 25 EXPECT_STREQ("nop", Instruction::Name(nop)); in TEST() 26 EXPECT_EQ(Instruction::k10x, Instruction::FormatOf(nop)); in TEST() 27 EXPECT_EQ(Instruction::kIndexNone, Instruction::IndexTypeOf(nop)); in TEST() 28 EXPECT_EQ(Instruction::kContinue, Instruction::FlagsOf(nop)); in TEST() 29 EXPECT_EQ(Instruction::kVerifyNothing, Instruction::VerifyFlagsOf(nop)); in TEST()
|
/art/test/546-regression-simplify-catch/smali/ |
D | TestCase.smali | 28 nop 32 nop 35 nop 49 nop 53 nop 72 nop
|
/art/test/570-checker-osr/smali/ |
D | Osr.smali | 20 # This ensures we can do on-stack replacement for branches to those nop blocks. 29 nop
|
/art/test/800-smali/smali/ |
D | b_18800943_1.smali | 7 nop
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 168 nop 579 nop 581 nop 589 nop 591 nop 599 nop 601 nop 671 nop 888 nop 1243 nop [all …]
|
D | asm_support_mips.S | 196 nop
|
/art/test/StaticLeafMethods/ |
D | StaticLeafMethods.java | 18 static void nop() { in nop() method in StaticLeafMethods
|
/art/test/NonStaticLeafMethods/ |
D | NonStaticLeafMethods.java | 20 void nop() { in nop() method in NonStaticLeafMethods
|
/art/test/569-checker-pattern-replacement/src-multidex/ |
D | Second.java | 20 public void nop() { } in nop() method in Second
|
/art/test/590-infinite-loop-with-nop/smali/ |
D | TestCase.smali | 22 nop
|
/art/test/569-checker-pattern-replacement/src/ |
D | Main.java | 34 public static void nop(Second s) { in nop() method in Main 35 s.nop(); in nop() 1158 nop(s); in main()
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | CodeTranslator.java | 560 MInsn nop = new MInsn(); in alignDataInstructions() local 561 nop.insn = new Instruction(); in alignDataInstructions() 562 nop.insn.info = Instruction.getOpcodeInfo(Opcode.NOP); in alignDataInstructions() 563 mutatableCode.insertInstructionAt(nop, alignmentNopIdx); in alignDataInstructions()
|
/art/test/161-final-abstract-class/smali/ |
D | Main.smali | 91 nop 209 nop
|
/art/compiler/optimizing/ |
D | optimizing_cfi_test_expected.inc | 370 // 0x00000040: nop 372 // 0x00020040: nop 419 // 0x00000024: nop 421 // 0x00020024: nop
|
/art/test/594-checker-irreducible-linorder/smali/ |
D | IrreducibleLoop.smali | 45 nop
|
/art/test/dexdump/ |
D | all.txt | 374 0006b0: 0000 |0000: nop // spacer 390 0006ea: 0000 |001d: nop // spacer 439 00077a: 0000 |0007: nop // spacer
|
D | bytecodes.txt | 468 000a6a: 0000 |0035: nop // spacer 576 000c1a: 0000 |00bb: nop // spacer 1058 00117a: 0000 |003b: nop // spacer
|
/art/test/510-checker-try-catch/smali/ |
D | Builder.smali | 115 nop 1352 nop 1355 nop
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 714 void nop();
|
D | assembler_x86.cc | 2690 void X86Assembler::nop() { in nop() function in art::x86::X86Assembler 2947 nop(); in Align()
|
/art/compiler/jni/ |
D | jni_cfi_test_expected.inc | 470 // 0x00000070: nop
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 769 void nop();
|
D | assembler_x86_64.cc | 3179 void X86_64Assembler::nop() { in nop() function in art::x86_64::X86_64Assembler 3593 nop(); in Align()
|