Searched refs:Nop (Results 1 - 14 of 14) sorted by relevance

/art/runtime/
H A Dgtest_test.cc20 TEST(GTest, Nop) {}
/art/compiler/optimizing/
H A Doptimizing_cfi_test.cc208 __ Nop();
236 __ Nop();
H A Dintrinsics_mips64.cc1363 __ Nop();
1514 __ Nop();
1592 __ Nop();
1626 __ Nop();
1657 __ Nop();
H A Dcode_generator_mips64.cc621 __ Nop();
975 __ Nop();
2709 __ Nop();
2962 __ Nop();
3111 __ Nop();
3128 __ Nop();
3174 __ Nop();
3470 __ Nop();
H A Dintrinsics_mips.cc1953 __ Nop();
2111 __ Nop();
2197 __ Nop();
2230 __ Nop();
2259 __ Nop();
H A Dcode_generator_mips.cc797 __ Nop();
1091 __ Nop(); // In delay slot.
3384 __ Nop();
3760 __ Nop();
3896 __ Nop();
3913 __ Nop();
3955 __ Nop();
4304 __ Nop();
H A Dcode_generator_arm64.cc3080 __ Nop();
/art/compiler/trampolines/
H A Dtrampoline_compiler.cc137 __ Nop();
169 __ Nop();
/art/compiler/debug/dwarf/
H A Ddebug_frame_opcode_writer.h111 void ALWAYS_INLINE Nop() { function in class:art::dwarf::DebugFrameOpCodeWriter
H A Ddwarf_test.cc105 opcodes.Nop();
/art/compiler/utils/mips/
H A Dassembler_mips.cc1327 void MipsAssembler::Nop() { function in class:art::mips::MipsAssembler
1941 Nop();
2041 Nop(); // TODO: improve by filling the delay slot.
2046 Nop(); // TODO: improve by filling the delay slot.
2050 Nop(); // TODO: is this NOP really needed here?
2054 Nop();
2110 Nop();
2121 Nop(); // TODO: improve by filling the forbidden/delay slot.
2506 Nop();
2862 Nop();
[all...]
H A Dassembler_mips.h350 void Nop();
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1018 void Mips64Assembler::Nop() { function in class:art::mips64::Mips64Assembler
1606 Nop();
1705 Nop(); // TODO: improve by filling the forbidden/delay slot.
2046 Nop();
2414 Nop();
2427 Nop();
2470 Nop();
H A Dassembler_mips64.h318 void Nop();

Completed in 307 milliseconds