Lines Matching refs:size_t

92                        size_t start_,  in GetStackTraceVisitor()
93 size_t stop_, in GetStackTraceVisitor()
131 size_t start;
132 size_t stop;
154 size_t start, in MakeStackTraceVisitor()
155 size_t stop, in MakeStackTraceVisitor()
162 GetStackTraceVectorClosure(size_t start, size_t stop) in GetStackTraceVectorClosure()
179 const size_t start_input;
180 const size_t stop_input;
183 size_t start_result;
184 size_t stop_result;
189 size_t start_result, in TranslateFrameVector()
193 size_t collected_frames = frames.size(); in TranslateFrameVector()
204 DCHECK_LE(collected_frames, static_cast<size_t>(max_frame_count)); in TranslateFrameVector()
213 if (collected_frames < static_cast<size_t>(-start_depth)) { in TranslateFrameVector()
217 size_t count = std::min(static_cast<size_t>(-start_depth), static_cast<size_t>(max_frame_count)); in TranslateFrameVector()
227 GetStackTraceDirectClosure(jvmtiFrameInfo* frame_buffer_, size_t start, size_t stop) in GetStackTraceDirectClosure()
246 const size_t start_input;
247 const size_t stop_input;
249 size_t index = 0;
295 static_cast<size_t>(start_depth), in GetStackTrace()
296 static_cast<size_t>(max_frame_count)); in GetStackTrace()
326 GetAllStackTracesVectorClosure(size_t stop, Data* data_) in GetAllStackTracesVectorClosure()
359 const size_t stop_input;
364 static void RunCheckpointAndWait(Data* data, size_t max_frame_count) in RunCheckpointAndWait()
368 size_t barrier_count = art::Runtime::Current()->GetThreadList()->RunCheckpoint(&closure, nullptr); in RunCheckpointAndWait()
427 RunCheckpointAndWait(&data, static_cast<size_t>(max_frame_count)); in GetAllStackTraces()
440 size_t sum_frames = 0; in GetAllStackTraces()
441 for (size_t index = 0; index < data.frames.size(); ++index) { in GetAllStackTraces()
451 size_t collected_frames = thread_frames.size(); in GetAllStackTraces()
457 DCHECK_LE(collected_frames, static_cast<size_t>(max_frame_count)); in GetAllStackTraces()
472 sum_frames += static_cast<size_t>(count); in GetAllStackTraces()
476 size_t rounded_stack_info_size = art::RoundUp(sizeof(jvmtiStackInfo) * data.frames.size(), in GetAllStackTraces()
478 size_t chunk_size = rounded_stack_info_size + sum_frames * sizeof(jvmtiFrameInfo); in GetAllStackTraces()
492 for (size_t i = 0; i < data.frames.size(); ++i) { in GetAllStackTraces()
502 size_t frames_size = static_cast<size_t>(old_stack_info.frame_count) * sizeof(jvmtiFrameInfo); in GetAllStackTraces()
544 for (size_t index = 0; index != handles.size(); ++index) { in GetThreadListStackTraces()
568 std::vector<size_t> thread_list_indices; in GetThreadListStackTraces()
587 RunCheckpointAndWait(&data, static_cast<size_t>(max_frame_count)); in GetThreadListStackTraces()
599 size_t sum_frames = 0; in GetThreadListStackTraces()
600 for (size_t index = 0; index < data.frames.size(); ++index) { in GetThreadListStackTraces()
613 size_t collected_frames = thread_frames.size(); in GetThreadListStackTraces()
619 DCHECK_LE(collected_frames, static_cast<size_t>(max_frame_count)); in GetThreadListStackTraces()
634 sum_frames += static_cast<size_t>(count); in GetThreadListStackTraces()
639 size_t rounded_stack_info_size = art::RoundUp(sizeof(jvmtiStackInfo) * thread_count, in GetThreadListStackTraces()
641 size_t chunk_size = rounded_stack_info_size + sum_frames * sizeof(jvmtiFrameInfo); in GetThreadListStackTraces()
652 for (size_t i = 0; i < static_cast<size_t>(thread_count); ++i) { in GetThreadListStackTraces()
674 size_t f_index = it - data.thread_list_indices.begin(); in GetThreadListStackTraces()
683 size_t frames_size = in GetThreadListStackTraces()
684 static_cast<size_t>(old_stack_info.frame_count) * sizeof(jvmtiFrameInfo); in GetThreadListStackTraces()
717 size_t count;
759 explicit GetLocationClosure(size_t n_in) : n(n_in), method(nullptr), dex_pc(0) {} in GetLocationClosure()
763 size_t count = 0u; in Run()
783 const size_t n;
821 GetLocationClosure closure(static_cast<size_t>(depth)); in GetFrameLocation()
974 for (size_t i = 0; i < visitor.monitors.size(); i++) { in GetOwnedMonitorStackDepthInfo()
1009 for (size_t i = 0; i < visitor.monitors.size(); i++) { in GetOwnedMonitorInfo()