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

  /art/runtime/
thread.h 527 sirt->SetLink(top_sirt_);
528 top_sirt_ = sirt;
532 StackIndirectReferenceTable* sirt = top_sirt_;
534 top_sirt_ = top_sirt_->GetLink();
539 return ThreadOffset(OFFSETOF_MEMBER(Thread, top_sirt_));
751 StackIndirectReferenceTable* top_sirt_; variable
thread.cc     [all...]

Completed in 33 milliseconds