Searched refs:ReferenceType (Results 1 – 6 of 6) sorted by relevance
14 # At this point, v4 is the merge of Undefined and ReferenceType. The verifier should not
14 # At this point, v4 is the merge of Undefined and ReferenceType. The verifier should
168 return *down_cast<const ReferenceType*>(result); in JavaLangThrowable()179 return *down_cast<const ReferenceType*>(result); in JavaLangObject()
215 entry = new (&allocator_) ReferenceType(klass, AddString(sv_descriptor), entries_.size()); in From()270 : new (&allocator_) ReferenceType(klass, descriptor, entries_.size()); in InsertClass()558 entry = new (&allocator_) ReferenceType(klass, "", entries_.size()); in FromUninitialized()
1006 class ReferenceType final : public RegType {1008 ReferenceType(ObjPtr<mirror::Class> klass, in ReferenceType() function
378 std::string ReferenceType::Dump() const { in Dump()