Home
last modified time | relevance | path

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

/dalvik/vm/hprof/
DHprofHeap.c61 signatureToBasicTypeAndSize(const char *sig, size_t *sizeOut) in signatureToBasicTypeAndSize() argument
81 if (sizeOut != NULL) { in signatureToBasicTypeAndSize()
82 *sizeOut = size; in signatureToBasicTypeAndSize()
89 primitiveToBasicTypeAndSize(PrimitiveType prim, size_t *sizeOut) in primitiveToBasicTypeAndSize() argument
106 if (sizeOut != NULL) { in primitiveToBasicTypeAndSize()
107 *sizeOut = size; in primitiveToBasicTypeAndSize()