Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc721 if ((cached_null_constant_ == nullptr) || (cached_null_constant_->GetBlock() == nullptr)) { in GetNullConstant()
722 cached_null_constant_ = new (allocator_) HNullConstant(dex_pc); in GetNullConstant()
723 cached_null_constant_->SetReferenceTypeInfo(GetInexactObjectRti()); in GetNullConstant()
724 InsertConstant(cached_null_constant_); in GetNullConstant()
728 DCHECK(cached_null_constant_->GetReferenceTypeInfo().IsValid()); in GetNullConstant()
730 return cached_null_constant_; in GetNullConstant()
Dnodes.h422 cached_null_constant_(nullptr), in allocator_()
884 HNullConstant* cached_null_constant_; variable