Searched refs:h_dex_path_list (Results 1 – 1 of 1) sorted by relevance
5865 Handle<mirror::Object> h_dex_path_list = hs.NewHandle( in CreatePathClassLoader() local5867 DCHECK(h_dex_path_list.Get() != nullptr); in CreatePathClassLoader()5869 dex_elements_field->SetObject<false>(h_dex_path_list.Get(), h_dex_elements.Get()); in CreatePathClassLoader()5881 path_list_field->SetObject<false>(h_path_class_loader.Get(), h_dex_path_list.Get()); in CreatePathClassLoader()