Home
last modified time | relevance | path

Searched refs:dexProtoGetShorty (Results 1 – 2 of 2) sorted by relevance

/dalvik/libdex/
DDexProto.h98 const char* dexProtoGetShorty(const DexProto* pProto);
DDexProto.cpp126 const char* dexProtoGetShorty(const DexProto* pProto) { in dexProtoGetShorty() function
227 const char* shorty = dexProtoGetShorty(pProto); in dexProtoComputeArgsSize()