Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_env_ext.h92 void SetLocalSegmentState(IRTSegmentState new_state) REQUIRES_SHARED(Locks::mutator_lock_) { in SetLocalSegmentState() function
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc121 env->SetLocalSegmentState(env->GetLocalRefCookie()); in PopLocalReferences()