Home
last modified time | relevance | path

Searched refs:GetLocalsSegmentState (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()
/art/runtime/jni/
Djni_env_ext.h89 IRTSegmentState GetLocalsSegmentState() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetLocalsSegmentState() function