Searched defs:LPhase (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium.cc297 LPhase phase("L_Mark empty blocks", this);
658 LPhase::~LPhase() {
H A Dlithium.h768 class LPhase : public CompilationPhase { class in namespace:v8::internal
770 LPhase(const char* name, LChunk* chunk) function in class:v8::internal::LPhase
773 ~LPhase();
778 DISALLOW_COPY_AND_ASSIGN(LPhase);

Completed in 223 milliseconds