Searched refs:void_string_id (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc524 const DexFile::StringId* void_string_id = dex_file.FindStringId("V"); local
525 CHECK(void_string_id != nullptr);
526 uint32_t void_string_index = dex_file.GetIndexForStringId(*void_string_id);

Completed in 385 milliseconds