Home
last modified time | relevance | path

Searched refs:pDescriptor (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddebugger.h313 uint32_t* pStatus, std::string* pDescriptor)
Ddebugger.cc1102 uint32_t* pStatus, std::string* pDescriptor) { in GetClassInfo() argument
1121 if (pDescriptor != nullptr) { in GetClassInfo()
1123 *pDescriptor = c->GetDescriptor(&temp); in GetClassInfo()