Searched refs:AddThrow (Results 1 – 3 of 3) sorted by relevance
231 void AddThrow(BasicBlock* block, Node* input);
261 void Schedule::AddThrow(BasicBlock* block, Node* input) { in AddThrow() function in v8::internal::compiler::Schedule
526 schedule_->AddThrow(throw_block, thr); in ConnectThrow()