Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.h702 class CompilationPhase BASE_EMBEDDED {
704 CompilationPhase(const char* name, CompilationInfo* info);
705 ~CompilationPhase();
722 DISALLOW_COPY_AND_ASSIGN(CompilationPhase);
Dcompiler.cc1827 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/
Dlithium.h768 class LPhase : public CompilationPhase {
771 : CompilationPhase(name, chunk->info()), in LPhase()
Dlithium-allocator.h558 class LAllocatorPhase : public CompilationPhase {
Dhydrogen.h2944 class HPhase : public CompilationPhase {
2947 : CompilationPhase(name, graph->info()), in HPhase()
Dlithium-allocator.cc2170 : CompilationPhase(name, allocator->graph()->info()), in LAllocatorPhase()
Dhydrogen.cc1190 CompilationPhase phase("H_Block building", info_); in CreateGraph()
3992 CompilationPhase phase("H_Block ordering", info()); in OrderBlocks()