Searched defs:sizeOut (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/hprof/
H A DHprofHeap.c70 signatureToBasicTypeAndSize(const char *sig, size_t *sizeOut) argument
90 if (sizeOut != NULL) {
91 *sizeOut = size;
98 primitiveToBasicTypeAndSize(PrimitiveType prim, size_t *sizeOut) argument
115 if (sizeOut != NULL) {
116 *sizeOut = size;

Completed in 26 milliseconds