Searched refs:GetLocalRefCookie (Results 1 – 2 of 2) sorted by relevance
66 uint32_t saved_local_ref_cookie = bit_cast<uint32_t>(env->GetLocalRefCookie()); in JniMethodFastStart()81 uint32_t saved_local_ref_cookie = bit_cast<uint32_t>(env->GetLocalRefCookie()); in JniMethodStart()132 env->SetLocalSegmentState(env->GetLocalRefCookie()); in PopLocalReferences()
87 IRTSegmentState GetLocalRefCookie() const { return local_ref_cookie_; } in GetLocalRefCookie() function