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

/art/runtime/mirror/
H A Dclass.cc94 const char* old_exception_descriptor = old_exception->GetClass()->GetDescriptor(&temp);
172 const char* descriptor = h_this->GetDescriptor(&temp);
221 << "'" << GetDescriptor(&temp) << "' cl=" << GetClassLoader() << " -----\n",
342 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2));
722 const char* Class::GetDescriptor(std::string* storage) { function in class:art::mirror::Class
739 const char* elem_desc = GetComponentType()->GetDescriptor(&temp);
/art/runtime/verifier/
H A Dreg_type.h208 const std::string& GetDescriptor() const { function in class:art::verifier::RegType
/art/runtime/
H A Ddex_file.h1046 const char* GetDescriptor() { function in class:art::DexFileParameterIterator

Completed in 200 milliseconds