Searched refs:SetLocalRefCookie (Results 1 – 2 of 2) sorted by relevance
55 env->SetLocalRefCookie(env->GetLocalsSegmentState()); in JniMethodFastStart()70 env->SetLocalRefCookie(env->GetLocalsSegmentState()); in JniMethodStart()122 env->SetLocalRefCookie(bit_cast<IRTSegmentState>(saved_local_ref_cookie)); in PopLocalReferences()
84 void SetLocalRefCookie(IRTSegmentState new_cookie) { local_ref_cookie_ = new_cookie; } in SetLocalRefCookie() function