Searched refs:LAllocatorPhase (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/crankshaft/ |
D | lithium-allocator.h | 558 class LAllocatorPhase : public CompilationPhase { 560 LAllocatorPhase(const char* name, LAllocator* allocator); 561 ~LAllocatorPhase(); 567 DISALLOW_COPY_AND_ASSIGN(LAllocatorPhase);
|
D | lithium-allocator.cc | 1094 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() 1375 LAllocatorPhase phase("L_Populate pointer maps", this); in PopulatePointerMaps() 1463 LAllocatorPhase phase("L_Allocate general registers", this); in AllocateGeneralRegisters() 1476 LAllocatorPhase phase("L_Allocate double registers", this); in AllocateDoubleRegisters() 2169 LAllocatorPhase::LAllocatorPhase(const char* name, LAllocator* allocator) in LAllocatorPhase() function in v8::internal::LAllocatorPhase 2179 LAllocatorPhase::~LAllocatorPhase() { in ~LAllocatorPhase()
|