Home
last modified time | relevance | path

Searched refs:RemoveListener (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/
Dmemory_allocation_dumper.h47 runtime_->GetNotificationManager()->RemoveListener(this, DUMP_EVENT_MASK); in ~MemoryAllocationDumper()
Ddebugger.h141 runtime_->GetNotificationManager()->RemoveListener(this, DEBUG_EVENT_MASK); in ~Debugger()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.h240 void RemoveListener(GCListener *listener) in RemoveListener() function
243 gcListenerManager_->RemoveListener(listener); in RemoveListener()
711 void RemoveListener(GCListener *newListener);
Dgc.cpp902 void GC::GCListenerManager::RemoveListener(GCListener *listener) in RemoveListener() function in panda::mem::GC::GCListenerManager
/arkcompiler/ets_runtime/ecmascript/debugger/
Dnotification_manager.h59 void RemoveListener(RuntimeListener *listener) in RemoveListener() function
Djs_debugger.h103 notificationMgr_->RemoveListener(this); in ~JSDebugger()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test_switch.cpp141 notificationManager->RemoveListener(&listener, RuntimeNotificationManager::BYTECODE_PC_CHANGED); in TEST_F()
Dg1gc_fullgc_test.cpp389 gc->RemoveListener(&gchook); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_notification.h180 void RemoveListener(RuntimeListener *listener, uint32_t eventMask) in RemoveListener() function
522 RemoveListener(debuggerListeners_, listener); in RemoveDebuggerListener()
544 ALWAYS_INLINE void RemoveListener(Container &c, T &listener) in RemoveListener() function
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsampling_profiler.cpp123 Runtime::GetCurrent()->GetNotificationManager()->RemoveListener(instance_, in Destroy()
125 Runtime::GetCurrent()->GetNotificationManager()->RemoveListener(instance_, in Destroy()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp67 vm_->GetJsDebuggerManager()->GetNotificationManager()->RemoveListener(this); in StopTracing()
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.cpp132 Runtime::GetCurrent()->GetNotificationManager()->RemoveListener( in StopTracing()