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

/art/runtime/
H A Dclass_linker.cc8700 // CreatePathClassLoader is only used by gtests. Index 0 of h_long_array is supposed to be the
8702 Handle<mirror::LongArray> h_long_array = hs2.NewHandle(mirror::LongArray::Alloc( local
8705 DCHECK(h_long_array != nullptr);
8706 h_long_array->Set(kDexFileIndexStart, reinterpret_cast<intptr_t>(dex_file));
8713 cookie_field->SetObject<false>(h_dex_file.Get(), h_long_array.Get());

Completed in 58 milliseconds