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

  /art/compiler/optimizing/
nodes.h 1300 bool is_live_; member in class:art::HPhi
    [all...]
  /art/runtime/
dex_file.h 808 : name_(NULL), descriptor_(NULL), signature_(NULL), start_address_(0), is_live_(false) {}
814 bool is_live_; // Is the local defined and live. member in struct:art::DexFile::LocalInfo
831 if (local_cb != NULL && local_in_reg[reg].is_live_) {
    [all...]

Completed in 50 milliseconds