Searched refs:ForEnv (Results 1 – 13 of 13) sorted by relevance
25 return Thread::ForEnv(env)->GetNativePriority(); in Java_Main_getNativePriority()
195 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()
51 Thread* self = Thread::ForEnv(env); in BaseDexClassLoader_computeClassLoaderContextsNative()
160 ScopedObjectAccess soa(Thread::ForEnv(env)); in VMClassLoader_getBootClassPathEntries()
57 ScopedObjectAccess soa(Thread::ForEnv(env)); in VMDebug_getVmFeatureList()392 Thread* self = Thread::ForEnv(env); in VMDebug_getRuntimeStatsInternal()
557 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()
262 return reinterpret_cast<jlong>(Thread::ForEnv(env)); in ZygoteHooks_nativePreFork()
97 : self_(Thread::ForEnv(env)), env_(down_cast<JNIEnvExt*>(env)), vm_(env_->GetVm()) {} in ScopedObjectAccessAlreadyRunnable()
377 Thread* self = Thread::ForEnv(env); in InitFieldsAndMethodsOnly()845 Thread* self = Thread::ForEnv(env); in LateInit()
38 inline Thread* Thread::ForEnv(JNIEnv* env) { in ForEnv() function
290 static Thread* ForEnv(JNIEnv* env);
4256 CheckGCForNative(Thread::ForEnv(env)); in NotifyNativeAllocations()4270 CheckGCForNative(Thread::ForEnv(env)); in RegisterNativeAllocation()
410 Thread* self = Thread::ForEnv(env); in AssertCallerObjectLocked()