HomeSort by relevance Sort by last modified time
    Searched defs:LPhase (Results 1 - 2 of 2) sorted by null

  /external/v8/src/crankshaft/
lithium.cc 290 LPhase phase("L_Mark empty blocks", this);
726 LPhase::~LPhase() {
lithium.h 784 class LPhase : public CompilationPhase {
786 LPhase(const char* name, LChunk* chunk)
789 ~LPhase();
794 DISALLOW_COPY_AND_ASSIGN(LPhase);

Completed in 117 milliseconds