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

/external/v8/src/crankshaft/
H A Dlithium.cc291 LPhase phase("L_Mark empty blocks", this);
722 LPhase::~LPhase() {
H A Dlithium.h775 class LPhase : public CompilationPhase { class in namespace:v8::internal
777 LPhase(const char* name, LChunk* chunk) function in class:v8::internal::LPhase
780 ~LPhase();
785 DISALLOW_COPY_AND_ASSIGN(LPhase);

Completed in 142 milliseconds