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

/art/runtime/verifier/
H A Dreg_type.h176 const std::string& GetDescriptor() const { function in class:art::verifier::RegType
/art/runtime/mirror/
H A Dclass.cc91 const char* old_exception_descriptor = old_exception->GetClass()->GetDescriptor(&temp);
167 const char* descriptor = h_this->GetDescriptor(&temp);
217 << "'" << GetDescriptor(&temp) << "' cl=" << GetClassLoader() << " -----\n",
333 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2));
714 const char* Class::GetDescriptor(std::string* storage) { function in class:art::mirror::Class
731 const char* elem_desc = GetComponentType()->GetDescriptor(&temp);
/art/runtime/
H A Ddex_file.h1078 const char* GetDescriptor() { function in class:art::DexFileParameterIterator

Completed in 70 milliseconds