HomeSort by relevance Sort by last modified time
    Searched refs:PreciseReferenceType (Results 1 - 3 of 3) sorted by null

  /art/runtime/verifier/
reg_type.cc 388 PreciseReferenceType::PreciseReferenceType(mirror::Class* klass, const std::string& descriptor,
442 std::string PreciseReferenceType::Dump() {
reg_type_cache.cc 186 entry = new PreciseReferenceType(klass, descriptor_sp.as_string(), entries_.size());
230 entry = new PreciseReferenceType(klass, descriptor, entries_.size());
433 entry = new PreciseReferenceType(klass, uninit_type.GetDescriptor(), entries_.size());
reg_type.h 815 class PreciseReferenceType : public RegType {
817 PreciseReferenceType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)

Completed in 62 milliseconds