Home
last modified time | relevance | path

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

/dalvik/vm/oo/
DClass.h44 kCpeLastEntry /* used as sentinel at end of array */ enumerator
DClass.c398 while (cpe->kind != kCpeLastEntry) { in dumpClassPath()
433 while (cpe->kind != kCpeLastEntry) { in dvmClassPathContains()
454 while (cpe->kind != kCpeLastEntry) { in freeCpeArray()
604 cpe[idx].kind = kCpeLastEntry; in processClassPath()
631 cpe[idx].kind = kCpeLastEntry; in processClassPath()
660 while (cpe->kind != kCpeLastEntry) { in searchBootPathForClass()
754 while (cpe->kind != kCpeLastEntry) in dvmGetBootPathSize()
781 while (idx-- && cpe->kind != kCpeLastEntry) in dvmGetBootPathResource()
783 if (cpe->kind == kCpeLastEntry) { in dvmGetBootPathResource()