Lines Matching refs:BytecodeRegion
145 BytecodeRegion &entryBlock = RegionAt(0); in BuildEntryBlock()
146 BytecodeRegion &nextBlock = RegionAt(1); in BuildEntryBlock()
162 graph_[i] = circuit_->chunk()->New<BytecodeRegion>(circuit_->chunk()); in BuildRegions()
271 void BytecodeCircuitBuilder::RemoveUnusedPredsInfo(BytecodeRegion& bb) in RemoveUnusedPredsInfo()
284 void BytecodeCircuitBuilder::ClearUnreachableRegion(ChunkVector<BytecodeRegion*>& pendingList) in ClearUnreachableRegion()
328 ChunkVector<BytecodeRegion*> pendingList(circuit_->chunk()); in RemoveUnreachableRegion()
347 ChunkVector<BytecodeRegion *> newSuccs(circuit_->chunk()); in UpdateCFG()
513 void BytecodeCircuitBuilder::MergeThrowGate(BytecodeRegion &bb, uint32_t bcIndex) in MergeThrowGate()
534 void BytecodeCircuitBuilder::MergeExceptionGete(BytecodeRegion &bb, in MergeExceptionGete()
553 void BytecodeCircuitBuilder::NewJSGate(BytecodeRegion &bb) in NewJSGate()
594 void BytecodeCircuitBuilder::NewJump(BytecodeRegion &bb) in NewJump()
638 GateRef BytecodeCircuitBuilder::NewReturn(BytecodeRegion &bb) in NewReturn()
665 void BytecodeCircuitBuilder::NewByteCode(BytecodeRegion &bb) in NewByteCode()
777 BytecodeRegion& bb = RegionAt(i); in PrintGraph()
818 void BytecodeCircuitBuilder::PrintBytecodeInfo(BytecodeRegion& bb) in PrintBytecodeInfo()