Home
last modified time | relevance | path

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

/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc149 thread_list->ForEach(ThreadCountCallback, &thread_count); in DdmVmInternal_getThreadStats()
155 thread_list->ForEach(ThreadStatsGetterCallback, &bytes); in DdmVmInternal_getThreadStats()
Ddalvik_system_ZygoteHooks.cc128 runtime->GetThreadList()->ForEach(DoCollectNonDebuggableCallback, &classes); in CollectNonDebuggableClasses()
/art/runtime/
Druntime-inl.h96 Runtime::Current()->GetThreadList()->ForEach([](Thread* thread, void*) { in DoAndMaybeSwitchInterpreter()
Dthread_list.h148 void ForEach(void (*callback)(Thread*, void*), void* context)
Dinstrumentation.cc772 runtime->GetThreadList()->ForEach(InstrumentationInstallStack, this); in UpdateStubs()
786 Runtime::Current()->GetThreadList()->ForEach(InstrumentationRestoreStack, this); in UpdateStubs()
856 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, nullptr); in ResetQuickAllocEntryPoints()
981 Runtime::Current()->GetThreadList()->ForEach(InstrumentationInstallStack, this); in Deoptimize()
1017 Runtime::Current()->GetThreadList()->ForEach(InstrumentationRestoreStack, this); in Undeoptimize()
Dtrace.cc300 runtime->GetThreadList()->ForEach(GetSample, the_trace); in RunSamplingThread()
479 runtime->GetThreadList()->ForEach(ClearThreadStackTraceAndClockBase, nullptr); in StopTracing()
1017 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os); in DumpThreadList()
Dthread_list.cc1496 void ThreadList::ForEach(void (*callback)(Thread*, void*), void* context) { in ForEach() function in art::ThreadList
/art/runtime/jni/
Djni_env_ext.cc310 runtime->GetThreadList()->ForEach(ThreadResetFunctionTable, nullptr); in SetTableOverride()
Djava_vm_ext.cc731 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_); in SetCheckJniEnabled()
/art/openjdkjvmti/
Ddeopt_manager.cc161 art::Runtime::Current()->GetThreadList()->ForEach(func, &dtdc); in DumpDeoptInfo()
Dti_thread.cc688 list->ForEach(RemoveTLSData, env); in RemoveEnvironment()
Dti_class.cc464 art::Runtime::Current()->GetThreadList()->ForEach(LocalUpdate::Callback, &local_upd); in FixupLocalReferenceTables()
Dti_redefine.cc639 list->ForEach(DoAllocateObsoleteMethodsCallback, static_cast<void*>(&ctx)); in FindAndAllocateObsoleteMethods()