Home
last modified time | relevance | path

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

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