Home
last modified time | relevance | path

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

/art/runtime/
Djni_env_ext.h100 class ScopedJniEnvLocalRefState {
102 explicit ScopedJniEnvLocalRefState(JNIEnvExt* env) : env_(env) { in ScopedJniEnvLocalRefState() function
107 ~ScopedJniEnvLocalRefState() { in ~ScopedJniEnvLocalRefState()
116 DISALLOW_COPY_AND_ASSIGN(ScopedJniEnvLocalRefState);
Druntime.cc1161 ScopedJniEnvLocalRefState env_state(env); in InitThreadGroups()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc742 ScopedJniEnvLocalRefState env_state(env); in artQuickProxyInvokeHandler()
821 ScopedJniEnvLocalRefState env_state(env); in artQuickResolutionTrampoline()