Home
last modified time | relevance | path

Searched refs:GetInstructionBlock (Results 1 – 4 of 4) 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()
80 code->GetInstructionBlock(end_instruction)->rpo_number(); in Add()
93 code->GetInstructionBlock(pos->pos().ToInstructionIndex()); in Add()
Dregister-allocator.cc44 const InstructionBlock* GetInstructionBlock(const InstructionSequence* code, in GetInstructionBlock() function
46 return code->GetInstructionBlock(pos.ToInstructionIndex()); in GetInstructionBlock()
1453 ->GetInstructionBlock(range->Start().ToInstructionIndex()) in RangesDefinedInDeferredStayInDeferred()
1462 const InstructionBlock* block = code()->GetInstructionBlock(instr); in RangesDefinedInDeferredStayInDeferred()
1598 code()->GetInstructionBlock(pos.ToInstructionIndex())->code_start() == in IsBlockBoundary()
2623 data()->code()->GetInstructionBlock(instruction_index); in IntervalStartsAtBlockBoundary()
2632 data()->code()->GetInstructionBlock(instruction_index); in IntervalPredecessorsCoveredByRange()
2654 data()->code()->GetInstructionBlock(last_covered_index); in NextIntervalStartsInDifferentBlocks()
2656 data()->code()->GetInstructionBlock(next_start.ToInstructionIndex()); in NextIntervalStartsInDifferentBlocks()
2868 (GetInstructionBlock(code(), pos)->last_instruction_index() != in SplitRangeAt()
[all …]
Dinstruction.cc920 InstructionBlock* InstructionSequence::GetInstructionBlock( in GetInstructionBlock() function in v8::internal::compiler::InstructionSequence
Dinstruction.h1683 InstructionBlock* GetInstructionBlock(int instruction_index) const; in NON_EXPORTED_BASE()