Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:allocator

35 #include "src/crankshaft/lithium-allocator.h"
12889 void HTracer::TraceLiveRanges(const char* name, LAllocator* allocator) {
12893 const Vector<LiveRange*>* fixed_d = allocator->fixed_double_live_ranges();
12895 TraceLiveRange(fixed_d->at(i), "fixed", allocator->zone());
12898 const Vector<LiveRange*>* fixed = allocator->fixed_live_ranges();
12900 TraceLiveRange(fixed->at(i), "fixed", allocator->zone());
12903 const ZoneList<LiveRange*>* live_ranges = allocator->live_ranges();
12905 TraceLiveRange(live_ranges->at(i), "object", allocator->zone());