Home
last modified time | relevance | path

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

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