• Home
  • Raw
  • Download

Lines Matching refs:GetInstructionBlock

61 const InstructionBlock* GetInstructionBlock(const InstructionSequence* code,  in GetInstructionBlock()  function
63 return code->GetInstructionBlock(pos.ToInstructionIndex()); in GetInstructionBlock()
1509 ->GetInstructionBlock(range->Start().ToInstructionIndex()) in RangesDefinedInDeferredStayInDeferred()
1518 const InstructionBlock* block = code()->GetInstructionBlock(instr); in RangesDefinedInDeferredStayInDeferred()
1586 code()->GetInstructionBlock(pos.ToInstructionIndex())->code_start() == in IsBlockBoundary()
2498 data()->code()->GetInstructionBlock(instruction_index); in IntervalStartsAtBlockBoundary()
2507 data()->code()->GetInstructionBlock(instruction_index); in IntervalPredecessorsCoveredByRange()
2529 data()->code()->GetInstructionBlock(last_covered_index); in NextIntervalStartsInDifferentBlocks()
2531 data()->code()->GetInstructionBlock(next_start.ToInstructionIndex()); in NextIntervalStartsInDifferentBlocks()
2618 (GetInstructionBlock(code(), pos)->last_instruction_index() != in SplitRangeAt()
2649 const InstructionBlock* start_block = GetInstructionBlock(code(), start); in FindOptimalSplitPos()
2650 const InstructionBlock* end_block = GetInstructionBlock(code(), end); in FindOptimalSplitPos()
2681 const InstructionBlock* block = GetInstructionBlock(code(), pos.Start()); in FindOptimalSpillingPos()
3523 code->GetInstructionBlock(spills->gap_index)->mark_needs_frame(); in LocateSpillSlots()
3810 code()->GetInstructionBlock(move_loc)->IsDeferred()); in ResolveControlFlow()
3864 !CanEagerlyResolveControlFlow(GetInstructionBlock(code(), pos))) { in ConnectRanges()
3875 const InstructionBlock* block = code()->GetInstructionBlock(gap_index); in ConnectRanges()
3898 code()->GetInstructionBlock(gap_index)->IsDeferred()); in ConnectRanges()
3962 code->GetInstructionBlock(pos->pos().ToInstructionIndex()) in CommitSpillsInDeferredBlocks()