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

  /external/v8/src/
hydrogen-instructions.h 1913 void set_is_live(bool b) { is_live_ = b; } function in class:v8::HPhi
    [all...]
hydrogen.cc 778 phi->set_is_live(true);
790 HPhi::cast(operand)->set_is_live(true);
    [all...]

Completed in 26 milliseconds