Searched defs:SelectStackTracesData (Results 1 – 1 of 1) sorted by relevance
520 struct SelectStackTracesData { in GetThreadListStackTraces() struct521 SelectStackTracesData() : mutex("GetSelectStackTraces", art::LockLevel::kAbortLock) {} in GetThreadListStackTraces() function523 std::vector<jvmtiFrameInfo>* GetFrameStorageFor(art::Thread* self, art::Thread* thread) in GetThreadListStackTraces()542 art::Mutex mutex; in GetThreadListStackTraces()546 std::vector<art::Handle<art::mirror::Object>> handles; in GetThreadListStackTraces()550 std::vector<art::Thread*> threads; in GetThreadListStackTraces()551 std::vector<size_t> thread_list_indices; in GetThreadListStackTraces()553 std::vector<std::unique_ptr<std::vector<jvmtiFrameInfo>>> frames; in GetThreadListStackTraces()