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.cc1095 LAllocatorPhase phase("L_Register constraints", this); in MeetRegisterConstraints()
1106 LAllocatorPhase phase("L_Resolve phis", this); in ResolvePhis()
1198 LAllocatorPhase phase("L_Connect ranges", this); in ConnectRanges()
1241 LAllocatorPhase phase("L_Resolve control flow", this); in ResolveControlFlow()
1262 LAllocatorPhase phase("L_Build live ranges", this); in BuildLiveRanges()
1376 LAllocatorPhase phase("L_Populate pointer maps", this); in PopulatePointerMaps()
1464 LAllocatorPhase phase("L_Allocate general registers", this); in AllocateGeneralRegisters()
1473 LAllocatorPhase phase("L_Allocate double registers", this); in AllocateDoubleRegisters()
2162 LAllocatorPhase::LAllocatorPhase(const char* name, LAllocator* allocator) in LAllocatorPhase() function in v8::internal::LAllocatorPhase
2172 LAllocatorPhase::~LAllocatorPhase() { in ~LAllocatorPhase()