Searched defs:hit_count (Results 1 - 9 of 9) sorted by last modified time

/external/v8/src/
H A Ddebug-debugger.js143 BreakPoint.prototype.hit_count = function() {
336 ScriptBreakPoint.prototype.hit_count = function() {
1724 hit_count: break_point.hit_count(),
/external/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp206 uint32_t hit_count = 0; local
210 hit_count += (*pos)->GetHitCount();
211 return hit_count;
H A DWatchpointList.cpp231 uint32_t hit_count = 0; local
235 hit_count += (*pos)->GetHitCount();
236 return hit_count;
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_recent.h28 __u32 hit_count; member in struct:xt_recent_mtinfo
37 __u32 hit_count; member in struct:xt_recent_mtinfo_v1
/external/iptables/include/linux/netfilter/
H A Dxt_recent.h28 __u32 hit_count; member in struct:xt_recent_mtinfo
37 __u32 hit_count; member in struct:xt_recent_mtinfo_v1
/external/compiler-rt/lib/lsan/
H A Dlsan_common.h63 uptr hit_count; member in struct:__lsan::Leak
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.h24 unsigned hit_count; member in struct:__sanitizer::Suppression
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cc158 int *unique_count, int *hit_count, int ExpectRace::*counter) {
164 (*hit_count) += race->*counter;
183 int hit_count = 0; local
186 CollectMatchedBenignRaces(&hit_matched, &unique_count, &hit_count,
193 hit_count, (int)internal_getpid());
157 CollectMatchedBenignRaces(Vector<ExpectRace> *matched, int *unique_count, int *hit_count, int ExpectRace::*counter) argument
H A Dtsan_suppressions.cc113 s->hit_count++;
134 s->hit_count++;
147 int hit_count = 0; local
149 hit_count += matched[i]->hit_count;
150 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count,
153 Printf("%d %s:%s\n", matched[i]->hit_count, matched[i]->type,

Completed in 557 milliseconds