Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc662 if ((cached_null_constant_ == nullptr) || (cached_null_constant_->GetBlock() == nullptr)) { in GetNullConstant()
663 cached_null_constant_ = new (allocator_) HNullConstant(dex_pc); in GetNullConstant()
664 cached_null_constant_->SetReferenceTypeInfo(GetInexactObjectRti()); in GetNullConstant()
665 InsertConstant(cached_null_constant_); in GetNullConstant()
669 DCHECK(cached_null_constant_->GetReferenceTypeInfo().IsValid()); in GetNullConstant()
671 return cached_null_constant_; in GetNullConstant()
Dnodes.h411 cached_null_constant_(nullptr), in allocator_()
828 HNullConstant* cached_null_constant_; variable