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 517 if ((cached_current_method_ == nullptr) || (cached_current_method_->GetBlock() == nullptr)) {
518 cached_current_method_ = new (arena_) HCurrentMethod(
522 entry_block_->AddInstruction(cached_current_method_);
525 cached_current_method_, entry_block_->GetFirstInstruction());
528 return cached_current_method_;
    [all...]
nodes.h 342 cached_current_method_(nullptr),
712 HCurrentMethod* cached_current_method_; member in class:art::HGraph
    [all...]

Completed in 55 milliseconds