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:AddListener
(Results
1 - 18
of
18
) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
gc_trigger_test.cpp
155
vm->GetGC()->
AddListener
(&checker);
in TEST()
183
vm->GetGC()->
AddListener
(&checker);
in TEST()
H
A
D
interpreter_test_switch.cpp
117
notificationManager->
AddListener
(&listener, RuntimeNotificationManager::BYTECODE_PC_CHANGED);
in TEST_F()
H
A
D
g1gc_test.cpp
231
gc->
AddListener
(&listener);
in TEST_F()
263
gc->
AddListener
(&listener);
in TEST_F()
302
gc->
AddListener
(&listener1);
in TEST_F()
303
gc->
AddListener
(&listener2);
in TEST_F()
469
gc->
AddListener
(&listener);
in TEST_F()
538
gc->
AddListener
(&checker);
in TEST_F()
593
gc->
AddListener
(&checker);
in TEST_F()
681
gc->
AddListener
(&checker);
in TEST_F()
955
gc->
AddListener
(&listener);
in TEST_F()
1036
gc->
AddListener
(
in TEST_F()
[all...]
H
A
D
g1gc_fullgc_test.cpp
301
gc->
AddListener
(gccnt);
in PrepareTest()
380
gc->
AddListener
(&gchook);
in TEST_F()
H
A
D
mem_stats_gen_gc_test.cpp
520
gc->
AddListener
(gccnt);
in PrepareTest()
/arkcompiler/runtime_core/static_core/runtime/dprofiler/
H
A
D
dprofiler.cpp
71
runtime_->GetNotificationManager()->
AddListener
(listener_.get(), RuntimeNotificationManager::Event::VM_EVENTS);
in DProfiler()
/arkcompiler/runtime_core/static_core/runtime/tooling/
H
A
D
memory_allocation_dumper.h
42
runtime_->GetNotificationManager()->
AddListener
(this, DUMP_EVENT_MASK);
in MemoryAllocationDumper()
H
A
D
debugger.h
136
runtime_->GetNotificationManager()->
AddListener
(this, DEBUG_EVENT_MASK);
in Debugger()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc.h
235
void
AddListener
(GCListener *listener)
in AddListener()
function in ark::ark::mem::GCError::GC
238
gcListenerManager_->
AddListener
(listener);
in AddListener()
720
void
AddListener
(GCListener *newListener);
H
A
D
gc.cpp
974
void GC::GCListenerManager::
AddListener
(GCListener *listener)
in AddListener()
function in ark::mem::GC::GCListenerManager
/arkcompiler/runtime_core/static_core/runtime/mem/
H
A
D
memory_manager.cpp
111
gc_->
AddListener
(gcTrigger_);
in InitializeGC()
/arkcompiler/ets_runtime/ecmascript/debugger/
H
A
D
notification_manager.h
54
void
AddListener
(RuntimeListener *listener)
in AddListener()
function in panda::ecmascript::tooling::NotificationManager
H
A
D
js_debugger.h
99
notificationMgr_->
AddListener
(this);
in JSDebugger()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H
A
D
sampling_profiler.cpp
96
Runtime::GetCurrent()->GetNotificationManager()->
AddListener
(instance_,
in Create()
98
Runtime::GetCurrent()->GetNotificationManager()->
AddListener
(instance_,
in Create()
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
H
A
D
trace.cpp
121
Runtime::GetCurrent()->GetNotificationManager()->
AddListener
(singletonTrace_,
in StartTracing()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H
A
D
tracing.cpp
55
vm_->GetJsDebuggerManager()->GetNotificationManager()->
AddListener
(this);
in StartTracing()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H
A
D
std_core_gc.cpp
62
gc->
AddListener
(this);
in InitIfNeeded()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
runtime_notification.h
145
void
AddListener
(RuntimeListener *listener, uint32_t eventMask)
in AddListener()
function
Completed in 16 milliseconds