Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h560 class LAllocatorPhase : public CompilationPhase {
562 LAllocatorPhase(const char* name, LAllocator* allocator);
563 ~LAllocatorPhase();
569 DISALLOW_COPY_AND_ASSIGN(LAllocatorPhase);
Dlithium-allocator.cc1094 LAllocatorPhase phase("L_Register constraints", this); in MeetRegisterConstraints()
1105 LAllocatorPhase phase("L_Resolve phis", this); in ResolvePhis()
1197 LAllocatorPhase phase("L_Connect ranges", this); in ConnectRanges()
1240 LAllocatorPhase phase("L_Resolve control flow", this); in ResolveControlFlow()
1261 LAllocatorPhase phase("L_Build live ranges", this); in BuildLiveRanges()
1380 LAllocatorPhase phase("L_Populate pointer maps", this); in PopulatePointerMaps()
1468 LAllocatorPhase phase("L_Allocate general registers", this); in AllocateGeneralRegisters()
1476 LAllocatorPhase phase("L_Allocate double registers", this); in AllocateDoubleRegisters()
2166 LAllocatorPhase::LAllocatorPhase(const char* name, LAllocator* allocator) in LAllocatorPhase() function in v8::internal::LAllocatorPhase
2176 LAllocatorPhase::~LAllocatorPhase() { in ~LAllocatorPhase()