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

  /art/runtime/entrypoints/portable/
portable_jni_entrypoints.cc 27 JNIEnvExt* env = self->GetJniEnv();
41 JNIEnvExt* env = self->GetJniEnv();
70 if (UNLIKELY(self->GetJniEnv()->check_jni)) {
89 if (UNLIKELY(self->GetJniEnv()->check_jni)) {
portable_trampoline_entrypoints.cc 283 JNIEnvExt* env = self->GetJniEnv();
  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 32 JNIEnvExt* env = self->GetJniEnv();
46 JNIEnvExt* env = self->GetJniEnv();
71 if (UNLIKELY(self->GetJniEnv()->check_jni)) {
88 if (UNLIKELY(self->GetJniEnv()->check_jni)) {
quick_trampoline_entrypoints.cc 385 JNIEnvExt* env = self->GetJniEnv();
443 JNIEnvExt* env = thread->GetJniEnv();
  /art/runtime/jdwp/
object_registry.cc 94 JNIEnv* env = self->GetJniEnv();
152 JNIEnv* env = self->GetJniEnv();
163 JNIEnv* env = self->GetJniEnv();
181 JNIEnv* env = self->GetJniEnv();
199 JNIEnv* env = self->GetJniEnv();
  /art/compiler/jni/
jni_compiler_test.cc 83 env_ = Thread::Current()->GetJniEnv();
128 EXPECT_EQ(Thread::Current()->GetJniEnv(), env);
181 EXPECT_EQ(Thread::Current()->GetJniEnv(), env);
207 EXPECT_EQ(Thread::Current()->GetJniEnv(), env);
234 EXPECT_EQ(Thread::Current()->GetJniEnv(), env);
262 EXPECT_EQ(Thread::Current()->GetJniEnv(), env);
291 EXPECT_EQ(Thread::Current()->GetJniEnv(), env);
317 EXPECT_EQ(Thread::Current()->GetJniEnv(), env);
368 EXPECT_EQ(Thread::Current()->GetJniEnv(), env);
391 EXPECT_EQ(Thread::Current()->GetJniEnv(), env)
    [all...]
  /art/compiler/driver/
compiler_driver_test.cc 54 env_ = Thread::Current()->GetJniEnv();
compiler_driver.cc 572 self->GetJniEnv()->DeleteGlobalRef(jclass_loader);
    [all...]
  /art/runtime/
exception_test.cc 145 JNIEnv* env = thread->GetJniEnv();
scoped_thread_state_change.h 132 env_(reinterpret_cast<JNIEnvExt*>(self->GetJniEnv())),
runtime.cc 690 JNIEnv* env = soa.Self()->GetJniEnv();
740 self->GetJniEnv()->locals.AssertEmpty();
818 JNIEnv* env = self->GetJniEnv();
    [all...]
common_test.h 353 WellKnownClasses::Init(Thread::Current()->GetJniEnv());
thread.h 373 JNIEnvExt* GetJniEnv() const {
debugger.cc     [all...]
jni_internal.cc 410 *p_env = self->GetJniEnv();
440 *p_env = Thread::Current()->GetJniEnv();
    [all...]
thread.cc 159 self->GetJniEnv()->DeleteGlobalRef(self->jpeer_);
611 JNIEnv* env = self->GetJniEnv();
    [all...]
check_jni.cc 766 JNIEnvExt* threadEnv = self->GetJniEnv();
    [all...]
class_linker.cc 110 JNIEnv* env = self->GetJniEnv();
    [all...]
  /art/runtime/mirror/
art_method.cc 313 if (!self->GetJniEnv()->vm->work_around_app_jni_bugs) {
  /art/runtime/entrypoints/
entrypoint_utils.cc 284 JNIEnvExt* env = self->GetJniEnv();
  /art/runtime/native/
dalvik_system_Zygote.cc 285 Thread::Current()->GetJniEnv()->SetCheckJniEnabled(true);
  /art/runtime/gc/
heap.cc 272 JNIEnvExt* env = self->GetJniEnv();
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 1874 milliseconds