Searched refs:GetCounter (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Dinstrument-arm64.cc145 static Counter* counter = GetCounter("Instruction");
191 static Counter* counter = GetCounter("Instruction");
198 Counter* Instrument::GetCounter(const char* name) { function in class:v8::internal::Instrument
235 static Counter* counter = GetCounter("PC Addressing");
242 static Counter* sp_counter = GetCounter("SP Adjust");
243 static Counter* add_sub_counter = GetCounter("Add/Sub DP");
257 static Counter* counter = GetCounter("Logical DP");
264 static Counter* counter = GetCounter("Move Immediate");
277 static Counter* counter = GetCounter("Other Int DP");
284 static Counter* counter = GetCounter("Othe
[all...]
H A Dinstrument-arm64.h72 Counter* GetCounter(const char* name);
/external/vixl/src/a64/
H A Dinstrument-a64.cc166 static Counter* counter = GetCounter("Instruction");
212 static Counter* counter = GetCounter("Instruction");
219 Counter* Instrument::GetCounter(const char* name) { function in class:vixl::Instrument
257 static Counter* counter = GetCounter("PC Addressing");
265 static Counter* counter = GetCounter("Add/Sub DP");
273 static Counter* counter = GetCounter("Logical DP");
280 static Counter* counter = GetCounter("Move Immediate");
294 static Counter* counter = GetCounter("Other Int DP");
302 static Counter* counter = GetCounter("Other Int DP");
310 static Counter* counter = GetCounter("Unconditiona
[all...]
H A Dinstrument-a64.h94 Counter* GetCounter(const char* name);
/external/chromium_org/chrome/renderer/
H A Dbenchmarking_extension.cc29 " native function GetCounter();"
30 " return GetCounter(name);"
65 if (name->Equals(v8::String::NewFromUtf8(isolate, "GetCounter"))) {
66 return v8::FunctionTemplate::New(isolate, GetCounter);
92 static void GetCounter(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:extensions_v8::BenchmarkingWrapper
/external/chromium_org/tools/telemetry/telemetry/timeline/
H A Dprocess.py59 def GetCounter(self, category, name): member in class:Process
68 return self.GetCounter(category, name)
/external/chromium_org/net/disk_cache/blockfile/
H A Dstats.cc187 int64 Stats::GetCounter(Counters counter) const { function in class:disk_cache::Stats
311 int64 ratio = GetCounter(hit) * 100;
315 ratio /= (GetCounter(hit) + GetCounter(miss));
H A Dstats.h71 int64 GetCounter(Counters counter) const;
H A Dbackend_impl_v3.cc249 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT);
269 int64 use_time = stats_.GetCounter(Stats::TIMER);
318 int64 time = stats_.GetCounter(Stats::TIMER);
319 int64 current = stats_.GetCounter(Stats::OPEN_ENTRIES);
444 int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120;
445 int64 no_use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120;
824 int64 errors = stats_.GetCounter(Stats::FATAL_ERROR);
825 int64 full_dooms = stats_.GetCounter(Stats::DOOM_CACHE);
826 int64 partial_dooms = stats_.GetCounter(Stats::DOOM_RECENT);
827 int64 last_report = stats_.GetCounter(Stat
[all...]
H A Dbackend_impl.cc480 int64 total_hours = stats_.GetCounter(Stats::TIMER) / 120;
481 int64 no_use_hours = stats_.GetCounter(Stats::LAST_REPORT_TIMER) / 120;
965 int64 last_report = stats_.GetCounter(Stats::LAST_REPORT);
983 int64 use_time = stats_.GetCounter(Stats::TIMER);
1064 int64 time = stats_.GetCounter(Stats::TIMER);
1065 int64 current = stats_.GetCounter(Stats::OPEN_ENTRIES);
1463 int64 errors = stats_.GetCounter(Stats::FATAL_ERROR);
1464 int64 full_dooms = stats_.GetCounter(Stats::DOOM_CACHE);
1465 int64 partial_dooms = stats_.GetCounter(Stats::DOOM_RECENT);
1466 int64 last_report = stats_.GetCounter(Stat
[all...]
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dmemory_test.py73 counter = process.GetCounter('gpu', 'GpuMemoryUsage')
/external/chromium_org/content/child/webcrypto/openssl/
H A Daes_ctr_openssl.cc97 crypto::ScopedBIGNUM GetCounter(const CryptoData& counter_block, function in namespace:content::webcrypto::__anon7536
191 GetCounter(counter_block, counter_length_bits);
/external/chromium_org/v8/src/
H A Dd8.h380 static Counter* GetCounter(const char* name, bool is_histogram);
H A Dd8.cc745 Counter* Shell::GetCounter(const char* name, bool is_histogram) { function in class:v8::Shell
762 Counter* counter = GetCounter(name, false);
776 return GetCounter(name, true);

Completed in 216 milliseconds