HomeSort by relevance Sort by last modified time
    Searched refs:SetLocalRefCookie (Results 1 - 2 of 2) sorted by null

  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 55 env->SetLocalRefCookie(env->GetLocalsSegmentState());
70 env->SetLocalRefCookie(env->GetLocalsSegmentState());
122 env->SetLocalRefCookie(bit_cast<IRTSegmentState>(saved_local_ref_cookie));
  /art/runtime/
jni_env_ext.h 84 void SetLocalRefCookie(IRTSegmentState new_cookie) { local_ref_cookie_ = new_cookie; }

Completed in 78 milliseconds