Searched refs:h_dex_file (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc8710 Handle<mirror::Object> h_dex_file = hs2.NewHandle( local
8712 DCHECK(h_dex_file != nullptr);
8713 cookie_field->SetObject<false>(h_dex_file.Get(), h_long_array.Get());
8718 file_name_field->SetObject<false>(h_dex_file.Get(), h_file_name.Get());
8722 element_file_field->SetObject<false>(h_element.Get(), h_dex_file.Get());

Completed in 61 milliseconds