Searched refs:ForEach (Results 1 – 6 of 6) sorted by relevance
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 138 thread_list->ForEach(ThreadCountCallback, &thread_count); in DdmVmInternal_getThreadStats() 144 thread_list->ForEach(ThreadStatsGetterCallback, &bytes); in DdmVmInternal_getThreadStats()
|
/art/runtime/ |
D | instrumentation.cc | 610 runtime->GetThreadList()->ForEach(InstrumentationInstallStack, this); in ConfigureStubs() 624 Runtime::Current()->GetThreadList()->ForEach(InstrumentationRestoreStack, this); in ConfigureStubs() 686 runtime->GetThreadList()->ForEach(ResetQuickAllocEntryPointsForThread, nullptr); in ResetQuickAllocEntryPoints() 778 Runtime::Current()->GetThreadList()->ForEach(InstrumentationInstallStack, this); in Deoptimize() 815 Runtime::Current()->GetThreadList()->ForEach(InstrumentationRestoreStack, this); in Undeoptimize()
|
D | thread_list.h | 130 void ForEach(void (*callback)(Thread*, void*), void* context)
|
D | trace.cc | 300 runtime->GetThreadList()->ForEach(GetSample, the_trace); in RunSamplingThread() 422 runtime->GetThreadList()->ForEach(ClearThreadStackTraceAndClockBase, nullptr); in StopTracing() 508 runtime->GetThreadList()->ForEach(ClearThreadStackTraceAndClockBase, nullptr); in Pause() 1035 Runtime::Current()->GetThreadList()->ForEach(DumpThread, &os); in DumpThreadList()
|
D | java_vm_ext.cc | 575 runtime_->GetThreadList()->ForEach(ThreadEnableCheckJni, &check_jni_); in SetCheckJniEnabled()
|
D | thread_list.cc | 1293 void ThreadList::ForEach(void (*callback)(Thread*, void*), void* context) { in ForEach() function in art::ThreadList
|