Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc1041 goto next_child; in GetFunctionStackParamSize()
1050 goto next_child; in GetFunctionStackParamSize()
1064 goto next_child; in GetFunctionStackParamSize()
1069 goto next_child; in GetFunctionStackParamSize()
1074 goto next_child; in GetFunctionStackParamSize()
1079 goto next_child; in GetFunctionStackParamSize()
1090 next_child: in GetFunctionStackParamSize()
/external/linux-tools-perf/src/tools/perf/util/
Dcallchain.c398 struct callchain_node *child, *next_child; in merge_chain_branch() local
415 chain_for_each_child_safe(child, next_child, src) { in merge_chain_branch()
/external/v8/src/
Dprofile-generator.cc290 INLINE(void next_child()) { ++child_idx_; } in INLINE() argument
313 parent.next_child(); in TraverseDepthFirst()