Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_env_ext.h213 friend class ScopedJniEnvLocalRefState; variable
221 class ScopedJniEnvLocalRefState {
223 explicit ScopedJniEnvLocalRefState(JNIEnvExt* env) : in ScopedJniEnvLocalRefState() function
229 ~ScopedJniEnvLocalRefState() { in ~ScopedJniEnvLocalRefState()
238 DISALLOW_COPY_AND_ASSIGN(ScopedJniEnvLocalRefState);
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc821 ScopedJniEnvLocalRefState env_state(env); in artQuickProxyInvokeHandler()
1229 ScopedJniEnvLocalRefState env_state(env); in artQuickResolutionTrampoline()
2508 ScopedJniEnvLocalRefState env_state(env); in artInvokePolymorphic()
2631 ScopedJniEnvLocalRefState env_state(env); in artInvokeCustom()
/art/runtime/
Druntime.cc1930 ScopedJniEnvLocalRefState env_state(env); in InitThreadGroups()