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 501 if ((cached_null_constant_ == nullptr) || (cached_null_constant_->GetBlock() == nullptr)) {
502 cached_null_constant_ = new (arena_) HNullConstant(dex_pc);
503 cached_null_constant_->SetReferenceTypeInfo(inexact_object_rti_);
504 InsertConstant(cached_null_constant_);
508 DCHECK(cached_null_constant_->GetReferenceTypeInfo().IsValid());
510 return cached_null_constant_;
    [all...]
nodes.h 339 cached_null_constant_(nullptr),
714 HNullConstant* cached_null_constant_; member in class:art::HGraph
    [all...]

Completed in 56 milliseconds