Searched refs:dexProtoGetMethodDescriptor (Results 1 – 6 of 6) sorted by relevance
/dalvik/libdex/ |
D | DexProto.h | 97 const char* dexProtoGetMethodDescriptor(const DexProto* pProto, 123 return dexProtoGetMethodDescriptor(&proto, pCache); in dexGetDescriptorFromMethodId()
|
D | DexProto.c | 138 const char* dexProtoGetMethodDescriptor(const DexProto* pProto, in dexProtoGetMethodDescriptor() function 181 dexProtoGetMethodDescriptor(pProto, &cache)); in dexProtoCopyMethodDescriptor()
|
/dalvik/vm/hprof/ |
D | HprofStackFrame.c | 66 descriptor = dexProtoGetMethodDescriptor(&method->prototype, &cache); in hprofStartup_StackFrame() 228 descriptor = dexProtoGetMethodDescriptor(&method->prototype, &cache); in hprofDumpStackFrames()
|
/dalvik/vm/oo/ |
D | Class.h | 193 dexProtoGetMethodDescriptor(&method->prototype, pCache); in dvmCopyDescriptorStringFromMethod()
|
/dalvik/vm/ |
D | Profile.c | 292 dexProtoGetMethodDescriptor(&meth->prototype, &stringCache), in dumpMarkedMethods() 305 dexProtoGetMethodDescriptor(&meth->prototype, &stringCache), in dumpMarkedMethods()
|
D | Debugger.c | 1284 (const u1*) dexProtoGetMethodDescriptor(&meth->prototype, in dvmDbgOutputAllMethods() 1298 (const u1*) dexProtoGetMethodDescriptor(&meth->prototype, in dvmDbgOutputAllMethods()
|