Home
last modified time | relevance | path

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

/art/runtime/
Djni_internal.h199 class ScopedJniEnvLocalRefState {
201 explicit ScopedJniEnvLocalRefState(JNIEnvExt* env) : env_(env) { in ScopedJniEnvLocalRefState() function
206 ~ScopedJniEnvLocalRefState() { in ~ScopedJniEnvLocalRefState()
214 DISALLOW_COPY_AND_ASSIGN(ScopedJniEnvLocalRefState);
Druntime.cc945 ScopedJniEnvLocalRefState env_state(env); in InitThreadGroups()
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc291 ScopedJniEnvLocalRefState env_state(env); in artPortableProxyInvokeHandler()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc627 ScopedJniEnvLocalRefState env_state(env); in artQuickProxyInvokeHandler()
708 ScopedJniEnvLocalRefState env_state(env); in artQuickResolutionTrampoline()