Lines Matching refs:Zone

185   UseInterval* SplitAt(LifetimePosition pos, Zone* zone);
370 Zone* zone);
374 LiveRange* SplitAt(LifetimePosition position, Zone* zone);
480 explicit LiveRangeGroup(Zone* zone) : ranges_(zone) {} in LiveRangeGroup()
516 void EnsureInterval(LifetimePosition start, LifetimePosition end, Zone* zone);
517 void AddUseInterval(LifetimePosition start, LifetimePosition end, Zone* zone);
527 void Splinter(LifetimePosition start, LifetimePosition end, Zone* zone);
531 void Merge(TopLevelLiveRange* other, Zone* zone);
564 void RecordSpillLocation(Zone* zone, int gap_index,
679 SpillRange(TopLevelLiveRange* range, Zone* zone);
725 PhiMapValue(PhiInstruction* phi, const InstructionBlock* block, Zone* zone);
758 Zone* allocation_zone, Frame* frame,
785 Zone* allocation_zone() const { return allocation_zone_; } in allocation_zone()
788 Zone* code_zone() const { return code()->zone(); } in code_zone()
829 Zone* const allocation_zone_;
867 Zone* allocation_zone() const { return data()->allocation_zone(); } in allocation_zone()
886 explicit LiveRangeBuilder(RegisterAllocationData* data, Zone* local_zone);
896 Zone* allocation_zone() const { return data()->allocation_zone(); } in allocation_zone()
897 Zone* code_zone() const { return code()->zone(); } in code_zone()
964 Zone* allocation_zone() const { return data()->allocation_zone(); } in allocation_zone()
1017 Zone* local_zone);
1141 void ConnectRanges(Zone* local_zone);
1146 void ResolveControlFlow(Zone* local_zone);
1151 Zone* code_zone() const { return code()->zone(); } in code_zone()