Home
last modified time | relevance | path

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

/dalvik/vm/hprof/
DHprofStackFrame.c126 stackFrameCmp(const void *tableItem, const void *looseItem) in stackFrameCmp() argument
128 return memcmp(&((StackFrameEntry *)tableItem)->frame, in stackFrameCmp()
DHprofStack.c101 stackCmp(const void *tableItem, const void *looseItem) in stackCmp() argument
103 return memcmp(&((StackTraceEntry *) tableItem)->trace, in stackCmp()
/dalvik/vm/
DHash.h33 typedef int (*HashCompareFunc)(const void* tableItem, const void* looseItem);