HomeSort by relevance Sort by last modified time
    Searched refs:ScopedJniEnvLocalRefState (Results 1 - 3 of 3) sorted by null

  /art/runtime/
jni_env_ext.h 141 class ScopedJniEnvLocalRefState {
143 explicit ScopedJniEnvLocalRefState(JNIEnvExt* env) : env_(env) {
148 ~ScopedJniEnvLocalRefState() {
157 DISALLOW_COPY_AND_ASSIGN(ScopedJniEnvLocalRefState);
runtime.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 91 milliseconds