Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:allocator

5 #include "src/crankshaft/lithium-allocator.h"
8 #include "src/crankshaft/lithium-allocator-inl.h"
517 : zone_(graph->isolate()->allocator(), ZONE_NAME),
2163 LAllocatorPhase::LAllocatorPhase(const char* name, LAllocator* allocator)
2164 : CompilationPhase(name, allocator->graph()->info()),
2165 allocator_(allocator) {
2168 allocator->zone()->allocation_size();