Lines Matching refs:allocator
34 #include "src/crankshaft/lithium-allocator.h"
13526 void HTracer::TraceLiveRanges(const char* name, LAllocator* allocator) {
13530 const Vector<LiveRange*>* fixed_d = allocator->fixed_double_live_ranges();
13532 TraceLiveRange(fixed_d->at(i), "fixed", allocator->zone());
13535 const Vector<LiveRange*>* fixed = allocator->fixed_live_ranges();
13537 TraceLiveRange(fixed->at(i), "fixed", allocator->zone());
13540 const ZoneList<LiveRange*>* live_ranges = allocator->live_ranges();
13542 TraceLiveRange(live_ranges->at(i), "object", allocator->zone());