Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.h138 void ForEach(void (*callback)(Thread*, void*), void* context)
142 void ForEach(CallBack cb) REQUIRES(Locks::thread_list_lock_) { in ForEach() function
143 ForEach([](Thread* t, void* ctx) REQUIRES(Locks::thread_list_lock_) { in ForEach()
Druntime-inl.h96 Runtime::Current()->GetThreadList()->ForEach([](Thread* thread, void*) { in DoAndMaybeSwitchInterpreter()
Dinstrumentation.cc551 tl->ForEach([&](Thread* t) { in DeoptimizeAllThreadFrames()
805 runtime->GetThreadList()->ForEach(InstrumentationInstallStack, this); in UpdateStubs()
826 runtime->GetThreadList()->ForEach([&](Thread* t) NO_THREAD_SAFETY_ANALYSIS { in UpdateStubs()
836 Runtime::Current()->GetThreadList()->ForEach(InstrumentationRestoreStack, this); in UpdateStubs()
907 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, nullptr); in ResetQuickAllocEntryPoints()
1032 Runtime::Current()->GetThreadList()->ForEach(InstrumentationInstallStack, this); in Deoptimize()
1068 Runtime::Current()->GetThreadList()->ForEach(InstrumentationRestoreStack, this); in Undeoptimize()
Dtrace.cc301 runtime->GetThreadList()->ForEach(GetSample, the_trace); in RunSamplingThread()
480 runtime->GetThreadList()->ForEach(ClearThreadStackTraceAndClockBase, nullptr); in StopTracing()
1022 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os); in DumpThreadList()
Dthread_list.cc1360 void ThreadList::ForEach(void (*callback)(Thread*, void*), void* context) { in ForEach() function in art::ThreadList
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc201 thread_list->ForEach(ThreadCountCallback, &thread_count); in DdmVmInternal_getThreadStats()
207 thread_list->ForEach(ThreadStatsGetterCallback, &bytes); in DdmVmInternal_getThreadStats()
Ddalvik_system_ZygoteHooks.cc128 runtime->GetThreadList()->ForEach(DoCollectNonDebuggableCallback, &classes); in CollectNonDebuggableClasses()
/art/runtime/jni/
Djni_env_ext.cc311 runtime->GetThreadList()->ForEach(ThreadResetFunctionTable, nullptr); in SetTableOverride()
331 runtime->GetThreadList()->ForEach(ThreadResetFunctionTable, nullptr); in ResetFunctionTable()
Djava_vm_ext.cc738 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_); in SetCheckJniEnabled()
/art/openjdkjvmti/
Ddeopt_manager.cc161 art::Runtime::Current()->GetThreadList()->ForEach(func, &dtdc); in DumpDeoptInfo()
Dti_thread.cc691 list->ForEach(RemoveTLSData, env); in RemoveEnvironment()
Dti_class.cc469 art::Runtime::Current()->GetThreadList()->ForEach(LocalUpdate::Callback, &local_upd); in FixupLocalReferenceTables()
Dti_redefine.cc858 list->ForEach(DoAllocateObsoleteMethodsCallback, static_cast<void*>(&ctx)); in FindAndAllocateObsoleteMethods()
2389 runtime_->GetThreadList()->ForEach([&](art::Thread* t) { in ScopedSuspendClassLoading()
2951 driver_->runtime_->GetThreadList()->ForEach( in UpdateClassStructurally()