Home
last modified time | relevance | path

Searched refs:ThreadedList (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/ast/
Dast-numbering.h18 class ThreadedList; variable
30 ThreadedList<ThreadedListZoneEntry<FunctionLiteral*>>* eager_literals);
Dscopes.h122 ThreadedList<Variable>::Iterator top_local_; in NON_EXPORTED_BASE()
123 ThreadedList<Declaration>::Iterator top_decl_; in NON_EXPORTED_BASE()
188 ThreadedList<Declaration>* declarations() { return &decls_; } in NON_EXPORTED_BASE()
190 ThreadedList<Variable>* locals() { return &locals_; } in NON_EXPORTED_BASE()
503 ThreadedList<Variable> locals_; in NON_EXPORTED_BASE()
508 ThreadedList<Declaration> decls_; in NON_EXPORTED_BASE()
Dvariables.h123 typedef ThreadedList<Variable> List;
Dast.h514 typedef ThreadedList<Declaration> List;
/external/v8/src/
Dcompiler.h26 class ThreadedList; variable
70 typedef ThreadedList<ThreadedListZoneEntry<FunctionLiteral*>>
Dutils.h1620 class ThreadedList final {
1622 ThreadedList() : head_(nullptr), tail_(&head_) {}
1655 friend class ThreadedList;
1674 friend class ThreadedList;
1688 void MoveTail(ThreadedList<T>* parent, Iterator location) {
1714 DISALLOW_COPY_AND_ASSIGN(ThreadedList);
Dcompiler.cc581 ThreadedList<ThreadedListZoneEntry<FunctionLiteral*>>* literals) { in InnerFunctionIsAsmModule()
/external/v8/src/parsing/
Dparser.h171 ThreadedList<Parameter> params;
1078 const ThreadedList<ParserFormalParameters::Parameter>& parameters) {
Dpreparser.h812 ThreadedList<Parameter> params;
1627 const ThreadedList<PreParserFormalParameters::Parameter>& parameters) {