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:observer_
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/v8/src/interpreter/
H
A
D
bytecode-register-allocator.h
31
observer_
(nullptr) {}
in BytecodeRegisterAllocator()
41
if (
observer_
) {
in NewRegister()
42
observer_
->RegisterAllocateEvent(reg);
in NewRegister()
52
if (
observer_
) {
in NewRegisterList()
53
observer_
->RegisterListAllocateEvent(reg_list);
in NewRegisterList()
83
if (
observer_
) {
in ReleaseRegisters()
84
observer_
->RegisterListFreeEvent(RegisterList(register_index, count));
in ReleaseRegisters()
98
void set_observer(Observer* observer) {
observer_
= observer; }
in set_observer()
106
Observer*
observer_
;
member in v8::internal::interpreter::final
/third_party/node/deps/v8/src/common/
H
A
D
high-allocation-throughput-scope.h
20
:
observer_
(platform->GetHighAllocationThroughputObserver()) {
in HighAllocationThroughputScope()
21
observer_
->LeaveSection();
in HighAllocationThroughputScope()
28
~HighAllocationThroughputScope() {
observer_
->EnterSection(); }
in ~HighAllocationThroughputScope()
31
HighAllocationThroughputObserver*
observer_
;
member in v8::internal::final
/third_party/node/deps/v8/src/heap/
H
A
D
allocation-observer.cc
17
return aoc.
observer_
== observer;
in AddAllocationObserver()
46
return aoc.
observer_
== observer;
in RemoveAllocationObserver()
104
aoc.
observer_
->Step(
in InvokeAllocationObservers()
108
size_t observer_step_size = aoc.
observer_
->GetNextStepSize();
in InvokeAllocationObservers()
124
size_t observer_step_size = aoc.
observer_
->GetNextStepSize();
in InvokeAllocationObservers()
141
return pending_removed_.count(aoc.
observer_
) != 0;
in InvokeAllocationObservers()
H
A
D
allocation-observer.h
97
:
observer_
(observer),
in AllocationObserverCounter()
101
AllocationObserver*
observer_
;
member
/third_party/node/deps/v8/src/profiler/
H
A
D
profiler-listener.h
91
void set_observer(CodeEventObserver* observer) {
observer_
= observer; }
in set_observer()
99
observer_
->CodeEventHandler(evt_rec);
in DispatchCodeEvent()
103
CodeEventObserver*
observer_
;
member in v8::internal::ProfilerListener
H
A
D
profiler-listener.cc
36
observer_
(observer),
in ProfilerListener()
Completed in 3 milliseconds