HomeSort by relevance Sort by last modified time
    Searched refs:dexProtoGetMethodDescriptor (Results 1 - 6 of 6) sorted by null

  /dalvik/libdex/
DexProto.h 97 const char* dexProtoGetMethodDescriptor(const DexProto* pProto,
123 return dexProtoGetMethodDescriptor(&proto, pCache);
DexProto.c 138 const char* dexProtoGetMethodDescriptor(const DexProto* pProto,
181 dexProtoGetMethodDescriptor(pProto, &cache));
  /dalvik/vm/hprof/
HprofStackFrame.c 66 descriptor = dexProtoGetMethodDescriptor(&method->prototype, &cache);
228 descriptor = dexProtoGetMethodDescriptor(&method->prototype, &cache);
  /dalvik/vm/oo/
Class.h 193 dexProtoGetMethodDescriptor(&method->prototype, pCache);
210 * as if by strcmp() on the result of dexProtoGetMethodDescriptor().
221 * as if by strcmp() on the result of dexProtoGetMethodDescriptor().
232 * order. The prototypes are compared as if by dexProtoGetMethodDescriptor().
241 * dexProtoGetMethodDescriptor().
  /dalvik/vm/
Profile.c 292 dexProtoGetMethodDescriptor(&meth->prototype, &stringCache),
305 dexProtoGetMethodDescriptor(&meth->prototype, &stringCache),
Debugger.c     [all...]

Completed in 331 milliseconds