Home
last modified time | relevance | path

Searched refs:ForEnv (Results 1 – 13 of 13) sorted by relevance

/art/test/051-thread/
Dthread_test.cc25 return Thread::ForEnv(env)->GetNativePriority(); in Java_Main_getNativePriority()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc195 ScopedObjectAccess soa(Thread::ForEnv(env)); in VMRuntime_properties()
334 Runtime::Current()->GetHeap()->Trim(Thread::ForEnv(env)); in VMRuntime_trimHeap()
338 Runtime::Current()->GetHeap()->RequestTrim(Thread::ForEnv(env)); in VMRuntime_requestHeapTrim()
343 heap->RequestConcurrentGC(Thread::ForEnv(env), in VMRuntime_requestConcurrentGC()
350 Runtime::Current()->GetHeap()->GetTaskProcessor()->Start(Thread::ForEnv(env)); in VMRuntime_startHeapTaskProcessor()
354 Runtime::Current()->GetHeap()->GetTaskProcessor()->Stop(Thread::ForEnv(env)); in VMRuntime_stopHeapTaskProcessor()
358 Runtime::Current()->GetHeap()->GetTaskProcessor()->RunAllTasks(Thread::ForEnv(env)); in VMRuntime_runHeapTasks()
Ddalvik_system_BaseDexClassLoader.cc51 Thread* self = Thread::ForEnv(env); in BaseDexClassLoader_computeClassLoaderContextsNative()
Djava_lang_VMClassLoader.cc160 ScopedObjectAccess soa(Thread::ForEnv(env)); in VMClassLoader_getBootClassPathEntries()
Ddalvik_system_VMDebug.cc57 ScopedObjectAccess soa(Thread::ForEnv(env)); in VMDebug_getVmFeatureList()
392 Thread* self = Thread::ForEnv(env); in VMDebug_getRuntimeStatsInternal()
Ddalvik_system_DexFile.cc557 ScopedObjectAccess soa(Thread::ForEnv(env)); in DexFile_getClassNameList()
693 ScopedObjectAccess soa(Thread::ForEnv(env)); in DexFile_getDexFileOptimizationStatus()
953 ScopedObjectAccess soa(Thread::ForEnv(env)); in DexFile_getDexFileOutputPaths()
Ddalvik_system_ZygoteHooks.cc262 return reinterpret_cast<jlong>(Thread::ForEnv(env)); in ZygoteHooks_nativePreFork()
/art/runtime/
Dscoped_thread_state_change-inl.h97 : self_(Thread::ForEnv(env)), env_(down_cast<JNIEnvExt*>(env)), vm_(env_->GetVm()) {} in ScopedObjectAccessAlreadyRunnable()
Dwell_known_classes.cc377 Thread* self = Thread::ForEnv(env); in InitFieldsAndMethodsOnly()
845 Thread* self = Thread::ForEnv(env); in LateInit()
Dthread-inl.h38 inline Thread* Thread::ForEnv(JNIEnv* env) { in ForEnv() function
Dthread.h290 static Thread* ForEnv(JNIEnv* env);
/art/runtime/gc/
Dheap.cc4256 CheckGCForNative(Thread::ForEnv(env)); in NotifyNativeAllocations()
4270 CheckGCForNative(Thread::ForEnv(env)); in RegisterNativeAllocation()
/art/compiler/jni/
Djni_compiler_test.cc410 Thread* self = Thread::ForEnv(env); in AssertCallerObjectLocked()