Searched refs:StringIdsSize (Results 1 – 6 of 6) sorted by relevance
121 CHECK_EQ(item->size_, collections->StringIdsSize()); in CheckAndSetRemainingOffsets()
135 if (index < collections.StringIdsSize()) { in GetIdFromInstruction()876 &dex_ir::Collections::StringIdsSize,
287 header.string_ids_size_ = collections.StringIdsSize(); in WriteHeader()
687 collection.StringIdsSize(), in GenerateAndWriteMapItems()766 header.string_ids_size_ = collections.StringIdsSize(); in WriteHeader()
269 CHECK_LT(index, StringIdsSize()); in GetStringId()354 uint32_t StringIdsSize() const { return string_ids_.Size(); } in StringIdsSize() function
428 if (index < header->GetCollections().StringIdsSize()) { in IndexString()613 fprintf(out_file_, "string_ids_size : %d\n", collections.StringIdsSize()); in DumpFileHeader()