Home | History | Annotate | Download | only in src

Lines Matching refs:allocator

56 #include "lithium-allocator.h"
9684 void HTracer::TraceLiveRanges(const char* name, LAllocator* allocator) {
9688 const Vector<LiveRange*>* fixed_d = allocator->fixed_double_live_ranges();
9690 TraceLiveRange(fixed_d->at(i), "fixed", allocator->zone());
9693 const Vector<LiveRange*>* fixed = allocator->fixed_live_ranges();
9695 TraceLiveRange(fixed->at(i), "fixed", allocator->zone());
9698 const ZoneList<LiveRange*>* live_ranges = allocator->live_ranges();
9700 TraceLiveRange(live_ranges->at(i), "object", allocator->zone());