Home
last modified time | relevance | path

Searched refs:GetLocalRefCookie (Results 1 – 2 of 2) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc54 uint32_t saved_local_ref_cookie = bit_cast<uint32_t>(env->GetLocalRefCookie()); in JniMethodFastStart()
69 uint32_t saved_local_ref_cookie = bit_cast<uint32_t>(env->GetLocalRefCookie()); in JniMethodStart()
121 env->SetLocalSegmentState(env->GetLocalRefCookie()); in PopLocalReferences()
/art/runtime/jni/
Djni_env_ext.h86 IRTSegmentState GetLocalRefCookie() const { return local_ref_cookie_; } in GetLocalRefCookie() function