Searched refs:number_of_objects_ (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/src/system_wrappers/source/ |
D | cpu_win.cc | 34 return cpu_usage_[number_of_objects_ - 1]; in CpuUsage() 51 num_cores = number_of_objects_ - 1; in CpuUsageMultiCore() 53 return cpu_usage_[number_of_objects_-1]; in CpuUsageMultiCore() 64 number_of_objects_(0), in CpuWindows() 312 HRESULT hr = wbem_enum_->GetObjects(0L, number_of_objects_, in CreatePerfOsCpuHandles() 316 number_returned > number_of_objects_) in CreatePerfOsCpuHandles() 340 number_of_objects_ = number_returned; in CreatePerfOsCpuHandles() 342 hr = wbem_enum_->GetObjects(0L, number_of_objects_, wbem_enum_access_, in CreatePerfOsCpuHandles() 429 for (DWORD i = 0; i < number_of_objects_; i++) in Terminate() 470 HRESULT hr = wbem_enum_->GetObjects(0L, number_of_objects_, in UpdateCpuUsage()
|
D | cpu_win.h | 84 DWORD number_of_objects_; variable
|
/external/chromium_org/v8/src/ |
D | hydrogen-escape-analysis.h | 43 number_of_objects_(0), in HEscapeAnalysisPhase() 77 int number_of_objects_; variable
|
D | hydrogen-escape-analysis.cc | 89 new(zone) HCapturedObject(number_of_values_, number_of_objects_, zone); in NewState() 306 number_of_objects_++; in PerformScalarReplacement()
|
D | objects-debug.cc | 1050 info->number_of_objects_++; in IncrementSpillStatistics() 1110 number_of_objects_ = 0; in Clear() 1125 PrintF("\n JSObject Spill Statistics (#%d):\n", number_of_objects_); in Print() 1132 number_of_objects_ - number_of_objects_with_fast_properties_, in Print() 1140 number_of_objects_ - number_of_objects_with_fast_elements_, in Print()
|
D | objects.h | 2575 int number_of_objects_; variable
|
/external/v8/src/ |
D | objects-debug.cc | 780 info->number_of_objects_++; in IncrementSpillStatistics() 828 number_of_objects_ = 0; in Clear() 842 PrintF("\n JSObject Spill Statistics (#%d):\n", number_of_objects_); in Print() 849 number_of_objects_ - number_of_objects_with_fast_properties_, in Print() 857 number_of_objects_ - number_of_objects_with_fast_elements_, in Print()
|
D | objects.h | 2054 int number_of_objects_; variable
|