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

/art/runtime/
H A Dclass_linker.cc527 const DexFile::TypeId* void_type_id = dex_file.FindTypeId(void_string_index); local
528 CHECK(void_type_id != nullptr);
529 uint16_t void_type_idx = dex_file.GetIndexForTypeId(*void_type_id);

Completed in 107 milliseconds