Home
last modified time | relevance | path

Searched defs:callback_ (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/
Dprotocol_handler.h60 std::function<void(const void *, const std::string &)> callback_; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.h98 ProfileOperation callback_; variable
Dcall_stub_builder.h196 ProfileOperation callback_; variable
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h205 NativeFinalize callback_ = nullptr; variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp275 const std::function<void(ObjectHeader *, ObjectHeader *)> &callback_; member in ark::mem::StdFunctionAdapter