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

  /art/compiler/optimizing/
nodes.cc 676 if ((cached_current_method_ == nullptr) || (cached_current_method_->GetBlock() == nullptr)) {
677 cached_current_method_ = new (allocator_) HCurrentMethod(
681 entry_block_->AddInstruction(cached_current_method_);
684 cached_current_method_, entry_block_->GetFirstInstruction());
687 return cached_current_method_;
    [all...]
nodes.h 348 cached_current_method_(nullptr),
738 HCurrentMethod* cached_current_method_; member in class:art::HGraph
    [all...]

Completed in 82 milliseconds