Home
last modified time | relevance | path

Searched refs:cached_current_method_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.cc766 if ((cached_current_method_ == nullptr) || (cached_current_method_->GetBlock() == nullptr)) { in GetCurrentMethod()
767 cached_current_method_ = new (allocator_) HCurrentMethod( in GetCurrentMethod()
771 entry_block_->AddInstruction(cached_current_method_); in GetCurrentMethod()
774 cached_current_method_, entry_block_->GetFirstInstruction()); in GetCurrentMethod()
777 return cached_current_method_; in GetCurrentMethod()
H A Dnodes.h251 cached_current_method_(nullptr), in allocator_()
669 HCurrentMethod* cached_current_method_; variable