Home
last modified time | relevance | path

Searched refs:stats_ (Results 1 - 24 of 24) sorted by relevance

/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats-scope.h29 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 Druntime-call-stats.h739 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 Ddisk_interface_test.cc285 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 Dzone-stats.cc17 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 Dzone-stats.h94 Stats stats_; member in v8::internal::compiler::final
/third_party/node/src/quic/
H A Ddefs.h93 #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 Dread-only-spaces.h93 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 Dobject-stats.cc452 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 Dread-only-spaces.cc221 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 Dloop_peeling.h248 LoopPeelingPass(LoopPeelingStats* stats = nullptr) : stats_(stats) {} in LoopPeelingPass()
330 LoopPeelingStats* stats_; member in spvtools::LoopPeelingPass
H A Dloop_peeling.cpp747 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 Dloop_peeling.h248 LoopPeelingPass(LoopPeelingStats* stats = nullptr) : stats_(stats) {} in LoopPeelingPass()
330 LoopPeelingStats* stats_; member in spvtools::LoopPeelingPass
H A Dloop_peeling.cpp747 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 Dloop_peeling.h248 LoopPeelingPass(LoopPeelingStats* stats = nullptr) : stats_(stats) {} in LoopPeelingPass()
330 LoopPeelingStats* stats_; member in spvtools::LoopPeelingPass
H A Dloop_peeling.cpp748 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 Dmemory.h273 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 Dstats.h232 struct stats_ { struct
304 extern struct stats_ lwip_stats;
/third_party/lwip/src/core/
H A Dstats.c50 struct stats_ lwip_stats;
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.h162 RuntimeCallStats* stats_; member in v8::internal::baseline::BaselineCompiler
H A Dbaseline-compiler.cc270 stats_(local_isolate->runtime_call_stats()), in BaselineCompiler()
292 RCS_SCOPE(stats_, \
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dcost_enc.c210 res->stats = enc->proba_.stats_[coeff_type]; in VP8InitResidual()
H A Dvp8i_enc.h152 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes member
H A Dframe_enc.c143 memset(proba->stats_, 0, sizeof(proba->stats_)); in ResetTokenStats()
154 const proba_t stats = proba->stats_[t][b][c][p]; in FinalizeTokenProbas()
H A Dvp8l_enc.c1716 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()

Completed in 26 milliseconds