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

  /art/runtime/
stack.cc 109 StackIndirectReferenceTable* sirt = local
113 return sirt->GetReference(0);
thread.h 526 void PushSirt(StackIndirectReferenceTable* sirt) {
527 sirt->SetLink(top_sirt_);
528 top_sirt_ = sirt;
532 StackIndirectReferenceTable* sirt = top_sirt_; local
533 DCHECK(sirt != NULL);
535 return sirt;

Completed in 42 milliseconds