Home | History | Annotate | Download | only in runtime

Lines Matching defs:array_id

1001   const dex::TypeId* array_id = dex_file.FindTypeId("[Ljava/lang/Object;");
1002 ASSERT_TRUE(array_id != nullptr);
1003 dex::TypeIndex array_idx = dex_file.GetIndexForTypeId(*array_id);