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

  /art/compiler/optimizing/
nodes.cc 660 if ((cached_null_constant_ == nullptr) || (cached_null_constant_->GetBlock() == nullptr)) {
661 cached_null_constant_ = new (allocator_) HNullConstant(dex_pc);
662 cached_null_constant_->SetReferenceTypeInfo(inexact_object_rti_);
663 InsertConstant(cached_null_constant_);
667 DCHECK(cached_null_constant_->GetReferenceTypeInfo().IsValid());
669 return cached_null_constant_;
    [all...]
nodes.h 343 cached_null_constant_(nullptr),
732 HNullConstant* cached_null_constant_; member in class:art::HGraph
    [all...]

Completed in 602 milliseconds