Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dnodes.cc852 if ((cached_current_method_ == nullptr) || (cached_current_method_->GetBlock() == nullptr)) { in GetCurrentMethod()
853 cached_current_method_ = new (allocator_) HCurrentMethod( in GetCurrentMethod()
857 entry_block_->AddInstruction(cached_current_method_); in GetCurrentMethod()
860 cached_current_method_, entry_block_->GetFirstInstruction()); in GetCurrentMethod()
863 return cached_current_method_; in GetCurrentMethod()
H A Dnodes.h421 cached_current_method_(nullptr),
866 HCurrentMethod* cached_current_method_; variable