Searched refs:void_string_id (Results 1 – 1 of 1) sorted by relevance
602 const DexFile::StringId* void_string_id = dex_file.FindStringId("V"); in InitWithoutImage() local603 CHECK(void_string_id != nullptr); in InitWithoutImage()604 uint32_t void_string_index = dex_file.GetIndexForStringId(*void_string_id); in InitWithoutImage()