Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecode/
DSamplingTool.cpp156 static int compareLineCountInfoSampling(const void* left, const void* right) in compareLineCountInfoSampling() function
276 … qsort(lineCountInfo.begin(), linesCount, sizeof(LineCountInfo), compareLineCountInfoSampling); in dump()