Home
last modified time | relevance | path

Searched refs:GetCounter (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/logging/
Druntime-call-stats.cc201 RuntimeCallCounter* counter = GetCounter(counter_id); in Enter()
220 GetCounter(i)->Add(other->GetCounter(i)); in Add()
235 RuntimeCallCounter* counter = GetCounter(counter_id); in CorrectCurrentCounterId()
257 entries.Add(GetCounter(i)); in Print()
274 GetCounter(i)->Reset(); in Reset()
282 if (GetCounter(i)->count() > 0) GetCounter(i)->Dump(value); in Dump()
Druntime-call-stats.h643 RuntimeCallCounter* GetCounter(RuntimeCallCounterId counter_id) { in GetCounter() function
646 RuntimeCallCounter* GetCounter(int counter_id) { in GetCounter() function
/third_party/node/deps/v8/src/builtins/
Dprofile-data-reader.h23 double GetCounter(size_t block_id) const { in GetCounter() function
/third_party/node/src/crypto/
Dcrypto_aes.cc182 BignumPointer GetCounter(const AESCipherConfig& params) { in GetCounter() function
276 BignumPointer current_counter = GetCounter(params); in AES_CTR_Cipher()
/third_party/node/deps/v8/src/profiler/
Dcpu-profiler.cc399 RuntimeCallCounter* counter = rcs->GetCounter(i); in CreateEntriesForRuntimeCallStats()
/third_party/node/deps/v8/src/d8/
Dd8.h734 static Counter* GetCounter(const char* name, bool is_histogram);
Dd8.cc2850 Counter* Shell::GetCounter(const char* name, bool is_histogram) { in GetCounter() function in v8::Shell
2881 Counter* counter = GetCounter(name, false); in LookupCounter()
2887 return GetCounter(name, true); in CreateHistogram()
/third_party/node/deps/v8/src/compiler/
Dscheduler.cc472 profile_data->GetCounter(successor_blocks[0]->id().ToSize()); in ConnectBranch()
474 profile_data->GetCounter(successor_blocks[1]->id().ToSize()); in ConnectBranch()
/third_party/node/deps/v8/src/wasm/
Dc-api.cc290 static Counter* GetCounter(const char* name, bool is_histogram) { in GetCounter() function
308 Counter* counter = GetCounter(name, false); in LookupCounter()
319 return GetCounter(name, true); in CreateHistogram()