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

  /external/v8/src/
hydrogen-instructions.cc 1178 is_live() ? "_live" : "",
    [all...]
hydrogen.cc 99 ASSERT(phi->HasNoUses() || !phi->is_live());
898 if (operand->IsPhi() && !HPhi::cast(operand)->is_live()) {
908 if (!phi->is_live()) {
    [all...]
hydrogen-instructions.h 2315 bool is_live() { return is_live_; } function in class:v8::HPhi
    [all...]

Completed in 31 milliseconds