Searched refs:dex_cache_arrays (Results 1 – 1 of 1) sorted by relevance
1346 dchecked_vector<Handle<ObjectArray<Object>>> dex_cache_arrays; in CreateImageRoots() local1347 dex_cache_arrays.reserve(num_oat_files); in CreateImageRoots()1355 dex_cache_arrays.push_back(handles.NewHandle(dex_caches)); in CreateImageRoots()1367 ObjPtr<ObjectArray<Object>> dex_caches = dex_cache_arrays[record.oat_index].Get(); in CreateImageRoots()1384 ObjPtr<ObjectArray<Object>> dex_caches = dex_cache_arrays[oat_index].Get(); in CreateImageRoots()