HomeSort by relevance Sort by last modified time
    Searched refs:instance_counter (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/logging/
aec_logging.h 61 #define RTC_AEC_DEBUG_RAW_OPEN(name, instance_counter, file) \
63 WebRtcAec_RawFileOpen(name, instance_counter, file); \
98 #define RTC_AEC_DEBUG_RAW_OPEN(file, name, instance_counter) \
  /art/runtime/gc/
heap.cc 1905 InstanceCounter* instance_counter = reinterpret_cast<InstanceCounter*>(arg); local
    [all...]
  /external/v8/test/cctest/
test-api.cc 4081 int* instance_counter() { return instance_counter_; } function in class:__anon23872::TwoPassCallbackData
4095 int* instance_counter = data.GetParameter()->instance_counter(); local
4115 int instance_counter = 0; local
4120 CHECK_EQ(static_cast<int>(kLength), instance_counter); local
4131 int instance_counter = 0; local
4139 CHECK_EQ(static_cast<int>(kLength), instance_counter); local
    [all...]

Completed in 183 milliseconds