Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetCounter
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/deps/v8/src/logging/
H
A
D
runtime-call-stats.cc
201
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()
H
A
D
runtime-call-stats.h
643
RuntimeCallCounter*
GetCounter
(RuntimeCallCounterId counter_id) {
in GetCounter()
function in v8::internal::final
646
RuntimeCallCounter*
GetCounter
(int counter_id) {
in GetCounter()
function in v8::internal::final
/third_party/node/deps/v8/src/builtins/
H
A
D
profile-data-reader.h
23
double
GetCounter
(size_t block_id) const {
in GetCounter()
function in v8::internal::ProfileDataFromFile
/third_party/node/src/crypto/
H
A
D
crypto_aes.cc
182
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/
H
A
D
cpu-profiler.cc
399
RuntimeCallCounter* counter = rcs->
GetCounter
(i);
in CreateEntriesForRuntimeCallStats()
/third_party/node/deps/v8/src/d8/
H
A
D
d8.h
734
static Counter*
GetCounter
(const char* name, bool is_histogram);
H
A
D
d8.cc
2850
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/
H
A
D
scheduler.cc
472
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/
H
A
D
c-api.cc
290
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()
Completed in 23 milliseconds