Searched refs:cached_current_method_ (Results 1 - 2 of 2) sorted by last modified time

/art/compiler/optimizing/
H A Dnodes.cc523 if ((cached_current_method_ == nullptr) || (cached_current_method_->GetBlock() == nullptr)) {
524 cached_current_method_ = new (arena_) HCurrentMethod(
528 entry_block_->AddInstruction(cached_current_method_);
531 cached_current_method_, entry_block_->GetFirstInstruction());
534 return cached_current_method_;
H A Dnodes.h313 cached_current_method_(nullptr),
624 HCurrentMethod* cached_current_method_; member in class:art::HGraph

Completed in 39 milliseconds