Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc507 if ((cached_null_constant_ == nullptr) || (cached_null_constant_->GetBlock() == nullptr)) { in GetNullConstant()
508 cached_null_constant_ = new (arena_) HNullConstant(dex_pc); in GetNullConstant()
509 cached_null_constant_->SetReferenceTypeInfo(inexact_object_rti_); in GetNullConstant()
510 InsertConstant(cached_null_constant_); in GetNullConstant()
514 DCHECK(cached_null_constant_->GetReferenceTypeInfo().IsValid()); in GetNullConstant()
516 return cached_null_constant_; in GetNullConstant()
Dnodes.h308 cached_null_constant_(nullptr), in arena_()
618 HNullConstant* cached_null_constant_; variable