HomeSort by: relevance | last modified time | path
    Searched defs:Roots (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_function_call_trie.h 324 RootArray Roots;
332 Roots(*A.RootAllocator),
343 Roots(std::move(O.Roots)),
350 Roots = std::move(O.Roots);
377 if (Roots.AppendEmplace(NewRoot) == nullptr) {
383 Roots.trim(1);
466 const RootArray &getRoots() const XRAY_NEVER_INSTRUMENT { return Roots; }
471 // roots, and while doing so recreating the traversal in the provide
    [all...]
xray_function_call_trie.h 324 RootArray Roots;
332 Roots(*A.RootAllocator),
343 Roots(std::move(O.Roots)),
350 Roots = std::move(O.Roots);
377 if (Roots.AppendEmplace(NewRoot) == nullptr) {
383 Roots.trim(1);
466 const RootArray &getRoots() const XRAY_NEVER_INSTRUMENT { return Roots; }
471 // roots, and while doing so recreating the traversal in the provide
    [all...]

Completed in 22 milliseconds