Searched refs:tree_ (Results 1 – 17 of 17) sorted by relevance
/external/v8/src/profiler/ |
D | profile-generator-inl.h | 34 : tree_(tree), in ProfileNode() 43 return tree_->GetFunctionId(this); in function_id() 47 inline Isolate* ProfileNode::isolate() const { return tree_->isolate(); } in isolate()
|
D | profile-generator.cc | 165 node = new ProfileNode(tree_, entry); in FindOrAddChild() 388 tree_.Insert(addr, &locator); in AddCode() 398 if (!tree_.FindGreatestLessThan(addr, &locator)) break; in DeleteAllCoveredCode() 403 for (int i = 0; i < to_delete.length(); ++i) tree_.Remove(to_delete[i]); in DeleteAllCoveredCode() 409 if (tree_.FindGreatestLessThan(addr, &locator)) { in FindEntry() 423 if (!tree_.Find(from, &locator)) return; in MoveCode() 425 tree_.Remove(from); in MoveCode() 438 tree_.ForEach(&printer); in Print()
|
D | allocation-tracker.cc | 16 : tree_(tree), in AllocationTraceNode() 43 child = new AllocationTraceNode(tree_, function_info_index); in FindOrAddChild()
|
D | profile-generator.h | 173 ProfileTree* tree_; variable 297 CodeTree tree_; variable
|
D | allocation-tracker.h | 44 AllocationTraceTree* tree_;
|
/external/v8/src/regexp/ |
D | regexp-ast.h | 162 RegExpTree* tree() const { return tree_; } in tree() 176 : cp_offset_(-1), text_type_(text_type), tree_(tree) {} in TextElement() 180 RegExpTree* tree_; variable
|
D | jsregexp.h | 263 explicit DispatchTable(Zone* zone) : tree_(zone) { } in DispatchTable() 313 ZoneSplayTree<Config>* tree() { return &tree_; } in tree() 314 ZoneSplayTree<Config> tree_; variable
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | LeftRecursiveRuleWalker.g | 251 | tree_ 268 tree_
|
D | ANTLRTreePrinter.g | 385 | tree_ 425 tree_
|
D | AssignTokenTypesWalker.g | 368 | tree_ 386 tree_
|
D | TreeToNFAConverter.g | 365 | tree_ {$g = $tree_.g;} 460 tree_ returns [StateCluster g=null]
|
D | DefineGrammarItemsWalker.g | 434 | tree_ 493 tree_
|
D | CodeGenTreeWalker.g | 755 | tree_ 756 { $code = $tree_.code; } 881 tree_ returns [ST code]
|
D | ANTLR.g | 736 | t3=tree_ 773 tree_
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 189 : format_(format), tree_(tree) {} in ErrorPrinter() 199 tree_ != NULL && in AddError() 200 tree_->VirtualFileToDiskFile(filename, &dfile)) { in AddError() 230 DiskSourceTree *tree_; member in google::protobuf::compiler::CommandLineInterface::ErrorPrinter
|
/external/v8/test/cctest/ |
D | test-profile-generator.cc | 98 : tree_(tree) { } in ProfileTreeTestHelper() 103 ProfileNode* node = tree_->root(); in Walk() 117 const ProfileTree* tree_; member in __anon071578dd0111::ProfileTreeTestHelper
|
/external/jemalloc/test/unit/ |
D | rb.c | 43 rb_gen(static, tree_, tree_t, node_t, link, node_cmp);
|