Home
last modified time | relevance | path

Searched refs:dexProtoGetMethodDescriptor (Results 1 – 6 of 6) sorted by relevance

/dalvik/libdex/
DDexProto.h97 const char* dexProtoGetMethodDescriptor(const DexProto* pProto,
123 return dexProtoGetMethodDescriptor(&proto, pCache); in dexGetDescriptorFromMethodId()
DDexProto.c138 const char* dexProtoGetMethodDescriptor(const DexProto* pProto, in dexProtoGetMethodDescriptor() function
181 dexProtoGetMethodDescriptor(pProto, &cache)); in dexProtoCopyMethodDescriptor()
/dalvik/vm/hprof/
DHprofStackFrame.c66 descriptor = dexProtoGetMethodDescriptor(&method->prototype, &cache); in hprofStartup_StackFrame()
228 descriptor = dexProtoGetMethodDescriptor(&method->prototype, &cache); in hprofDumpStackFrames()
/dalvik/vm/oo/
DClass.h193 dexProtoGetMethodDescriptor(&method->prototype, pCache); in dvmCopyDescriptorStringFromMethod()
/dalvik/vm/
DProfile.c292 dexProtoGetMethodDescriptor(&meth->prototype, &stringCache), in dumpMarkedMethods()
305 dexProtoGetMethodDescriptor(&meth->prototype, &stringCache), in dumpMarkedMethods()
DDebugger.c1284 (const u1*) dexProtoGetMethodDescriptor(&meth->prototype, in dvmDbgOutputAllMethods()
1298 (const u1*) dexProtoGetMethodDescriptor(&meth->prototype, in dvmDbgOutputAllMethods()