Home
last modified time | relevance | path

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

/external/llvm/runtime/libprofile/
DPathProfiling.c59 uint32_t arrayIterator = 0; in writeArrayTable() local
65 for( arrayIterator = 0; arrayIterator < ft->size; arrayIterator++ ) { in writeArrayTable()
66 uint32_t pc = ((uint32_t*)ft->array)[arrayIterator]; in writeArrayTable()
71 pte.pathNumber = arrayIterator; in writeArrayTable()