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

1 23

  /external/webrtc/talk/app/webrtc/
peerconnection.h 389 // ... But stats_ depends on session_ so it should be destroyed even earlier.
390 rtc::scoped_ptr<StatsCollector> stats_; member in class:webrtc::PeerConnection
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.h 376 StatisticsCalculator stats_ GUARDED_BY(crit_sect_);
  /external/webp/src/enc/
frame_enc.c 140 memset(proba->stats_, 0, sizeof(proba->stats_));
151 const proba_t stats = proba->stats_[t][b][c][p];
  /art/compiler/optimizing/
instruction_simplifier.cc 38 stats_(stats) {}
50 if (stats_ != nullptr) {
51 stats_->RecordStat(stat);
125 OptimizingCompilerStats* stats_; member in class:art::InstructionSimplifierVisitor
136 InstructionSimplifierVisitor visitor(graph_, codegen_, compiler_driver_, stats_);
450 if (stats_ != nullptr) {
451 stats_->RecordStat(MethodCompilationStat::kRemovedNullCheck);
    [all...]
code_generator.h 613 stats_(stats),
728 OptimizingCompilerStats* stats_; member in class:art::CodeGenerator
    [all...]
inliner.cc     [all...]
code_generator.cc 614 if (stats_ != nullptr) {
615 stats_->RecordStat(compilation_stat, count);
    [all...]
  /art/compiler/driver/
compiler_driver.h 518 std::unique_ptr<AOTCompilationStats> stats_; member in class:art::CompilerDriver
  /external/compiler-rt/lib/asan/
asan_thread.cc 112 FlushToDeadThreadStats(&stats_);
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc 280 stats_.fraction_lost = fraction_lost;
281 stats_.cumulative_lost = cumulative_lost;
282 stats_.extended_max_sequence_number = extended_max_sequence_number;
285 *statistics = stats_;
305 RtcpStatistics stats_; member in class:webrtc::FakeReceiveStatistics::LossyStatistician
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel.cc 171 stats_.rtcp = statistics;
172 if (statistics.jitter > stats_.max_jitter) {
173 stats_.max_jitter = statistics.jitter;
181 return stats_;
190 ChannelStatistics stats_; member in class:webrtc::voe::StatisticsProxy
    [all...]
  /external/v8/src/interpreter/
interpreter.cc 53 : stats_(stats) {
55 RuntimeCallStats::Enter(stats_, &timer_, counter_id);
59 explicit TimerScope(RuntimeCallCounter* counter) : stats_(nullptr) {
67 if (stats_) {
68 RuntimeCallStats::Leave(stats_, &timer_);
76 RuntimeCallStats* stats_; member in class:v8::internal::interpreter::final::final
    [all...]

Completed in 1494 milliseconds

1 23