Searched defs:type_str_id (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file_test.cc292 const DexFile::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str); local
293 ASSERT_TRUE(type_str_id != NULL);
294 uint32_t type_str_idx = java_lang_dex_file_->GetIndexForStringId(*type_str_id);

Completed in 317 milliseconds