Searched refs:new_cookie (Results 1 – 5 of 5) sorted by relevance
89 art::ObjPtr<art::mirror::LongArray> new_cookie) { in UpdateJavaDexFile() argument97 internal_cookie_field->SetObject<false>(java_dex_file, new_cookie); in UpdateJavaDexFile()99 cookie_field->SetObject<false>(java_dex_file, new_cookie); in UpdateJavaDexFile()122 art::Handle<art::mirror::LongArray> new_cookie( in AllocateNewDexFileCookie() local124 if (new_cookie == nullptr) { in AllocateNewDexFileCookie()129 new_cookie->SetWithoutChecks<false>(0, cookie->GetWithoutChecks(0)); in AllocateNewDexFileCookie()131 new_cookie->SetWithoutChecks<false>( in AllocateNewDexFileCookie()133 new_cookie->Memcpy(2, cookie.Get(), 1, cookie->GetLength() - 1); in AllocateNewDexFileCookie()134 return new_cookie.Get(); in AllocateNewDexFileCookie()
89 art::ObjPtr<art::mirror::LongArray> new_cookie)
230 art::ObjPtr<art::mirror::LongArray> new_cookie)
1677 new_cookie(hs.NewHandle(ClassLoaderHelper::AllocateNewDexFileCookie(driver_->self_, in AllocateAndRememberNewDexFileCookie() local1681 if (new_cookie.IsNull()) { in AllocateAndRememberNewDexFileCookie()1686 cur_data->SetNewDexFileCookie(new_cookie.Get()); in AllocateAndRememberNewDexFileCookie()1693 old_data.SetNewDexFileCookie(new_cookie.Get()); in AllocateAndRememberNewDexFileCookie()
87 void SetLocalRefCookie(IRTSegmentState new_cookie) { local_ref_cookie_ = new_cookie; } in SetLocalRefCookie() argument