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

  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 54 uint32_t saved_local_ref_cookie = bit_cast<uint32_t>(env->GetLocalRefCookie());
69 uint32_t saved_local_ref_cookie = bit_cast<uint32_t>(env->GetLocalRefCookie());
121 env->SetLocalSegmentState(env->GetLocalRefCookie());
  /art/runtime/
jni_env_ext.h 83 IRTSegmentState GetLocalRefCookie() const { return local_ref_cookie_; }

Completed in 156 milliseconds