Home
last modified time | relevance | path

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

/art/runtime/
Djni_env_ext.h117 class ScopedJniEnvLocalRefState {
119 explicit ScopedJniEnvLocalRefState(JNIEnvExt* env) : env_(env) { in ScopedJniEnvLocalRefState() function
124 ~ScopedJniEnvLocalRefState() { in ~ScopedJniEnvLocalRefState()
133 DISALLOW_COPY_AND_ASSIGN(ScopedJniEnvLocalRefState);
Druntime.cc1334 ScopedJniEnvLocalRefState env_state(env); in InitThreadGroups()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc853 ScopedJniEnvLocalRefState env_state(env); in artQuickProxyInvokeHandler()
935 ScopedJniEnvLocalRefState env_state(env); in artQuickResolutionTrampoline()