Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc663 if ((cached_null_constant_ == nullptr) || (cached_null_constant_->GetBlock() == nullptr)) { in GetNullConstant()
664 cached_null_constant_ = new (allocator_) HNullConstant(dex_pc); in GetNullConstant()
665 cached_null_constant_->SetReferenceTypeInfo(inexact_object_rti_); in GetNullConstant()
666 InsertConstant(cached_null_constant_); in GetNullConstant()
670 DCHECK(cached_null_constant_->GetReferenceTypeInfo().IsValid()); in GetNullConstant()
672 return cached_null_constant_; in GetNullConstant()
Dnodes.h353 cached_null_constant_(nullptr), in allocator_()
771 HNullConstant* cached_null_constant_; variable