Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlive-range-separator.cc81 code->GetInstructionBlock(interval->FirstGapIndex()); in SplinterLiveRange()
83 code->GetInstructionBlock(interval->LastGapIndex()); in SplinterLiveRange()
130 if (!data()->code()->GetInstructionBlock(first_instr)->IsDeferred()) { in Splinter()
Dregister-allocator.cc63 const InstructionBlock* GetInstructionBlock(const InstructionSequence* code, in GetInstructionBlock() function
65 return code->GetInstructionBlock(pos.ToInstructionIndex()); in GetInstructionBlock()
1507 ->GetInstructionBlock(range->Start().ToInstructionIndex()) in RangesDefinedInDeferredStayInDeferred()
1516 const InstructionBlock* block = code()->GetInstructionBlock(instr); in RangesDefinedInDeferredStayInDeferred()
1584 code()->GetInstructionBlock(pos.ToInstructionIndex())->code_start() == in IsBlockBoundary()
2510 data()->code()->GetInstructionBlock(instruction_index); in IntervalStartsAtBlockBoundary()
2519 data()->code()->GetInstructionBlock(instruction_index); in IntervalPredecessorsCoveredByRange()
2541 data()->code()->GetInstructionBlock(last_covered_index); in NextIntervalStartsInDifferentBlocks()
2543 data()->code()->GetInstructionBlock(next_start.ToInstructionIndex()); in NextIntervalStartsInDifferentBlocks()
2632 (GetInstructionBlock(code(), pos)->last_instruction_index() != in SplitRangeAt()
[all …]
Dinstruction.cc894 InstructionBlock* InstructionSequence::GetInstructionBlock( in GetInstructionBlock() function in v8::internal::compiler::InstructionSequence
Dinstruction.h1516 InstructionBlock* GetInstructionBlock(int instruction_index) const; in NON_EXPORTED_BASE()