Home
last modified time | relevance | path

Searched refs:IsInDesiredThreadGroup (Results 1 – 2 of 2) sorted by relevance

/art/runtime/openjdkjvmti/
Dti_threadgroup.cc156 static bool IsInDesiredThreadGroup(art::Handle<art::mirror::Object> desired_thread_group, in IsInDesiredThreadGroup() function
182 if (IsInDesiredThreadGroup(thread_group, peer)) { in GetThreads()
/art/runtime/
Ddebugger.cc2273 static bool IsInDesiredThreadGroup(mirror::Object* desired_thread_group, mirror::Object* peer) in IsInDesiredThreadGroup() function
2312 if (IsInDesiredThreadGroup(thread_group, peer)) { in GetThreads()