Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc309 if ((cached_null_constant_ == nullptr) || (cached_null_constant_->GetBlock() == nullptr)) { in GetNullConstant()
310 cached_null_constant_ = new (arena_) HNullConstant(); in GetNullConstant()
311 InsertConstant(cached_null_constant_); in GetNullConstant()
313 return cached_null_constant_; in GetNullConstant()
Dnodes.h142 cached_null_constant_(nullptr), in arena_()
374 HNullConstant* cached_null_constant_; variable