Home
last modified time | relevance | path

Searched refs:AddThrow (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dschedule.h234 void AddThrow(BasicBlock* block, Node* input); in NON_EXPORTED_BASE()
Draw-machine-assembler.cc172 schedule()->AddThrow(CurrentBlock(), ret); in Unreachable()
Dschedule.cc278 void Schedule::AddThrow(BasicBlock* block, Node* input) { in AddThrow() function in v8::internal::compiler::Schedule
Dscheduler.cc534 schedule_->AddThrow(throw_block, thr); in ConnectThrow()