Home
last modified time | relevance | path

Searched refs:nop (Results 1 – 25 of 30) sorted by relevance

12

/art/runtime/arch/mips64/
Dmemcmp16_mips64.S29 nop
31 nop
37 nop
42 nop
47 nop
Dquick_entrypoints_mips64.S36 nop
690 nop
951 nop
953 nop
986 nop
1091 nop
1192 nop
1329 nop
1340 nop
1353 nop
[all …]
/art/libdexfile/dex/
Ddex_instruction_test.cc24 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/
DTestCase.smali28 nop
32 nop
35 nop
49 nop
53 nop
72 nop
/art/test/570-checker-osr/smali/
DOsr.smali20 # This ensures we can do on-stack replacement for branches to those nop blocks.
29 nop
/art/test/800-smali/smali/
Db_18800943_1.smali7 nop
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S168 nop
579 nop
581 nop
589 nop
591 nop
599 nop
601 nop
671 nop
888 nop
1243 nop
[all …]
Dasm_support_mips.S196 nop
/art/test/StaticLeafMethods/
DStaticLeafMethods.java18 static void nop() { in nop() method in StaticLeafMethods
/art/test/NonStaticLeafMethods/
DNonStaticLeafMethods.java20 void nop() { in nop() method in NonStaticLeafMethods
/art/test/569-checker-pattern-replacement/src-multidex/
DSecond.java20 public void nop() { } in nop() method in Second
/art/test/590-infinite-loop-with-nop/smali/
DTestCase.smali22 nop
/art/test/569-checker-pattern-replacement/src/
DMain.java34 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/
DCodeTranslator.java560 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/
DMain.smali91 nop
209 nop
/art/compiler/optimizing/
Doptimizing_cfi_test_expected.inc370 // 0x00000040: nop
372 // 0x00020040: nop
419 // 0x00000024: nop
421 // 0x00020024: nop
/art/test/594-checker-irreducible-linorder/smali/
DIrreducibleLoop.smali45 nop
/art/test/dexdump/
Dall.txt374 0006b0: 0000 |0000: nop // spacer
390 0006ea: 0000 |001d: nop // spacer
439 00077a: 0000 |0007: nop // spacer
Dbytecodes.txt468 000a6a: 0000 |0035: nop // spacer
576 000c1a: 0000 |00bb: nop // spacer
1058 00117a: 0000 |003b: nop // spacer
/art/test/510-checker-try-catch/smali/
DBuilder.smali115 nop
1352 nop
1355 nop
/art/compiler/utils/x86/
Dassembler_x86.h714 void nop();
Dassembler_x86.cc2690 void X86Assembler::nop() { in nop() function in art::x86::X86Assembler
2947 nop(); in Align()
/art/compiler/jni/
Djni_cfi_test_expected.inc470 // 0x00000070: nop
/art/compiler/utils/x86_64/
Dassembler_x86_64.h769 void nop();
Dassembler_x86_64.cc3179 void X86_64Assembler::nop() { in nop() function in art::x86_64::X86_64Assembler
3593 nop(); in Align()

12