Searched refs:ReferenceType (Results 1 – 6 of 6) sorted by relevance
/art/test/800-smali/smali/ |
D | b_22331663_fail.smali | 14 # At this point, v4 is the merge of Undefined and ReferenceType. The verifier should
|
D | b_22331663_pass.smali | 14 # At this point, v4 is the merge of Undefined and ReferenceType. The verifier should not
|
/art/runtime/verifier/ |
D | reg_type_cache-inl.h | 142 return *down_cast<const ReferenceType*>(result); in JavaLangThrowable() 154 return *down_cast<const ReferenceType*>(result); in JavaLangObject()
|
D | reg_type_cache.cc | 202 entry = new (&arena_) ReferenceType(klass, AddString(sp_descriptor), entries_.size()); in From() 257 : new (&arena_) ReferenceType(klass, descriptor, entries_.size()); in InsertClass() 510 entry = new (&arena_) ReferenceType(klass, "", entries_.size()); in FromUninitialized()
|
D | reg_type.h | 967 class ReferenceType FINAL : public RegType { 969 ReferenceType(mirror::Class* klass, const StringPiece& descriptor, in ReferenceType() function
|
D | reg_type.cc | 361 std::string ReferenceType::Dump() const { in Dump()
|