Searched refs:current_depth (Results 1 – 5 of 5) sorted by relevance
322 size_t current_depth = ++depth_; in OnHandleReady() local323 if (current_depth < kDepthLimit) { in OnHandleReady()326 if (current_depth == kDepthLimit - 1) { in OnHandleReady()335 EXPECT_EQ(current_depth, kDepthLimit); in OnHandleReady()
54 static size_t current_depth = 0; variable261 if (current_proc->callstack[current_depth].return_addr) in output_line()505 current_depth = proc->callstack_depth; in output_left()650 || current_depth != proc->callstack_depth)) { in output_right()
911 int current_depth, in GetNodeByRowImpl() argument915 *node_depth = current_depth; in GetNodeByRowImpl()920 current_depth++; in GetNodeByRowImpl()923 node->GetChild(i), target_row, current_depth, current_row, in GetNodeByRowImpl()
316 int current_depth,
2318 for (int current_depth = 0; current_depth < depth; ++current_depth) { in GetNodeByPath() local2327 if (strstr(name.start(), path[current_depth])) { in GetNodeByPath()