HomeSort by relevance Sort by last modified time
    Searched refs:HPhase (Results 1 - 10 of 10) sorted by null

  /external/v8/src/
hydrogen.h     [all...]
compiler.cc 264 HPhase phase(HPhase::kFullCodeGen);
299 HPhase phase(HPhase::kTotal);
lithium-allocator.cc     [all...]
hydrogen.cc 642 HPhase phase("Canonicalize", this);
655 HPhase phase("Block ordering");
713 HPhase phase("Assign dominators", this);
727 HPhase phase("Redundant phi elimination", this);
765 HPhase phase("Unreachable phi elimination", this);
878 HPhase phase("Range analysis", graph_);
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 415 HPhase phase("Mark empty blocks", this);
528 HPhase phase("Building chunk", chunk_);
    [all...]
lithium-codegen-arm.cc 80 HPhase phase("Code generation", chunk());
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 371 HPhase phase("Mark empty blocks", this);
520 HPhase phase("Building chunk", chunk_);
    [all...]
lithium-codegen-ia32.cc 67 HPhase phase("Code generation", chunk());
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 372 HPhase phase("Mark empty blocks", this);
521 HPhase phase("Building chunk", chunk_);
    [all...]
lithium-codegen-x64.cc 81 HPhase phase("Code generation", chunk());
    [all...]

Completed in 380 milliseconds