Home
last modified time | relevance | path

Searched refs:Traverse (Results 1 – 25 of 28) sorted by relevance

12

/external/v8/src/heap/cppgc/
Dheap-visitor.h22 void Traverse(RawHeap* heap) { in Traverse() function
25 Traverse(space.get()); in Traverse()
29 void Traverse(BaseSpace* space) { in Traverse() function
36 Traverse(page); in Traverse()
40 void Traverse(BasePage* page) { in Traverse() function
Dsweeper.cc38 void Verify(RawHeap* heap) { Traverse(heap); } in Verify()
317 Traverse(*page); in Sweep()
352 Traverse(*page); in SweepSpaceWithDeadline()
399 Traverse(*page); in Run()
505 .Traverse(heap_); in Start()
Dheap-base.cc30 Traverse(heap); in GetSize()
Dmarking-verifier.cc22 Traverse(&heap_.raw_heap()); in Run()
Dheap.cc61 explicit Unmarker(RawHeap* heap) { Traverse(heap); } in Unmarker()
Dobject-allocator.cc185 visitor.Traverse(raw_heap_); in ResetLinearAllocationBuffers()
/external/libtextclassifier/native/utils/grammar/
Dmatch.cc24 void Traverse(const Match* root, in Traverse() function
68 Traverse(root, [&result, pred_fn](const Match* node) { in SelectAll()
Dmatch.h127 void Traverse(const Match* root,
161 Traverse(root, [&result, type](const Match* node) { in SelectAllOfType()
Drules-utils.cc107 grammar::Traverse(match, [&result](const Match* node) { in VerifyAssertions()
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h313 &RecursiveASTVisitor::Traverse##NAME), \
314 decltype(&Derived::Traverse##NAME)>::value \
317 decltype(&RecursiveASTVisitor::Traverse##NAME), \
318 decltype(&Derived::Traverse##NAME)>::value, \
320 .Traverse##NAME(static_cast<CLASS *>(VAR), QUEUE) \
321 : getDerived().Traverse##NAME(static_cast<CLASS *>(VAR)))
336 bool Traverse##CLASS(CLASS *S, DataRecursionQueue *Queue = nullptr);
410 #define TYPE(CLASS, BASE) bool Traverse##CLASS##Type(CLASS##Type *T);
431 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL);
464 #define DECL(CLASS, BASE) bool Traverse##CLASS##Decl(CLASS##Decl *D);
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_traverse.cpp35 XFA_Element::Traverse, in CXFA_Traverse()
Delement_attributes.inc324 ELEM_ATTR____(Traverse, Ref, CJX_Object::ScriptAttributeString)
325 ELEM_ATTR____(Traverse, Operation, CJX_Object::ScriptAttributeString)
Delements.inc180 ELEM____(0x7ffb51ccu, "traverse", Traverse, NodeWithUse)
Dcxfa_node.cpp5603 case XFA_Element::Traverse: in Create()
/external/flatbuffers/docs/source/
DBenchmarks.md26 | Decode + Traverse + Dealloc (1 million times, seconds) | 0.08 | 302 …
27 | Decode / Traverse / Dealloc (breakdown) | 0 / 0.08 / 0 | 220 / 0.15 / 81 …
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h892 TraversalKind Traverse, in matchesChildOf() argument
902 Matcher, Builder, Traverse, Bind); in matchesChildOf()
942 TraversalKind Traverse,
/external/libtextclassifier/native/annotator/grammar/dates/
Dextractor.cc555 grammar::Traverse(match, [match, relative_match](const grammar::Match* node) { in CheckRelativeDate()
794 grammar::Traverse(match, [match, &parts](const grammar::Match* node) { in HandleRangeExtractionRuleMatch()
Dparser.cc60 grammar::Traverse(match, [rule, date, &is_valid](const grammar::Match* node) { in GenerateDate()
/external/pdfium/xfa/fxfa/
Dcxfa_ffpageview.cpp319 pTraversal->GetChild<CXFA_Traverse>(0, XFA_Element::Traverse, false); in GetTraverseWidget()
/external/v8/src/heap/cppgc-js/
Dcpp-snapshot.cc680 visitor.Traverse(&cpp_heap_.raw_heap()); in Run()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc96 // Traverse the requested path, canonicalizing . and .. as we go (because
/external/llvm/lib/Support/Windows/
DPath.inc96 // Traverse the requested path, canonicalizing . and .. as we go (because
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc99 // Traverse the requested path, canonicalizing . and .. (because the \\?\
/external/tensorflow/tensorflow/
Dtensorflow.bzl1775 # Traverse the dependency graph along the "deps" attribute of the
/external/clang/lib/AST/
DExprConstant.cpp7214 bool Traverse(const BinaryOperator *E) { in Traverse() function in __anon0a4615071811::DataRecursiveIntBinOpEvaluator
7489 return DataRecursiveIntBinOpEvaluator(*this, Result).Traverse(E); in VisitBinaryOperator()

12