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

  /art/test/051-thread/
thread_test.cc 25 return ThreadForEnv(env)->GetNativePriority();
  /art/runtime/native/
dalvik_system_VMRuntime.cc 298 Runtime::Current()->GetHeap()->Trim(ThreadForEnv(env));
302 Runtime::Current()->GetHeap()->ConcurrentGC(ThreadForEnv(env), gc::kGcCauseBackground, true);
306 Runtime::Current()->GetHeap()->RequestTrim(ThreadForEnv(env));
310 Runtime::Current()->GetHeap()->RequestConcurrentGC(ThreadForEnv(env),
316 Runtime::Current()->GetHeap()->GetTaskProcessor()->Start(ThreadForEnv(env));
320 Runtime::Current()->GetHeap()->GetTaskProcessor()->Stop(ThreadForEnv(env));
324 Runtime::Current()->GetHeap()->GetTaskProcessor()->RunAllTasks(ThreadForEnv(env));
dalvik_system_ZygoteHooks.cc 279 return reinterpret_cast<jlong>(ThreadForEnv(env));
  /art/runtime/
scoped_thread_state_change-inl.h 100 : self_(ThreadForEnv(env)), env_(down_cast<JNIEnvExt*>(env)), vm_(env_->GetVm()) {}
thread-inl.h 35 static inline Thread* ThreadForEnv(JNIEnv* env) {
  /art/runtime/gc/
heap.cc     [all...]

Completed in 530 milliseconds