Searched defs:SelectStackTracesData (Results 1 – 1 of 1) sorted by relevance
537 struct SelectStackTracesData { in GetThreadListStackTraces() struct538 SelectStackTracesData() : mutex("GetSelectStackTraces", art::LockLevel::kAbortLock) {} in GetThreadListStackTraces() argument540 std::vector<jvmtiFrameInfo>* GetFrameStorageFor(art::Thread* self, art::Thread* thread) in GetThreadListStackTraces()559 art::Mutex mutex; in GetThreadListStackTraces()563 std::vector<art::Handle<art::mirror::Object>> handles; in GetThreadListStackTraces()567 std::vector<art::Thread*> threads; in GetThreadListStackTraces()568 std::vector<size_t> thread_list_indices; in GetThreadListStackTraces()570 std::vector<std::unique_ptr<std::vector<jvmtiFrameInfo>>> frames; in GetThreadListStackTraces()