Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc67 env->SetLocalRefCookie(env->GetLocalsSegmentState()); in JniMethodFastStart()
82 env->SetLocalRefCookie(env->GetLocalsSegmentState()); in JniMethodStart()
133 env->SetLocalRefCookie(bit_cast<IRTSegmentState>(saved_local_ref_cookie)); in PopLocalReferences()
/art/runtime/jni/
Djni_env_ext.h88 void SetLocalRefCookie(IRTSegmentState new_cookie) { local_ref_cookie_ = new_cookie; } in SetLocalRefCookie() function