Searched defs:GetDescriptor (Results 1 - 3 of 3) sorted by relevance

/art/runtime/verifier/
H A Dreg_type.h181 const StringPiece& GetDescriptor() const { function in class:art::verifier::RegType
/art/runtime/mirror/
H A Dclass.cc156 const char* descriptor = h_this->GetDescriptor(&temp);
206 << "'" << GetDescriptor(&temp) << "' cl=" << GetClassLoader() << " -----\n",
322 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2));
812 const char* Class::GetDescriptor(std::string* storage) { function in class:art::mirror::Class
829 const char* elem_desc = GetComponentType()->GetDescriptor(&temp);
1049 const DexFile::TypeId* type_id = dex_file.FindTypeId(GetDescriptor(&temp));
/art/runtime/
H A Ddex_file.h1306 const char* GetDescriptor() { function in class:art::DexFileParameterIterator

Completed in 61 milliseconds