Lines Matching refs:allocator
34 #include "lithium-allocator.h"
691 LAllocator allocator(values, this);
692 LChunkBuilder builder(info, this, &allocator);
696 if (!allocator.Allocate(chunk)) {
8004 void HTracer::TraceLiveRanges(const char* name, LAllocator* allocator) {
8008 const Vector<LiveRange*>* fixed_d = allocator->fixed_double_live_ranges();
8013 const Vector<LiveRange*>* fixed = allocator->fixed_live_ranges();
8018 const ZoneList<LiveRange*>* live_ranges = allocator->live_ranges();
8154 LAllocator* allocator) {
8158 allocator_ = allocator;
8159 if (allocator != NULL && chunk_ == NULL) {
8160 chunk_ = allocator->chunk();