Searched defs:EmitJump (Results 1 – 6 of 6) sorted by relevance
22 void BreakableControlFlowBuilder::EmitJump(ZoneVector<BytecodeLabel>* sites) { in EmitJump() function in v8::internal::interpreter::BreakableControlFlowBuilder56 void BreakableControlFlowBuilder::EmitJump(ZoneVector<BytecodeLabel>* sites, in EmitJump() function in v8::internal::interpreter::BreakableControlFlowBuilder
340 void BytecodeArrayWriter::EmitJump(BytecodeNode* node, BytecodeLabel* label) { in EmitJump() function in v8::internal::interpreter::BytecodeArrayWriter
315 Instruction* InstructionSequenceTest::EmitJump() { in EmitJump() function in v8::internal::compiler::InstructionSequenceTest
63 void EmitJump(Condition cc, Label* target, Label::Distance distance) { in EmitJump() function in v8::internal::BASE_EMBEDDED
62 void EmitJump(Condition cc, Label* target, Label::Distance near_jump) { in EmitJump() function in v8::internal::BASE_EMBEDDED