Searched refs:thread_frames (Results 1 – 1 of 1) sorted by relevance
343 std::vector<jvmtiFrameInfo>* thread_frames = data->GetFrameStorageFor(self, thread); in Work() local344 if (thread_frames == nullptr) { in Work()350 thread_frames->push_back(info); in Work()449 const std::vector<jvmtiFrameInfo>& thread_frames = *data.frames[index].get(); in GetAllStackTraces() local455 size_t collected_frames = thread_frames.size(); in GetAllStackTraces()467 jvmtiError translate_result = TranslateFrameVector(thread_frames, in GetAllStackTraces()607 const std::vector<jvmtiFrameInfo>& thread_frames = *data.frames[index].get(); in GetThreadListStackTraces() local614 size_t collected_frames = thread_frames.size(); in GetThreadListStackTraces()626 jvmtiError translate_result = TranslateFrameVector(thread_frames, in GetThreadListStackTraces()