Home | History | Annotate | Download | only in runtime

Lines Matching defs:is_live_

808         : name_(NULL), descriptor_(NULL), signature_(NULL), start_address_(0), is_live_(false) {}
814 bool is_live_; // Is the local defined and live.
831 if (local_cb != NULL && local_in_reg[reg].is_live_) {