Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_env_ext.h214 friend class ScopedJniEnvLocalRefState; variable
224 class ScopedJniEnvLocalRefState {
226 explicit ScopedJniEnvLocalRefState(JNIEnvExt* env) : in ScopedJniEnvLocalRefState() function
232 ~ScopedJniEnvLocalRefState() { in ~ScopedJniEnvLocalRefState()
241 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()
2419 ScopedJniEnvLocalRefState env_state(env); in artInvokePolymorphic()
2542 ScopedJniEnvLocalRefState env_state(env); in artInvokeCustom()
/art/runtime/
Druntime.cc2145 ScopedJniEnvLocalRefState env_state(env); in InitThreadGroups()