Home
last modified time | relevance | path

Searched refs:dex1_tid (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc652 const dex::TypeId* dex1_tid = dex1->FindTypeId(kDex1Class); in TEST_F() local
653 ASSERT_TRUE(dex1_tid != nullptr); in TEST_F()
654 dex::TypeIndex dex1_tidx = dex1->GetIndexForTypeId(*dex1_tid); in TEST_F()