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.h73 ProfileOperation callback_; variable
Dcall_stub_builder.h149 ProfileOperation callback_; variable
/arkcompiler/toolchain/tooling/
Dprotocol_handler.h56 std::function<void(const void *, const std::string &)> callback_; variable
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_helper.h205 NativeFinalize callback_ = nullptr; variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp271 const std::function<void(ObjectHeader *, ObjectHeader *)> &callback_; member in ark::mem::StdFunctionAdapter