Searched refs:thread_frames (Results 1 – 1 of 1) sorted by relevance
328 std::vector<jvmtiFrameInfo>* thread_frames = data->GetFrameStorageFor(self, thread); in Work() local329 if (thread_frames == nullptr) { in Work()335 thread_frames->push_back(info); in Work()428 const std::vector<jvmtiFrameInfo>& thread_frames = *data.frames[index].get(); in GetAllStackTraces() local434 size_t collected_frames = thread_frames.size(); in GetAllStackTraces()446 jvmtiError translate_result = TranslateFrameVector(thread_frames, in GetAllStackTraces()588 const std::vector<jvmtiFrameInfo>& thread_frames = *data.frames[index].get(); in GetThreadListStackTraces() local596 size_t collected_frames = thread_frames.size(); in GetThreadListStackTraces()608 jvmtiError translate_result = TranslateFrameVector(thread_frames, in GetThreadListStackTraces()