Home
last modified time | relevance | path

Searched refs:thread_frames (Results 1 – 1 of 1) sorted by relevance

/art/openjdkjvmti/
Dti_stack.cc345 std::vector<jvmtiFrameInfo>* thread_frames = data->GetFrameStorageFor(self, thread); in Work() local
346 if (thread_frames == nullptr) { in Work()
352 thread_frames->push_back(info); in Work()
445 const std::vector<jvmtiFrameInfo>& thread_frames = *data.frames[index].get(); in GetAllStackTraces() local
451 size_t collected_frames = thread_frames.size(); in GetAllStackTraces()
463 jvmtiError translate_result = TranslateFrameVector(thread_frames, in GetAllStackTraces()
605 const std::vector<jvmtiFrameInfo>& thread_frames = *data.frames[index].get(); in GetThreadListStackTraces() local
613 size_t collected_frames = thread_frames.size(); in GetThreadListStackTraces()
625 jvmtiError translate_result = TranslateFrameVector(thread_frames, in GetThreadListStackTraces()