/third_party/node/deps/v8/src/logging/ |
H A D | runtime-call-stats-scope.h | 29 stats_ = isolate->counters()->runtime_call_stats(); in RuntimeCallTimerScope() 30 stats_->Enter(&timer_, counter_id); in RuntimeCallTimerScope() 38 stats_ = isolate->runtime_call_stats(); in RuntimeCallTimerScope() 40 counter_id = stats_->CounterIdForThread(counter_id); in RuntimeCallTimerScope() 43 DCHECK(stats_->IsCounterAppropriateForThread(counter_id)); in RuntimeCallTimerScope() 44 stats_->Enter(&timer_, counter_id); in RuntimeCallTimerScope()
|
H A D | runtime-call-stats.h | 739 stats_ = stats; in RuntimeCallTimerScope() 745 stats_->Enter(&timer_, counter_id); in RuntimeCallTimerScope() 749 if (V8_UNLIKELY(stats_ != nullptr)) { in ~RuntimeCallTimerScope() 750 stats_->Leave(&timer_); in ~RuntimeCallTimerScope() 758 RuntimeCallStats* stats_ = nullptr; member in v8::internal::RuntimeCallTimerScope
|
/third_party/ninja/src/ |
H A D | disk_interface_test.cc | 285 mutable vector<string> stats_;
member 289 stats_.push_back(path);
in Stat() 304 ASSERT_EQ(1u, stats_.size());
in TEST_F() 306 ASSERT_EQ(2u, stats_.size());
in TEST_F() 307 ASSERT_EQ("out", stats_[0]);
in TEST_F() 308 ASSERT_EQ("in", stats_[1]);
in TEST_F() 320 ASSERT_EQ(1u, stats_.size());
in TEST_F() 322 ASSERT_EQ(3u, stats_.size());
in TEST_F() 323 ASSERT_EQ("out", stats_[0]);
in TEST_F() 325 ASSERT_EQ("mid", stats_[ in TEST_F() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | zone-stats.cc | 17 zone_stats_->stats_.push_back(this); in StatsScope() 28 DCHECK_EQ(zone_stats_->stats_.back(), this); in ~StatsScope() 29 zone_stats_->stats_.pop_back(); in ~StatsScope() 70 DCHECK(stats_.empty()); in ~ZoneStats() 101 for (StatsScope* stat_scope : stats_) { in ReturnZone()
|
H A D | zone-stats.h | 94 Stats stats_; member in v8::internal::compiler::final
|
/third_party/node/src/quic/ |
H A D | defs.h | 93 #define STAT_INCREMENT(Type, name) IncrementStat<Type, &Type::name>(&stats_); 95 IncrementStat<Type, &Type::name>(&stats_, amt); 97 RecordTimestampStat<Type, &Type::name>(&stats_); 98 #define STAT_SET(Type, name, val) SetStat<Type, &Type::name>(&stats_, val); 99 #define STAT_GET(Type, name) GetStat<Type, &Type::name>(&stats_);
|
/third_party/node/deps/v8/src/heap/ |
H A D | read-only-spaces.h | 93 void set_accounting_stats(const AllocationStats& stats) { stats_ = stats; } in set_accounting_stats() 94 const AllocationStats& accounting_stats() const { return stats_; } in accounting_stats() 115 AllocationStats stats_; member in v8::internal::ReadOnlyArtifacts
|
H A D | object-stats.cc | 452 ObjectStats* stats_; member in v8::internal::ObjectStatsCollectorImpl 462 stats_(stats), in ObjectStatsCollectorImpl() 510 stats_->RecordVirtualObjectStats(type, size, over_allocated); in RecordVirtualObjectStats() 520 stats_->RecordVirtualObjectStats(type, size, 0); in RecordExternalResourceStats() 697 stats_->RecordVirtualObjectStats(ObjectStats::FEEDBACK_VECTOR_HEADER_TYPE, in RecordVirtualFeedbackVectorDetails() 709 stats_->RecordVirtualObjectStats( in RecordVirtualFeedbackVectorDetails() 830 stats_->RecordObjectStats(type, size, over_allocated); in RecordObjectStats()
|
H A D | read-only-spaces.cc | 221 stats_.IncreaseCapacity(stats.Capacity()); in Initialize() 246 stats_.IncreaseAllocatedBytes(page->allocated_bytes(), new_page); in Initialize()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_peeling.h | 248 LoopPeelingPass(LoopPeelingStats* stats = nullptr) : stats_(stats) {} in LoopPeelingPass() 330 LoopPeelingStats* stats_; member in spvtools::LoopPeelingPass
|
H A D | loop_peeling.cpp | 747 if (stats_) { in ProcessLoop() 748 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kBefore, factor); in ProcessLoop() 756 if (stats_) { in ProcessLoop() 757 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kAfter, factor); in ProcessLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_peeling.h | 248 LoopPeelingPass(LoopPeelingStats* stats = nullptr) : stats_(stats) {} in LoopPeelingPass() 330 LoopPeelingStats* stats_; member in spvtools::LoopPeelingPass
|
H A D | loop_peeling.cpp | 747 if (stats_) { in ProcessLoop() 748 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kBefore, factor); in ProcessLoop() 756 if (stats_) { in ProcessLoop() 757 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kAfter, factor); in ProcessLoop()
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_peeling.h | 248 LoopPeelingPass(LoopPeelingStats* stats = nullptr) : stats_(stats) {} in LoopPeelingPass() 330 LoopPeelingStats* stats_; member in spvtools::LoopPeelingPass
|
H A D | loop_peeling.cpp | 748 if (stats_) { in ProcessLoop() 749 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kBefore, factor); in ProcessLoop() 757 if (stats_) { in ProcessLoop() 758 stats_->peeled_loops_.emplace_back(loop, PeelDirection::kAfter, factor); in ProcessLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | memory.h | 273 Stats stats_; member in marl::TrackedAllocator 297 return stats_; in stats() 303 auto& usageStats = stats_.byUsage[int(request.usage)]; in allocate() 313 auto& usageStats = stats_.byUsage[int(allocation.request.usage)]; in free()
|
/third_party/lwip/src/include/lwip/ |
H A D | stats.h | 232 struct stats_ { struct 304 extern struct stats_ lwip_stats;
|
/third_party/lwip/src/core/ |
H A D | stats.c | 50 struct stats_ lwip_stats;
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.h | 162 RuntimeCallStats* stats_; member in v8::internal::baseline::BaselineCompiler
|
H A D | baseline-compiler.cc | 270 stats_(local_isolate->runtime_call_stats()), in BaselineCompiler() 292 RCS_SCOPE(stats_, \
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | cost_enc.c | 210 res->stats = enc->proba_.stats_[coeff_type]; in VP8InitResidual()
|
H A D | vp8i_enc.h | 152 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes member
|
H A D | frame_enc.c | 143 memset(proba->stats_, 0, sizeof(proba->stats_)); in ResetTokenStats() 154 const proba_t stats = proba->stats_[t][b][c][p]; in FinalizeTokenProbas()
|
H A D | vp8l_enc.c | 1716 WebPAuxStats* stats_; member 1730 WebPAuxStats* const stats = params->stats_; in EncodeStreamHook() 1953 param->stats_ = picture->stats; in VP8LEncodeStream() 1957 param->stats_ = (picture->stats == NULL) ? NULL : &stats_side; in VP8LEncodeStream()
|