Searched refs:new_cookie (Results 1 – 4 of 4) sorted by relevance
90 art::ObjPtr<art::mirror::LongArray> new_cookie) { in UpdateJavaDexFile() argument98 internal_cookie_field->SetObject<false>(java_dex_file, new_cookie); in UpdateJavaDexFile()100 cookie_field->SetObject<false>(java_dex_file, new_cookie); in UpdateJavaDexFile()123 art::Handle<art::mirror::LongArray> new_cookie( in AllocateNewDexFileCookie() local125 if (new_cookie == nullptr) { in AllocateNewDexFileCookie()130 new_cookie->SetWithoutChecks<false>(0, cookie->GetWithoutChecks(0)); in AllocateNewDexFileCookie()132 new_cookie->SetWithoutChecks<false>( in AllocateNewDexFileCookie()134 new_cookie->Memcpy(2, cookie.Get(), 1, cookie->GetLength() - 1); in AllocateNewDexFileCookie()135 return new_cookie.Get(); in AllocateNewDexFileCookie()
89 art::ObjPtr<art::mirror::LongArray> new_cookie)
230 art::ObjPtr<art::mirror::LongArray> new_cookie)
1692 new_cookie(hs.NewHandle(ClassLoaderHelper::AllocateNewDexFileCookie(driver_->self_, in AllocateAndRememberNewDexFileCookie() local1696 if (new_cookie.IsNull()) { in AllocateAndRememberNewDexFileCookie()1701 cur_data->SetNewDexFileCookie(new_cookie.Get()); in AllocateAndRememberNewDexFileCookie()1709 old_data.SetNewDexFileCookie(new_cookie.Get()); in AllocateAndRememberNewDexFileCookie()