HomeSort by relevance Sort by last modified time
    Searched refs:cached_null_constant_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
nodes.cc 507 if ((cached_null_constant_ == nullptr) || (cached_null_constant_->GetBlock() == nullptr)) {
508 cached_null_constant_ = new (arena_) HNullConstant(dex_pc);
509 cached_null_constant_->SetReferenceTypeInfo(inexact_object_rti_);
510 InsertConstant(cached_null_constant_);
514 DCHECK(cached_null_constant_->GetReferenceTypeInfo().IsValid());
516 return cached_null_constant_;
    [all...]
nodes.h 308 cached_null_constant_(nullptr),
618 HNullConstant* cached_null_constant_; member in class:art::HGraph
    [all...]

Completed in 151 milliseconds