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

/art/runtime/mirror/
H A Dobject_test.cc334 const DexFile::StringId* type_string_id = dex_file->FindStringId("Ljava/lang/Object;"); local
335 ASSERT_TRUE(type_string_id != NULL);
337 dex_file->GetIndexForStringId(*type_string_id));

Completed in 43 milliseconds