• Home
  • Raw
  • Download

Lines Matching refs:Zone

192   UseInterval* SplitAt(LifetimePosition pos, Zone* zone);
388 Zone* zone, HintConnectionOption connect_hints); in NON_EXPORTED_BASE()
392 LiveRange* SplitAt(LifetimePosition position, Zone* zone); in NON_EXPORTED_BASE()
496 void EnsureInterval(LifetimePosition start, LifetimePosition end, Zone* zone);
497 void AddUseInterval(LifetimePosition start, LifetimePosition end, Zone* zone);
507 void Splinter(LifetimePosition start, LifetimePosition end, Zone* zone);
511 void Merge(TopLevelLiveRange* other, Zone* zone);
544 void RecordSpillLocation(Zone* zone, int gap_index,
562 void TreatAsSpilledInDeferredBlock(Zone* zone, int total_block_count) { in TreatAsSpilledInDeferredBlock()
678 SpillRange(TopLevelLiveRange* range, Zone* zone);
722 PhiMapValue(PhiInstruction* phi, const InstructionBlock* block, Zone* zone);
755 Zone* allocation_zone, Frame* frame,
794 Zone* allocation_zone() const { return allocation_zone_; } in allocation_zone()
797 Zone* code_zone() const { return code()->zone(); } in code_zone()
838 Zone* const allocation_zone_;
876 Zone* allocation_zone() const { return data()->allocation_zone(); } in allocation_zone()
895 explicit LiveRangeBuilder(RegisterAllocationData* data, Zone* local_zone);
905 Zone* allocation_zone() const { return data()->allocation_zone(); } in allocation_zone()
906 Zone* code_zone() const { return code()->zone(); } in code_zone()
980 Zone* allocation_zone() const { return data()->allocation_zone(); } in allocation_zone()
1037 Zone* local_zone);
1172 void ConnectRanges(Zone* local_zone);
1177 void ResolveControlFlow(Zone* local_zone);
1182 Zone* code_zone() const { return code()->zone(); } in code_zone()
1193 Zone* temp_zone);