HomeSort by relevance Sort by last modified time
    Searched refs:stats_ (Results 26 - 50 of 62) sorted by null

12 3

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 217 v += atomic_load(&stats_[i], memory_order_relaxed);
218 atomic_store(&stats_[i], v, memory_order_relaxed);
222 v = atomic_load(&stats_[i], memory_order_relaxed) - v;
223 atomic_store(&stats_[i], v, memory_order_relaxed);
227 atomic_store(&stats_[i], v, memory_order_relaxed);
231 return atomic_load(&stats_[i], memory_order_relaxed);
238 atomic_uintptr_t stats_[AllocatorStatCount]; member in class:__sanitizer::AllocatorStats
935 stats_.Init();
937 s->Register(&stats_);
943 s->Unregister(&stats_);
989 AllocatorStats stats_; member in struct:__sanitizer::SizeClassAllocatorLocalCache
1469 AllocatorGlobalStats stats_; member in class:__sanitizer::CombinedAllocator
    [all...]
  /external/compiler-rt/lib/asan/
asan_thread.h 125 AsanStats &stats() { return stats_; }
158 AsanStats stats_; member in class:__asan::AsanThread
  /external/v8/src/heap/
object-stats.h 136 : heap_(heap), stats_(stats) {}
163 ObjectStats* stats_; member in class:v8::internal::ObjectStatsCollector
object-stats.cc 246 stats_->RecordObjectStats(map->instance_type(), object_size);
355 return stats_->RecordFixedArraySubTypeStats(array, subtype, array->Size(),
400 stats_->RecordFixedArraySubTypeStats(elements, FAST_ELEMENTS_SUB_TYPE,
413 stats_->RecordFixedArraySubTypeStats(properties, FAST_PROPERTIES_SUB_TYPE,
512 stats_->RecordCodeSubTypeStats(code->kind(), code->GetAge(), code->Size());
570 stats_->RecordFixedArraySubTypeStats(array, COPY_ON_WRITE_SUB_TYPE,
579 stats_->RecordFixedArraySubTypeStats(
  /system/extras/perfprofd/quipper/
perf_parser.h 156 return stats_;
205 PerfEventStats stats_; member in class:quipper::PerfParser
  /art/compiler/optimizing/
dead_code_elimination.cc 86 if (stats_ != nullptr) {
87 stats_->RecordStat(MethodCompilationStat::kRemovedDeadInstruction,
93 if (stats_ != nullptr) {
94 stats_->RecordStat(MethodCompilationStat::kSimplifyIf);
  /external/webrtc/webrtc/video/
receive_statistics_proxy.h 99 VideoReceiveStream::Stats stats_ GUARDED_BY(crit_);
send_statistics_proxy.h 136 VideoSendStream::Stats stats_ GUARDED_BY(crit_);
  /external/libvpx/libvpx/test/
encode_test_driver.h 91 : cfg_(cfg), deadline_(deadline), init_flags_(init_flags), stats_(stats) {
169 TwopassStatsStore *stats_; member in class:libvpx_test::Encoder
259 TwopassStatsStore stats_; member in class:libvpx_test::EncoderTest
  /external/webrtc/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 360 for (unsigned int i = 0; i < stats.stats_.size(); ++i) {
361 const webrtc::test::FrameStatistic& f = stats.stats_[i];
438 for (unsigned int i = 0; i < stats.stats_.size(); ++i) {
439 const webrtc::test::FrameStatistic& f = stats.stats_[i];
530 assert(frame_number == static_cast<int>(stats.stats_.size()));
  /external/webrtc/talk/app/webrtc/
rtpsender.h 121 StatsCollector* stats_; member in class:webrtc::AudioRtpSender
peerconnection.cc 644 stats_.reset(new StatsCollector(this));
707 stats_->AddStream(local_stream);
764 new_sender = new AudioRtpSender(session_.get(), stats_.get());
807 stats_->UpdateStats(level);
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.h 199 Stats* stats_; member in class:webrtc::test::VideoProcessorImpl
videoprocessor_integrationtest.cc 110 webrtc::test::Stats stats_; member in class:webrtc::VideoProcessorIntegrationTest
226 config_, &stats_);
491 EXPECT_EQ(num_frames + 1, static_cast<int>(stats_.stats_.size()));
510 stats_.PrintSummary();
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.cc 332 stats_.GetNetworkStatistics(fs_hz_, total_samples_in_buffers,
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
stats.h 113 struct stats_ { struct
149 extern struct stats_ lwip_stats;
  /external/syslinux/core/lwip/src/core/
stats.c 49 struct stats_ lwip_stats;
  /art/runtime/base/
arena_allocator.cc 512 stats_(stats),
519 stats_->Dump(os, first_arena_, lost_bytes_adjustment_);
arena_allocator.h 420 const ArenaAllocatorStats* const stats_; member in class:art::MemStats
  /art/compiler/driver/
compiler_driver.cc 300 stats_(new AOTCompilationStats),
422 stats_->Dump();
    [all...]
  /external/v8/src/
counters.h 927 RuntimeCallStats* stats_ = nullptr; member in class:v8::internal::RuntimeCallTimerScope
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_unittest.cc 987 RtcpStatistics stats_; member in class:webrtc::__anon39066::RtcpCallbackImpl
    [all...]
  /art/runtime/
runtime.h 416 return &stats_;
828 RuntimeStats stats_; member in class:art::verifier::VerifyMode
  /external/webp/src/enc/
cost_enc.c 210 res->stats = enc->proba_.stats_[coeff_type];
vp8i_enc.h 149 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes member in struct:__anon38559

Completed in 639 milliseconds

12 3