Home
last modified time | relevance | path

Searched refs:ToInstructionIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dspill-placer.cc31 code->GetInstructionBlock(range->Start().ToInstructionIndex()); in Add()
62 code->GetInstructionBlock(interval->start().ToInstructionIndex()) in Add()
73 int end_instruction = end.ToInstructionIndex(); in Add()
93 code->GetInstructionBlock(pos->pos().ToInstructionIndex()); in Add()
Dregister-allocator.cc46 return code->GetInstructionBlock(pos.ToInstructionIndex()); in GetInstructionBlock()
279 os << '@' << pos.ToInstructionIndex(); in operator <<()
1453 ->GetInstructionBlock(range->Start().ToInstructionIndex()) in RangesDefinedInDeferredStayInDeferred()
1596 (static_cast<size_t>(pos.ToInstructionIndex()) == in IsBlockBoundary()
1598 code()->GetInstructionBlock(pos.ToInstructionIndex())->code_start() == in IsBlockBoundary()
1599 pos.ToInstructionIndex()); in IsBlockBoundary()
2621 int instruction_index = start.ToInstructionIndex(); in IntervalStartsAtBlockBoundary()
2630 int instruction_index = start.ToInstructionIndex(); in IntervalPredecessorsCoveredByRange()
2652 int last_covered_index = end.ToInstructionIndex(); in NextIntervalStartsInDifferentBlocks()
2656 data()->code()->GetInstructionBlock(next_start.ToInstructionIndex()); in NextIntervalStartsInDifferentBlocks()
[all …]
Dregister-allocator.h66 int ToInstructionIndex() const { in ToInstructionIndex() function
422 int ret = start_.ToInstructionIndex(); in FirstGapIndex()
431 int ret = end_.ToInstructionIndex(); in LastGapIndex()