Home
last modified time | relevance | path

Searched refs:ReferenceType (Results 1 – 6 of 6) sorted by relevance

/art/test/800-smali/smali/
Db_22331663_fail.smali14 # At this point, v4 is the merge of Undefined and ReferenceType. The verifier should
Db_22331663_pass.smali14 # At this point, v4 is the merge of Undefined and ReferenceType. The verifier should not
/art/runtime/verifier/
Dreg_type_cache-inl.h166 return *down_cast<const ReferenceType*>(result); in JavaLangThrowable()
176 return *down_cast<const ReferenceType*>(result); in JavaLangObject()
Dreg_type_cache.cc208 entry = new (&allocator_) ReferenceType(handles_.NewHandle(klass), in From()
269 : new (&allocator_) ReferenceType(handles_.NewHandle(klass), descriptor, entries_.size()); in InsertClass()
472 entry = new (&allocator_) ReferenceType(handles_.NewHandle(klass), "", entries_.size()); in FromUninitialized()
Dreg_type.h877 class ReferenceType final : public RegType {
879 ReferenceType(Handle<mirror::Class> klass, in ReferenceType() function
Dreg_type.cc184 std::string ReferenceType::Dump() const { in Dump()