Home
last modified time | relevance | path

Searched refs:CompilationPhase (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/v8/src/
Dcompiler.h725 class CompilationPhase BASE_EMBEDDED {
727 CompilationPhase(const char* name, CompilationInfo* info);
728 ~CompilationPhase();
745 DISALLOW_COPY_AND_ASSIGN(CompilationPhase);
Dcompiler.cc1407 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()
Dlithium.h761 class LPhase : public CompilationPhase {
764 : CompilationPhase(name, chunk->info()), in LPhase()
Dlithium-allocator.h560 class LAllocatorPhase : public CompilationPhase {
Dhydrogen.h2794 class HPhase : public CompilationPhase {
2797 : CompilationPhase(name, graph->info()), in HPhase()
Dlithium-allocator.cc2167 : CompilationPhase(name, allocator->graph()->info()), in LAllocatorPhase()
Dhydrogen.cc1177 CompilationPhase phase("H_Block building", info_); in CreateGraph()
3826 CompilationPhase phase("H_Block ordering", info()); in OrderBlocks()
/external/chromium_org/v8/src/compiler/
Dregister-allocator.h533 class RegisterAllocatorPhase : public CompilationPhase {
Dregister-allocator.cc2211 : CompilationPhase(name, allocator->code()->linkage()->info()), in RegisterAllocatorPhase()