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

/external/v8/src/profiler/
H A Dprofile-generator-inl.h34 : tree_(tree),
41 tree_->EnqueueNode(this);
45 return tree_->GetFunctionId(this);
48 inline Isolate* ProfileNode::isolate() const { return tree_->isolate(); }
H A Dallocation-tracker.h44 AllocationTraceTree* tree_; member in class:v8::internal::AllocationTraceNode
H A Dallocation-tracker.cc16 : tree_(tree),
43 child = new AllocationTraceNode(tree_, function_info_index);
H A Dprofile-generator.h210 ProfileTree* tree_; member in class:v8::internal::ProfileNode
H A Dprofile-generator.cc208 node = new ProfileNode(tree_, entry, this);
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DLeftRecursiveRuleWalker.g251 | tree_
268 tree_
H A DANTLRTreePrinter.g385 | tree_
425 tree_
H A DAssignTokenTypesWalker.g368 | tree_
386 tree_
H A DDefineGrammarItemsWalker.g434 | tree_
493 tree_
H A DTreeToNFAConverter.g365 | tree_ {$g = $tree_.g;}
460 tree_ returns [StateCluster g=null]
H A DANTLR.g736 | t3=tree_
773 tree_
H A DCodeGenTreeWalker.g755 | tree_
756 { $code = $tree_.code; }
881 tree_ returns [ST code]
/external/v8/src/regexp/
H A Dregexp-ast.h171 RegExpTree* tree() const { return tree_; }
185 : cp_offset_(-1), text_type_(text_type), tree_(tree) {}
189 RegExpTree* tree_; member in class:v8::internal::BASE_EMBEDDED
H A Djsregexp.h216 explicit DispatchTable(Zone* zone) : tree_(zone) { }
268 ZoneSplayTree<Config>* tree() { return &tree_; }
269 ZoneSplayTree<Config> tree_; member in class:v8::internal::DispatchTable
/external/jemalloc/test/unit/
H A Drb.c43 rb_gen(static, tree_, tree_t, node_t, link, node_cmp);
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc274 : format_(format), tree_(tree) {}
304 tree_ != NULL &&
305 tree_->VirtualFileToDiskFile(filename, &dfile)) {
334 DiskSourceTree *tree_; member in class:google::protobuf::compiler::CommandLineInterface::ErrorPrinter
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 307 milliseconds