Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc523 DCHECK(descriptor_[1] == 'L' || descriptor_[1] == '['); in IsObjectArrayTypes()
524 return descriptor_[0] == '['; in IsObjectArrayTypes()
539 return descriptor_[0] == '['; in IsArrayTypes()
760 CHECK(descriptor_.empty()) << *this; in CheckInvariants()
764 CHECK(!descriptor_.empty()) << *this; in CheckInvariants()
778 CHECK(!descriptor_.empty()) << *this; in CheckInvariants()
783 CHECK(!descriptor_.empty()) << *this; in CheckInvariants()
801 CHECK(descriptor_.empty()) << *this; in CheckInvariants()
808 CHECK(!descriptor_.empty()) << *this; in CheckInvariants()
814 CHECK(descriptor_.empty()) << *this; in CheckInvariants()
Dreg_type.h180 return descriptor_; in GetDescriptor()
280 : descriptor_(descriptor), klass_(klass), cache_id_(cache_id) { in RegType()
288 const std::string descriptor_; variable
Dreg_type_cache.cc128 if (descriptor != entry->descriptor_) { in MatchDescriptor()
/art/runtime/
Ddex_file.cc827 local_in_reg[arg_reg].descriptor_ = descriptor; in DecodeDebugInfo0()
847 local_in_reg[arg_reg].descriptor_ = descriptor; in DecodeDebugInfo0()
908 local_in_reg[reg].descriptor_ = StringByTypeIdx(descriptor_idx); in DecodeDebugInfo0()
940 if (local_in_reg[reg].name_ == nullptr || local_in_reg[reg].descriptor_ == nullptr) { in DecodeDebugInfo0()
Ddex_file.h825 : name_(nullptr), descriptor_(nullptr), signature_(nullptr), start_address_(0), in LocalInfo()
829 const char* descriptor_; // E.g., Ljava/util/LinkedList; member
851 local_in_reg[reg].name_, local_in_reg[reg].descriptor_, in InvokeLocalCbIfLive()