Home
last modified time | relevance | path

Searched refs:AddListener (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dgc_trigger_test.cpp155 vm->GetGC()->AddListener(&checker); in TEST()
183 vm->GetGC()->AddListener(&checker); in TEST()
H A Dinterpreter_test_switch.cpp117 notificationManager->AddListener(&listener, RuntimeNotificationManager::BYTECODE_PC_CHANGED); in TEST_F()
H A Dg1gc_test.cpp231 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 Dg1gc_fullgc_test.cpp301 gc->AddListener(gccnt); in PrepareTest()
380 gc->AddListener(&gchook); in TEST_F()
H A Dmem_stats_gen_gc_test.cpp520 gc->AddListener(gccnt); in PrepareTest()
/arkcompiler/runtime_core/static_core/runtime/dprofiler/
H A Ddprofiler.cpp71 runtime_->GetNotificationManager()->AddListener(listener_.get(), RuntimeNotificationManager::Event::VM_EVENTS); in DProfiler()
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Dmemory_allocation_dumper.h42 runtime_->GetNotificationManager()->AddListener(this, DUMP_EVENT_MASK); in MemoryAllocationDumper()
H A Ddebugger.h136 runtime_->GetNotificationManager()->AddListener(this, DEBUG_EVENT_MASK); in Debugger()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc.h235 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 Dgc.cpp974 void GC::GCListenerManager::AddListener(GCListener *listener) in AddListener() function in ark::mem::GC::GCListenerManager
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dmemory_manager.cpp111 gc_->AddListener(gcTrigger_); in InitializeGC()
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Dnotification_manager.h54 void AddListener(RuntimeListener *listener) in AddListener() function in panda::ecmascript::tooling::NotificationManager
H A Djs_debugger.h99 notificationMgr_->AddListener(this); in JSDebugger()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A Dsampling_profiler.cpp96 Runtime::GetCurrent()->GetNotificationManager()->AddListener(instance_, in Create()
98 Runtime::GetCurrent()->GetNotificationManager()->AddListener(instance_, in Create()
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
H A Dtrace.cpp121 Runtime::GetCurrent()->GetNotificationManager()->AddListener(singletonTrace_, in StartTracing()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.cpp55 vm_->GetJsDebuggerManager()->GetNotificationManager()->AddListener(this); in StartTracing()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_gc.cpp62 gc->AddListener(this); in InitIfNeeded()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime_notification.h145 void AddListener(RuntimeListener *listener, uint32_t eventMask) in AddListener() function

Completed in 16 milliseconds