Searched refs:EmitNop (Results 1 – 4 of 4) sorted by relevance
91 auto first_instr = EmitNop(); in TEST_F()93 auto last_instr = EmitNop(); in TEST_F()115 auto first_instr = EmitNop(); in TEST_F()117 auto last_instr = EmitNop(); in TEST_F()218 Instruction* last = EmitNop(); in TEST_F()
621 EmitNop(); in TEST_F()665 EmitNop(); in TEST_F()
153 Instruction* EmitNop();
208 Instruction* InstructionSequenceTest::EmitNop() { return Emit(kArchNop); } in EmitNop() function in v8::internal::compiler::InstructionSequenceTest