Home | History | Annotate | Download | only in quick

Lines Matching refs:class_index

577   uint32_t* class_index = &cache->class_indexes[index];
578 if (*class_index != kIndexUnresolved) {
579 return *class_index;
584 *class_index = kIndexNotFound;
585 return *class_index;
591 *class_index = kIndexNotFound;
592 return *class_index;
594 *class_index = dex_file->GetIndexForTypeId(*type_id);
595 return *class_index;