Searched refs:GetBlockById (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Dcode-generator-impl.h72 return gen_->schedule()->GetBlockById(block_id);
H A Dverifier.cc306 CHECK_EQ((*b), schedule->GetBlockById((*b)->id()));
345 BasicBlock* block = schedule->GetBlockById(i);
406 BasicBlock* dom = schedule->GetBlockById(it.Current());
H A Dschedule.h182 BasicBlock* GetBlockById(int block_id) { return all_blocks_[block_id]; } function in class:v8::internal::compiler::Schedule

Completed in 65 milliseconds