Home
last modified time | relevance | path

Searched refs:SetLocalRefCookie (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc85 env->SetLocalRefCookie(bit_cast<jni::LRTSegmentState>(saved_local_ref_cookie)); in PopLocalReferences()
Dquick_trampoline_entrypoints.cc2039 env->SetLocalRefCookie(env->GetLocalsSegmentState()); in artQuickGenericJniTrampoline()
/art/runtime/jni/
Djni_env_ext.h83 void SetLocalRefCookie(jni::LRTSegmentState new_cookie) { local_ref_cookie_ = new_cookie; } in SetLocalRefCookie() function