Home
last modified time | relevance | path

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

/art/runtime/
Djni_env_ext.h203 friend class ScopedJniEnvLocalRefState; variable
210 class ScopedJniEnvLocalRefState {
212 explicit ScopedJniEnvLocalRefState(JNIEnvExt* env) : in ScopedJniEnvLocalRefState() function
218 ~ScopedJniEnvLocalRefState() { in ~ScopedJniEnvLocalRefState()
227 DISALLOW_COPY_AND_ASSIGN(ScopedJniEnvLocalRefState);
Druntime.cc1734 ScopedJniEnvLocalRefState env_state(env); in InitThreadGroups()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc930 ScopedJniEnvLocalRefState env_state(env); in artQuickProxyInvokeHandler()
1298 ScopedJniEnvLocalRefState env_state(env); in artQuickResolutionTrampoline()
2758 ScopedJniEnvLocalRefState env_state(env); in artInvokePolymorphic()