Home
last modified time | relevance | path

Searched defs:callbacks (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebuggable_thread.cpp22 …:DebuggableThread(ManagedThread *thread, DebugInterface *debugger, SuspensionCallbacks &&callbacks) in DebuggableThread()
/arkcompiler/ets_runtime/ecmascript/
Druntime.cpp379 auto &callbacks = GetSharedNativePointerCallbacks(); in InvokeSharedNativePointerCallbacks() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h1744 DeleteCallbackTask(int32_t id, std::vector<NativePointerCallbackData> &callbacks) : Task(id) in DeleteCallbackTask()