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

  /dalvik/libdex/
DexProto.h 103 const char* dexProtoGetMethodDescriptor(const DexProto* pProto,
129 return dexProtoGetMethodDescriptor(&proto, pCache);
DexProto.cpp 133 const char* dexProtoGetMethodDescriptor(const DexProto* pProto,
173 dexProtoGetMethodDescriptor(pProto, &cache));
  /dalvik/vm/oo/
Class.h 196 dexProtoGetMethodDescriptor(&method->prototype, pCache);
213 * as if by strcmp() on the result of dexProtoGetMethodDescriptor().
224 * as if by strcmp() on the result of dexProtoGetMethodDescriptor().
235 * order. The prototypes are compared as if by dexProtoGetMethodDescriptor().
244 * dexProtoGetMethodDescriptor().
  /dalvik/vm/
Profile.cpp 316 dexProtoGetMethodDescriptor(&meth->prototype, &stringCache),
329 dexProtoGetMethodDescriptor(&meth->prototype, &stringCache),
Debugger.cpp     [all...]

Completed in 69 milliseconds