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:current_counter_
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/heap/
H
A
D
allocation-observer.cc
28
size_t observer_next_counter =
current_counter_
+ step_size;
in AddAllocationObserver()
30
observers_.push_back(AllocationObserverCounter(observer,
current_counter_
,
in AddAllocationObserver()
34
DCHECK_EQ(
current_counter_
, next_counter_);
in AddAllocationObserver()
37
size_t missing_bytes = next_counter_ -
current_counter_
;
in AddAllocationObserver()
38
next_counter_ =
current_counter_
+
in AddAllocationObserver()
59
current_counter_
= next_counter_ = 0;
in RemoveAllocationObserver()
64
size_t left_in_step = observer_counter.next_counter_ -
current_counter_
;
in RemoveAllocationObserver()
69
next_counter_ =
current_counter_
+ step_size;
in RemoveAllocationObserver()
79
DCHECK_LT(allocated, next_counter_ -
current_counter_
);
in AdvanceAllocationObservers()
80
current_counter_
in AdvanceAllocationObservers()
[all...]
H
A
D
allocation-observer.h
77
return next_counter_ -
current_counter_
;
in NextBytes()
110
size_t
current_counter_
= 0;
member in v8::internal::final
/third_party/node/deps/v8/src/logging/
H
A
D
runtime-call-stats.cc
205
current_counter_
.SetValue(counter);
in Enter()
215
current_counter_
.SetValue(cur_timer ? cur_timer->counter() : nullptr);
in Leave()
237
current_counter_
.SetValue(counter);
in CorrectCurrentCounterId()
H
A
D
runtime-call-stats.h
611
RuntimeCallCounter* current_counter() { return
current_counter_
.Value(); }
in current_counter()
654
base::AtomicValue<RuntimeCallCounter*>
current_counter_
;
member in v8::internal::final
Completed in 4 milliseconds