Home
last modified time | relevance | path

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

/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/800-smali/smali/
Db_18800943_1.smali7 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/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/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
Dinvoke-custom.txt2664 002ba8: 0000 |0000: nop // spacer
2696 002be0: 0000 |0000: nop // spacer
3817 003460: 0000 |000e: nop // spacer
5182 003dd6: 0000 |0011: nop // spacer
Dcheckers.txt400 001912: 0000 |0093: nop // spacer
475 0019d6: 0000 |0021: nop // spacer
3576 003f4e: 0000 |0029: nop // spacer
4356 004866: 0000 |0467: nop // spacer
5142 00555a: 0000 |04e9: nop // spacer
5432 0058b6: 0000 |0037: nop // spacer
6338 006506: 0000 |015d: nop // spacer
/art/test/510-checker-try-catch/smali/
DBuilder.smali115 nop
1352 nop
1355 nop
/art/compiler/utils/x86/
Dassembler_x86.h776 void nop();
Dassembler_x86.cc3458 void X86Assembler::nop() { in nop() function in art::x86::X86Assembler
3715 nop(); in Align()
/art/compiler/utils/x86_64/
Dassembler_x86_64.h831 void nop();
Dassembler_x86_64.cc4684 void X86_64Assembler::nop() { in nop() function in art::x86_64::X86_64Assembler
5098 nop(); in Align()
/art/compiler/optimizing/
Dcode_generator_arm64.cc2431 __ nop(); in VisitMultiplyAccumulate()
Dcode_generator_x86_64.cc2052 __ nop(); in GenerateNop()
Dcode_generator_x86.cc1981 __ nop(); in GenerateNop()