Searched refs:stack_pos (Results 1 – 6 of 6) sorted by relevance
261 std::size_t stack_pos = 1; in predict_callback_() local262 while (stack_pos != 0) { in predict_callback_()263 Cell &cur = stack[stack_pos - 1]; in predict_callback_()266 --stack_pos; in predict_callback_()287 if (stack_pos == stack.size()) { in predict_callback_()293 stack[stack_pos].set_length(key.length()); in predict_callback_()294 stack[stack_pos - 1].set_node(stack[stack_pos - 1].node() + 1); in predict_callback_()295 ++stack_pos; in predict_callback_()
624 std::size_t stack_pos = 1; in predict_depth_first_() local625 while (stack_pos != 0) { in predict_depth_first_()626 Cell &cur = stack[stack_pos - 1]; in predict_depth_first_()629 --stack_pos; in predict_depth_first_()642 if (stack_pos == stack.size()) { in predict_depth_first_()648 stack[stack_pos - 1].set_node(stack[stack_pos - 1].node() + 1); in predict_depth_first_()649 ++stack_pos; in predict_depth_first_()
266 std::size_t stack_pos = 1; in predict_callback_() local267 while (stack_pos != 0) { in predict_callback_()268 Cell &cur = stack[stack_pos - 1]; in predict_callback_()271 --stack_pos; in predict_callback_()292 if (stack_pos == stack.size()) { in predict_callback_()298 stack[stack_pos].set_length(key.length()); in predict_callback_()299 stack[stack_pos - 1].set_node(stack[stack_pos - 1].node() + 1); in predict_callback_()300 ++stack_pos; in predict_callback_()
651 std::size_t stack_pos = 1; in predict_depth_first_() local652 while (stack_pos != 0) { in predict_depth_first_()653 Cell &cur = stack[stack_pos - 1]; in predict_depth_first_()656 --stack_pos; in predict_depth_first_()669 if (stack_pos == stack.size()) { in predict_depth_first_()675 stack[stack_pos - 1].set_node(stack[stack_pos - 1].node() + 1); in predict_depth_first_()676 ++stack_pos; in predict_depth_first_()
625 for (const Address* stack_pos = sample.stack, in RecordTickSample() local626 *stack_end = stack_pos + sample.frames_count; in RecordTickSample()627 stack_pos != stack_end; in RecordTickSample()628 ++stack_pos) { in RecordTickSample()629 *entry++ = code_map_.FindEntry(*stack_pos); in RecordTickSample()
388 ++stack_pos;493 ++stack_pos;