Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
Dclass_definition.py41 def FindChild(self, snippet_type, **kwargs): member in Class
42 return self.suite.FindChild(snippet_type, **kwargs)
Dfunction_definition.py41 def FindChild(self, snippet_type, **kwargs): member in Function
42 return self.suite.FindChild(snippet_type, **kwargs)
Dimport_statement.py233 import_as_names = self.FindChild(symbol.import_as_names)
251 return self.FindChild(symbol.dotted_name).value
255 self.FindChild(symbol.dotted_name).value = value
260 import_as_names = self.FindChild(symbol.import_as_names)
/external/v8/src/profiler/
Dallocation-tracker.cc29 AllocationTraceNode* AllocationTraceNode::FindChild( in FindChild() function in v8::internal::AllocationTraceNode
41 AllocationTraceNode* child = FindChild(function_info_index); in FindOrAddChild()
Dallocation-tracker.h31 AllocationTraceNode* FindChild(unsigned function_info_index);
Dprofile-generator.h187 ProfileNode* FindChild(CodeEntry* entry);
Dprofile-generator.cc207 ProfileNode* ProfileNode::FindChild(CodeEntry* entry) { in FindChild() function in v8::internal::ProfileNode
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dsnippet.py62 def FindChild(self, snippet_type, **kwargs): member in Snippet
/external/v8/test/cctest/
Dtest-profile-generator.cc104 node = node->FindChild(entry1); in Walk()
107 node = node->FindChild(entry2); in Walk()
111 node = node->FindChild(entry3); in Walk()
Dtest-cpu-profiler.cc458 static const v8::CpuProfileNode* FindChild(v8::Local<v8::Context> context, in FindChild() function
476 const v8::CpuProfileNode* result = FindChild(context, node, name); in GetChild()
1079 ProfileNode* func_node = root->FindChild(func_entry); in TickLines()
1155 FindChild(env.local(), root, i::CodeEntry::kUnresolvedFunctionName); in TEST()
1211 FindChild(env.local(), start_node, CodeEntry::kUnresolvedFunctionName); in TEST()
1260 CHECK(!FindChild(env, node, "foo")); in TEST()