Searched refs:UndefinedType (Results 1 – 5 of 5) sorted by relevance
80 inline const UndefinedType& RegTypeCache::Undefined() { in Undefined()81 return *down_cast<const UndefinedType*>(entries_[kUndefinedCacheId]); in Undefined()
61 class UndefinedType; variable123 const UndefinedType& Undefined() REQUIRES_SHARED(Locks::mutator_lock_);
124 std::string UndefinedType::Dump() const REQUIRES_SHARED(Locks::mutator_lock_) { in Dump()558 const UndefinedType& undefined = reg_types->Undefined(); in Merge()
370 class UndefinedType final : public RegType {380 UndefinedType(Handle<mirror::Class> klass, in UndefinedType() function
80 new (&allocator_) UndefinedType(null_handle_, "", kUndefinedCacheId); in FillPrimitiveAndSmallConstantTypes()