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

/dalvik/vm/
H A DMisc.cpp221 std::string dvmHumanReadableDescriptor(const char* descriptor) { function
278 std::string result(dvmHumanReadableDescriptor(obj->clazz->descriptor));
281 result += "<" + dvmHumanReadableDescriptor(clazz->descriptor) + ">";
291 std::string result(dvmHumanReadableDescriptor(field->clazz->descriptor));
302 std::string result(dvmHumanReadableDescriptor(method->clazz->descriptor));
321 * See also dvmHumanReadableDescriptor.

Completed in 1756 milliseconds