Searched refs:ForEach (Results 1 – 13 of 13) sorted by relevance
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 149 thread_list->ForEach(ThreadCountCallback, &thread_count); in DdmVmInternal_getThreadStats() 155 thread_list->ForEach(ThreadStatsGetterCallback, &bytes); in DdmVmInternal_getThreadStats()
|
D | dalvik_system_ZygoteHooks.cc | 128 runtime->GetThreadList()->ForEach(DoCollectNonDebuggableCallback, &classes); in CollectNonDebuggableClasses()
|
/art/runtime/ |
D | runtime-inl.h | 96 Runtime::Current()->GetThreadList()->ForEach([](Thread* thread, void*) { in DoAndMaybeSwitchInterpreter()
|
D | thread_list.h | 148 void ForEach(void (*callback)(Thread*, void*), void* context)
|
D | instrumentation.cc | 772 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()
|
D | trace.cc | 300 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()
|
D | thread_list.cc | 1496 void ThreadList::ForEach(void (*callback)(Thread*, void*), void* context) { in ForEach() function in art::ThreadList
|
/art/runtime/jni/ |
D | jni_env_ext.cc | 310 runtime->GetThreadList()->ForEach(ThreadResetFunctionTable, nullptr); in SetTableOverride()
|
D | java_vm_ext.cc | 731 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_thread.cc | 688 list->ForEach(RemoveTLSData, env); in RemoveEnvironment()
|
D | ti_class.cc | 464 art::Runtime::Current()->GetThreadList()->ForEach(LocalUpdate::Callback, &local_upd); in FixupLocalReferenceTables()
|
D | ti_redefine.cc | 639 list->ForEach(DoAllocateObsoleteMethodsCallback, static_cast<void*>(&ctx)); in FindAndAllocateObsoleteMethods()
|