/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Statistic.h | 39 class Statistic { 65 const Statistic &operator=(unsigned Val) { 70 const Statistic &operator++() { 80 const Statistic &operator--() { 90 const Statistic &operator+=(unsigned V) { 97 const Statistic &operator-=(unsigned V) { 106 const Statistic &operator=(unsigned Val) { 110 const Statistic &operator++() { 118 const Statistic &operator--() { 126 const Statistic &operator+=(const unsigned &V) { [all …]
|
/third_party/python/Lib/test/ |
D | test_tracemalloc.py | 485 tracemalloc.Statistic(tb_b_1, 66, 1), 486 tracemalloc.Statistic(tb_a_2, 30, 3), 487 tracemalloc.Statistic(tb_0, 7, 1), 488 tracemalloc.Statistic(tb_a_5, 2, 1), 494 tracemalloc.Statistic(tb_a_5, 5002, 2), 495 tracemalloc.Statistic(tb_c_578, 400, 1), 496 tracemalloc.Statistic(tb_a_2, 30, 3), 519 tracemalloc.Statistic(tb_b, 66, 1), 520 tracemalloc.Statistic(tb_a, 32, 4), 521 tracemalloc.Statistic(tb_0, 7, 1), [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Statistic.h | 160 using Statistic = TrackingStatistic; variable 162 using Statistic = NoopStatistic; variable 168 static llvm::Statistic VARNAME = {DEBUG_TYPE, #VARNAME, DESC}
|
/third_party/python/Lib/ |
D | tracemalloc.py | 30 class Statistic: class 46 if not isinstance(other, Statistic): 505 stats[traceback] = Statistic(traceback, size, 1) 525 stats[traceback] = Statistic(traceback, size, 1) 535 statistics.sort(reverse=True, key=Statistic._sort_key)
|
/third_party/python/Doc/library/ |
D | tracemalloc.rst | 544 value of :attr:`StatisticDiff.count_diff`, :attr:`Statistic.count` and 579 Get statistics as a sorted list of :class:`Statistic` instances grouped 596 :attr:`Statistic.size`, :attr:`Statistic.count` and then by 597 :attr:`Statistic.traceback`. 614 Statistic section in API 617 .. class:: Statistic 619 Statistic on memory allocations. 621 :func:`Snapshot.statistics` returns a list of :class:`Statistic` instances. 644 Statistic difference on memory allocations between an old and a new 648 instances. See also the :class:`Statistic` class.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CodeMoverUtils.cpp | 50 llvm::Statistic &Stat) { in reportInvalidCandidate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CMakeLists.txt | 132 Statistic.cpp
|
/third_party/typescript/src/executeCommandLine/ |
D | executeCommandLine.ts | 2 interface Statistic { interface 681 let statistics: Statistic[];
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopFuse.cpp | 337 bool reportInvalidCandidate(llvm::Statistic &Stat) const { in reportInvalidCandidate() 1348 llvm::Statistic &Stat) { in reportLoopFusion()
|
D | CorrelatedValuePropagation.cpp | 447 Statistic *OpcNW, *OpcNSW, *OpcNUW; in setDeducedOverflowingFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/ |
D | CMakeLists.txt | 66 "include/llvm/ADT/Statistic.h"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 2332 Statistic &NumRetains = in GatherStatistics() 2334 Statistic &NumReleases = in GatherStatistics()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineBlockPlacement.cpp | 3212 Statistic &NumBranches = in INITIALIZE_PASS_DEPENDENCY() 3214 Statistic &BranchTakenFreq = in INITIALIZE_PASS_DEPENDENCY()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/ |
D | Android.bp | 631 "llvm/lib/Support/Statistic.cpp",
|
D | BUILD.gn | 916 "llvm/lib/Support/Statistic.cpp",
|
D | CMakeLists.txt | 634 ${LLVM_DIR}/lib/Support/Statistic.cpp
|