Searched defs:SelectStackTracesData (Results 1 – 1 of 1) sorted by relevance
494 struct SelectStackTracesData { in GetThreadListStackTraces() struct495 SelectStackTracesData() : mutex("GetSelectStackTraces", art::LockLevel::kAbortLock) {} in GetThreadListStackTraces() argument497 std::vector<jvmtiFrameInfo>* GetFrameStorageFor(art::Thread* self, art::Thread* thread) in GetThreadListStackTraces()516 art::Mutex mutex; in GetThreadListStackTraces()520 std::vector<art::Handle<art::mirror::Object>> handles; in GetThreadListStackTraces()524 std::vector<art::Thread*> threads; in GetThreadListStackTraces()525 std::vector<size_t> thread_list_indices; in GetThreadListStackTraces()527 std::vector<std::unique_ptr<std::vector<jvmtiFrameInfo>>> frames; in GetThreadListStackTraces()