Searched defs:h_dex_file (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Dclass_linker.cc8145 Handle<mirror::Object> h_dex_file = hs2.NewHandle( local
8147 DCHECK(h_dex_file.Get() != nullptr);
8148 cookie_field->SetObject<false>(h_dex_file.Get(), h_long_array.Get());
8153 file_name_field->SetObject<false>(h_dex_file.Get(), h_file_name.Get());
8157 element_file_field->SetObject<false>(h_element.Get(), h_dex_file.Get());

Completed in 28 milliseconds