Home
last modified time | relevance | path

Searched refs:descriptor_ (Results 1 – 5 of 5) sorted by relevance

/art/runtime/verifier/
Dreg_type.cc669 DCHECK(descriptor_[1] == 'L' || descriptor_[1] == '['); in IsObjectArrayTypes()
670 return descriptor_[0] == '['; in IsObjectArrayTypes()
685 return descriptor_[0] == '['; in IsArrayTypes()
962 CHECK(descriptor_.empty()) << *this; in CheckInvariants()
966 CHECK(!descriptor_.empty()) << *this; in CheckInvariants()
980 CHECK(!descriptor_.empty()) << *this; in CheckInvariants()
985 CHECK(!descriptor_.empty()) << *this; in CheckInvariants()
991 CHECK(descriptor_.empty()) << *this; in CheckInvariants()
998 CHECK(!descriptor_.empty()) << *this; in CheckInvariants()
1004 CHECK(descriptor_.empty()) << *this; in CheckInvariants()
Dreg_type.h211 return descriptor_; in GetDescriptor()
278 : descriptor_(descriptor), klass_(GcRoot<mirror::Class>(klass)), cache_id_(cache_id) { in RegType()
287 const std::string descriptor_; variable
Dreg_type_cache.cc127 if (descriptor != entry->descriptor_) { in MatchDescriptor()
/art/runtime/
Ddex_file.cc774 local_in_reg[arg_reg].descriptor_ = descriptor; in DecodeDebugInfo0()
794 local_in_reg[arg_reg].descriptor_ = descriptor; in DecodeDebugInfo0()
855 local_in_reg[reg].descriptor_ = StringByTypeIdx(descriptor_idx); in DecodeDebugInfo0()
887 if (local_in_reg[reg].name_ == NULL || local_in_reg[reg].descriptor_ == NULL) { in DecodeDebugInfo0()
Ddex_file.h808 : name_(NULL), descriptor_(NULL), signature_(NULL), start_address_(0), is_live_(false) {} in LocalInfo()
811 const char* descriptor_; // E.g., Ljava/util/LinkedList; member
833 local_in_reg[reg].name_, local_in_reg[reg].descriptor_, in InvokeLocalCbIfLive()