Searched refs:EmitJump (Results 1 – 4 of 4) sorted by relevance
49 void Break() { EmitJump(&break_labels_); } in Break()67 void EmitJump(BytecodeLabels* labels);126 void Continue() { EmitJump(&continue_labels_); } in Continue()
71 void EmitJump(BytecodeNode* node, BytecodeLabel* label);
26 void BreakableControlFlowBuilder::EmitJump(BytecodeLabels* sites) { in EmitJump() function in v8::internal::interpreter::BreakableControlFlowBuilder
82 EmitJump(node, label); in WriteJump()377 void BytecodeArrayWriter::EmitJump(BytecodeNode* node, BytecodeLabel* label) { in EmitJump() function in v8::internal::interpreter::BytecodeArrayWriter