HomeSort by relevance Sort by last modified time
    Searched refs:GetThreadList (Results 26 - 45 of 45) sorted by null

12

  /art/runtime/gc/collector/
semi_space.cc 186 runtime->GetThreadList()->DumpForSigQuit(oss);
187 runtime->GetThreadList()->DumpNativeStacks(oss);
    [all...]
mark_sweep.cc 627 Runtime::Current()->GetThreadList()->VisitRootsForSuspendedThreads(&visitor);
    [all...]
  /art/runtime/gc/space/
region_space.cc     [all...]
  /art/runtime/
thread.cc 601 CHECK(self->Init(runtime->GetThreadList(), runtime->GetJavaVM(), self->tlsPtr_.tmp_jni_env));
644 Runtime::Current()->GetThreadList()->Unregister(self);
    [all...]
debugger.cc 764 Runtime::Current()->GetThreadList()->UndoDebuggerSuspensions();
    [all...]
cha.cc 700 size_t threads_running_checkpoint = runtime->GetThreadList()->RunCheckpoint(&checkpoint);
runtime_common.cc 430 runtime->GetThreadList()->Dump(std::cerr, kDumpNativeStackOnTimeout);
runtime.cc 550 ThreadList* thread_list = runtime->GetThreadList();
    [all...]
runtime.h 332 ThreadList* GetThreadList() const {
    [all...]
  /art/openjdkjvm/
OpenjdkJvm.cc 417 art::ThreadList* thread_list = art::Runtime::Current()->GetThreadList();
  /art/runtime/gc/allocator/
rosalloc.cc     [all...]
  /external/google-breakpad/src/processor/
minidump_processor.cc 135 MinidumpThreadList *threads = dump->GetThreadList();
    [all...]
minidump.cc     [all...]
  /art/openjdkjvmti/
ti_class.cc 464 art::Runtime::Current()->GetThreadList()->ForEach(LocalUpdate::Callback, &local_upd);
    [all...]
ti_stack.cc 351 size_t barrier_count = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&closure, nullptr);
    [all...]
ti_heap.cc     [all...]
ti_redefine.cc 638 art::ThreadList* list = art::Runtime::Current()->GetThreadList();
    [all...]
  /art/runtime/jni/
java_vm_ext.cc 731 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_);
    [all...]
  /art/runtime/gc/
heap.cc     [all...]
  /art/runtime/jit/
jit_code_cache.cc     [all...]

Completed in 1004 milliseconds

12