Searched refs:CompilationPhase (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/v8/src/ |
D | compiler.h | 725 class CompilationPhase BASE_EMBEDDED { 727 CompilationPhase(const char* name, CompilationInfo* info); 728 ~CompilationPhase(); 745 DISALLOW_COPY_AND_ASSIGN(CompilationPhase);
|
D | compiler.cc | 1407 CompilationPhase::CompilationPhase(const char* name, CompilationInfo* info) in CompilationPhase() function in v8::internal::CompilationPhase 1416 CompilationPhase::~CompilationPhase() { in ~CompilationPhase() 1425 bool CompilationPhase::ShouldProduceTraceOutput() const { in ShouldProduceTraceOutput()
|
D | lithium.h | 761 class LPhase : public CompilationPhase { 764 : CompilationPhase(name, chunk->info()), in LPhase()
|
D | lithium-allocator.h | 560 class LAllocatorPhase : public CompilationPhase {
|
D | hydrogen.h | 2794 class HPhase : public CompilationPhase { 2797 : CompilationPhase(name, graph->info()), in HPhase()
|
D | lithium-allocator.cc | 2167 : CompilationPhase(name, allocator->graph()->info()), in LAllocatorPhase()
|
D | hydrogen.cc | 1177 CompilationPhase phase("H_Block building", info_); in CreateGraph() 3826 CompilationPhase phase("H_Block ordering", info()); in OrderBlocks()
|
/external/chromium_org/v8/src/compiler/ |
D | register-allocator.h | 533 class RegisterAllocatorPhase : public CompilationPhase {
|
D | register-allocator.cc | 2211 : CompilationPhase(name, allocator->code()->linkage()->info()), in RegisterAllocatorPhase()
|