Home
last modified time | relevance | path

Searched defs:CallCounts (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h283 struct CallCounts { struct
284 int sync = 0;
285 int contextDestroyed = 0;
286 int destroyed = 0;
287 int removeOverlays = 0;
288 int glesDraw = 0;
289 int vkInitialize = 0;
290 int vkDraw = 0;
291 int vkPostDraw = 0;
/aosp_15_r20/external/pigweed/pw_async/
H A Dfake_dispatcher_test.cc25 struct CallCounts { struct
28 bool operator==(const CallCounts& other) const { in operator ==() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp381 SmallDenseMap<Function *, CallCount> CallCounts; in run() local
403 auto CallCounts = ScanSCC(*C, UR.IndirectVHs); in run() local