Home | History | Annotate | Download | only in runtime

Lines Matching refs:type_id

438     const TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id));
439 if (type_id != nullptr) {
440 uint16_t type_idx = GetIndexForTypeId(*type_id);
595 const TypeId& type_id = GetTypeId(mid);
596 if (string_idx > type_id.descriptor_idx_) {
598 } else if (string_idx < type_id.descriptor_idx_) {
601 return &type_id;
682 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id));
683 if (type_id == NULL) {
686 uint16_t type_idx = GetIndexForTypeId(*type_id);