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