Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache.cc57 entries_[i] = new (&allocator_) PreciseConstType(null_handle_, value, i); in FillPrimitiveAndSmallConstantTypes()
80 new (&allocator_) UndefinedType(null_handle_, "", kUndefinedCacheId); in FillPrimitiveAndSmallConstantTypes()
82 new (&allocator_) ConflictType(null_handle_, "", kConflictCacheId); in FillPrimitiveAndSmallConstantTypes()
84 new (&allocator_) NullType(null_handle_, "", kNullCacheId); in FillPrimitiveAndSmallConstantTypes()
223 return AddEntry(new (&allocator_) UnresolvedReferenceType(null_handle_, in From()
237 null_handle_, AddString("a"), entries_.size())); in MakeUnresolvedReference()
410 null_handle_, child.GetId(), this, entries_.size())); in FromUnresolvedSuperClass()
426 entry = new (&allocator_) UnresolvedUninitializedRefType(null_handle_, in Uninitialized()
461 entry = new (&allocator_) UnresolvedReferenceType(null_handle_, descriptor, entries_.size()); in FromUninitialized()
513 null_handle_, descriptor, entries_.size()); in UninitializedThisArgument()
[all …]
Dreg_type_cache.h157 return null_handle_; in GetNullHandle()
209 ScopedNullHandle<mirror::Class> null_handle_; variable