Searched refs:FindChild (Results 1 – 10 of 10) sorted by relevance
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/ |
D | class_definition.py | 41 def FindChild(self, snippet_type, **kwargs): member in Class 42 return self.suite.FindChild(snippet_type, **kwargs)
|
D | function_definition.py | 41 def FindChild(self, snippet_type, **kwargs): member in Function 42 return self.suite.FindChild(snippet_type, **kwargs)
|
D | import_statement.py | 233 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/ |
D | allocation-tracker.cc | 29 AllocationTraceNode* AllocationTraceNode::FindChild( in FindChild() function in v8::internal::AllocationTraceNode 41 AllocationTraceNode* child = FindChild(function_info_index); in FindOrAddChild()
|
D | allocation-tracker.h | 31 AllocationTraceNode* FindChild(unsigned function_info_index);
|
D | profile-generator.h | 187 ProfileNode* FindChild(CodeEntry* entry);
|
D | profile-generator.cc | 207 ProfileNode* ProfileNode::FindChild(CodeEntry* entry) { in FindChild() function in v8::internal::ProfileNode
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/ |
D | snippet.py | 62 def FindChild(self, snippet_type, **kwargs): member in Snippet
|
/external/v8/test/cctest/ |
D | test-profile-generator.cc | 104 node = node->FindChild(entry1); in Walk() 107 node = node->FindChild(entry2); in Walk() 111 node = node->FindChild(entry3); in Walk()
|
D | test-cpu-profiler.cc | 458 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()
|