Home
last modified time | relevance | path

Searched refs:LAllocatorPhase (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-allocator.h560 class LAllocatorPhase : public CompilationPhase {
562 LAllocatorPhase(const char* name, LAllocator* allocator);
563 ~LAllocatorPhase();
569 DISALLOW_COPY_AND_ASSIGN(LAllocatorPhase);
Dlithium-allocator.cc1096 LAllocatorPhase phase("L_Register constraints", this); in MeetRegisterConstraints()
1107 LAllocatorPhase phase("L_Resolve phis", this); in ResolvePhis()
1199 LAllocatorPhase phase("L_Connect ranges", this); in ConnectRanges()
1242 LAllocatorPhase phase("L_Resolve control flow", this); in ResolveControlFlow()
1263 LAllocatorPhase phase("L_Build live ranges", this); in BuildLiveRanges()
1377 LAllocatorPhase phase("L_Populate pointer maps", this); in PopulatePointerMaps()
1465 LAllocatorPhase phase("L_Allocate general registers", this); in AllocateGeneralRegisters()
1474 LAllocatorPhase phase("L_Allocate double registers", this); in AllocateDoubleRegisters()
2163 LAllocatorPhase::LAllocatorPhase(const char* name, LAllocator* allocator) in LAllocatorPhase() function in v8::internal::LAllocatorPhase
2173 LAllocatorPhase::~LAllocatorPhase() { in ~LAllocatorPhase()