Home | History | Annotate | Download | only in runtime

Lines Matching defs:array_id

948   const DexFile::TypeId* array_id = dex_file.FindTypeId("[Ljava/lang/Object;");
949 ASSERT_TRUE(array_id != nullptr);
950 dex::TypeIndex array_idx = dex_file.GetIndexForTypeId(*array_id);