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

/art/runtime/mirror/
H A Dclass.cc96 const char* old_exception_descriptor = old_exception->GetClass()->GetDescriptor(&temp);
173 const char* descriptor = h_this->GetDescriptor(&temp);
222 << "'" << GetDescriptor(&temp) << "' cl=" << GetClassLoader() << " -----\n",
343 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2));
720 const char* Class::GetDescriptor(std::string* storage) { function in class:art::mirror::Class
737 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.h1019 const char* GetDescriptor() { function in class:art::DexFileParameterIterator

Completed in 1642 milliseconds