Searched refs:AddThrow (Results 1 – 4 of 4) sorted by relevance
234 void AddThrow(BasicBlock* block, Node* input); in NON_EXPORTED_BASE()
172 schedule()->AddThrow(CurrentBlock(), ret); in Unreachable()
278 void Schedule::AddThrow(BasicBlock* block, Node* input) { in AddThrow() function in v8::internal::compiler::Schedule
534 schedule_->AddThrow(throw_block, thr); in ConnectThrow()