Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc66 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()
/art/runtime/jni/
Djni_env_ext.h87 IRTSegmentState GetLocalRefCookie() const { return local_ref_cookie_; } in GetLocalRefCookie() function