Searched refs:ForEach (Results 1 – 13 of 13) sorted by relevance
/art/runtime/ |
D | thread_list.h | 143 void ForEach(void (*callback)(Thread*, void*), void* context) 147 void ForEach(CallBack cb) REQUIRES(Locks::thread_list_lock_) { in ForEach() function 148 ForEach([](Thread* t, void* ctx) REQUIRES(Locks::thread_list_lock_) { in ForEach()
|
D | runtime-inl.h | 96 Runtime::Current()->GetThreadList()->ForEach([](Thread* thread, void*) { in DoAndMaybeSwitchInterpreter()
|
D | instrumentation.cc | 551 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() 1022 Runtime::Current()->GetThreadList()->ForEach(InstrumentationInstallStack, this); in Deoptimize() 1058 Runtime::Current()->GetThreadList()->ForEach(InstrumentationRestoreStack, this); in Undeoptimize()
|
D | trace.cc | 301 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()
|
D | thread_list.cc | 1360 void ThreadList::ForEach(void (*callback)(Thread*, void*), void* context) { in ForEach() function in art::ThreadList
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 196 thread_list->ForEach(ThreadCountCallback, &thread_count); in DdmVmInternal_getThreadStats() 202 thread_list->ForEach(ThreadStatsGetterCallback, &bytes); in DdmVmInternal_getThreadStats()
|
D | dalvik_system_ZygoteHooks.cc | 128 runtime->GetThreadList()->ForEach(DoCollectNonDebuggableCallback, &classes); in CollectNonDebuggableClasses()
|
/art/runtime/jni/ |
D | jni_env_ext.cc | 311 runtime->GetThreadList()->ForEach(ThreadResetFunctionTable, nullptr); in SetTableOverride() 331 runtime->GetThreadList()->ForEach(ThreadResetFunctionTable, nullptr); in ResetFunctionTable()
|
D | java_vm_ext.cc | 740 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_); in SetCheckJniEnabled()
|
/art/openjdkjvmti/ |
D | deopt_manager.cc | 161 art::Runtime::Current()->GetThreadList()->ForEach(func, &dtdc); in DumpDeoptInfo()
|
D | ti_redefine.cc | 855 list->ForEach(DoAllocateObsoleteMethodsCallback, static_cast<void*>(&ctx)); in FindAndAllocateObsoleteMethods() 2388 runtime_->GetThreadList()->ForEach([&](art::Thread* t) { in ScopedSuspendClassLoading() 2971 driver_->runtime_->GetThreadList()->ForEach( in UpdateClassStructurally()
|
D | ti_thread.cc | 691 list->ForEach(RemoveTLSData, env); in RemoveEnvironment()
|
D | ti_class.cc | 470 art::Runtime::Current()->GetThreadList()->ForEach(LocalUpdate::Callback, &local_upd); in FixupLocalReferenceTables()
|