Home
last modified time | relevance | path

Searched refs:UndefinedType (Results 1 – 5 of 5) sorted by relevance

/art/runtime/verifier/
Dreg_type_cache-inl.h80 inline const UndefinedType& RegTypeCache::Undefined() { in Undefined()
81 return *down_cast<const UndefinedType*>(entries_[kUndefinedCacheId]); in Undefined()
Dreg_type_cache.h61 class UndefinedType; variable
123 const UndefinedType& Undefined() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type.cc124 std::string UndefinedType::Dump() const REQUIRES_SHARED(Locks::mutator_lock_) { in Dump()
558 const UndefinedType& undefined = reg_types->Undefined(); in Merge()
Dreg_type.h370 class UndefinedType final : public RegType {
380 UndefinedType(Handle<mirror::Class> klass, in UndefinedType() function
Dreg_type_cache.cc80 new (&allocator_) UndefinedType(null_handle_, "", kUndefinedCacheId); in FillPrimitiveAndSmallConstantTypes()