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

  /art/runtime/verifier/
reg_type_cache.cc 185 entry = new PreciseReferenceType(klass, descriptor, entries_.size());
223 entry = new PreciseReferenceType(klass, descriptor, entries_.size());
398 entry = new PreciseReferenceType(klass, uninit_type.GetDescriptor(), entries_.size());
reg_type.cc 388 PreciseReferenceType::PreciseReferenceType(mirror::Class* klass, const std::string& descriptor,
440 std::string PreciseReferenceType::Dump() const {
reg_type.h 809 class PreciseReferenceType : public RegType {
811 PreciseReferenceType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)

Completed in 190 milliseconds