Searched refs:CompilationPhase (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ |
D | compiler.h | 702 class CompilationPhase BASE_EMBEDDED { 704 CompilationPhase(const char* name, CompilationInfo* info); 705 ~CompilationPhase(); 722 DISALLOW_COPY_AND_ASSIGN(CompilationPhase);
|
D | compiler.cc | 1827 CompilationPhase::CompilationPhase(const char* name, CompilationInfo* info) in CompilationPhase() function in v8::internal::CompilationPhase 1836 CompilationPhase::~CompilationPhase() { in ~CompilationPhase() 1845 bool CompilationPhase::ShouldProduceTraceOutput() const { in ShouldProduceTraceOutput()
|
/external/v8/src/crankshaft/ |
D | lithium.h | 768 class LPhase : public CompilationPhase { 771 : CompilationPhase(name, chunk->info()), in LPhase()
|
D | lithium-allocator.h | 558 class LAllocatorPhase : public CompilationPhase {
|
D | hydrogen.h | 2944 class HPhase : public CompilationPhase { 2947 : CompilationPhase(name, graph->info()), in HPhase()
|
D | lithium-allocator.cc | 2170 : CompilationPhase(name, allocator->graph()->info()), in LAllocatorPhase()
|
D | hydrogen.cc | 1190 CompilationPhase phase("H_Block building", info_); in CreateGraph() 3992 CompilationPhase phase("H_Block ordering", info()); in OrderBlocks()
|