HomeSort by relevance Sort by last modified time
    Searched refs:kCpeLastEntry (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/oo/
Class.h 41 kCpeLastEntry /* used as sentinel at end of array */
Class.cpp 508 while (cpe->kind != kCpeLastEntry) {
542 while (cpe->kind != kCpeLastEntry) {
563 while (cpe->kind != kCpeLastEntry) {
718 cpe[idx].kind = kCpeLastEntry;
748 cpe[idx].kind = kCpeLastEntry;
777 while (cpe->kind != kCpeLastEntry) {
867 while (cpe->kind != kCpeLastEntry)
894 while (idx-- && cpe->kind != kCpeLastEntry)
896 if (cpe->kind == kCpeLastEntry) {
    [all...]
  /dalvik/vm/native/
dalvik_system_VMRuntime.cpp 402 for (ClassPathEntry* cpe = gDvm.bootClassPath; cpe->kind != kCpeLastEntry; cpe++) {
416 for (ClassPathEntry* cpe = gDvm.bootClassPath; cpe->kind != kCpeLastEntry; cpe++) {
475 for (ClassPathEntry* cpe = gDvm.bootClassPath; cpe->kind != kCpeLastEntry; cpe++) {

Completed in 70 milliseconds