Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc1345 dchecked_vector<Handle<ObjectArray<Object>>> dex_cache_arrays; in CreateImageRoots() local
1346 dex_cache_arrays.reserve(num_oat_files); in CreateImageRoots()
1354 dex_cache_arrays.push_back(handles.NewHandle(dex_caches)); in CreateImageRoots()
1366 ObjPtr<ObjectArray<Object>> dex_caches = dex_cache_arrays[record.oat_index].Get(); in CreateImageRoots()
1383 ObjPtr<ObjectArray<Object>> dex_caches = dex_cache_arrays[oat_index].Get(); in CreateImageRoots()