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 2316 void set_is_live(bool b) { is_live_ = b; } function in class:v8::HPhi
    [all...]
hydrogen.cc 887 phi->set_is_live(true);
899 HPhi::cast(operand)->set_is_live(true);
    [all...]

Completed in 1257 milliseconds