Home
last modified time | relevance | path

Searched refs:tree_ (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/profiler/
Dprofile-generator-inl.h34 : tree_(tree), in ProfileNode()
43 return tree_->GetFunctionId(this); in function_id()
47 inline Isolate* ProfileNode::isolate() const { return tree_->isolate(); } in isolate()
Dprofile-generator.cc165 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()
Dallocation-tracker.cc16 : tree_(tree), in AllocationTraceNode()
43 child = new AllocationTraceNode(tree_, function_info_index); in FindOrAddChild()
Dprofile-generator.h173 ProfileTree* tree_; variable
297 CodeTree tree_; variable
Dallocation-tracker.h44 AllocationTraceTree* tree_;
/external/v8/src/regexp/
Dregexp-ast.h162 RegExpTree* tree() const { return tree_; } in tree()
176 : cp_offset_(-1), text_type_(text_type), tree_(tree) {} in TextElement()
180 RegExpTree* tree_; variable
Djsregexp.h263 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/
DLeftRecursiveRuleWalker.g251 | tree_
268 tree_
DANTLRTreePrinter.g385 | tree_
425 tree_
DAssignTokenTypesWalker.g368 | tree_
386 tree_
DTreeToNFAConverter.g365 | tree_ {$g = $tree_.g;}
460 tree_ returns [StateCluster g=null]
DDefineGrammarItemsWalker.g434 | tree_
493 tree_
DCodeGenTreeWalker.g755 | tree_
756 { $code = $tree_.code; }
881 tree_ returns [ST code]
DANTLR.g736 | t3=tree_
773 tree_
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc189 : 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/
Dtest-profile-generator.cc98 : tree_(tree) { } in ProfileTreeTestHelper()
103 ProfileNode* node = tree_->root(); in Walk()
117 const ProfileTree* tree_; member in __anon071578dd0111::ProfileTreeTestHelper
/external/jemalloc/test/unit/
Drb.c43 rb_gen(static, tree_, tree_t, node_t, link, node_cmp);