Home
last modified time | relevance | path

Searched defs:Callback (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/removeComments/
DremoveComments5.d.ts64 type Callback = (result: string) => void; property in MyClass
/arkcompiler/runtime_core/static_core/compiler/tests/
Dcodegen_runner_test.cpp327 NO_OPTIMIZE int Callback([[maybe_unused]] uintptr_t lr, [[maybe_unused]] uintptr_t fp) in Callback() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_operation.h45 using Callback = std::function<void(const std::initializer_list<GateRef> &, OperationType)>; variable
/arkcompiler/runtime_core/static_core/libpandabase/
Dtask_runner.h72 using Callback = std::function<void(ContextT &)>; variable
/arkcompiler/runtime_core/static_core/runtime/
Dthread_manager.h50 using Callback = std::function<bool(ManagedThread *)>; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstack_walker_test.cpp51 using Callback = int (*)(uintptr_t, uintptr_t); typedef in panda::test::StackWalkerTest
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.h92 #define DEFINE_VISIT_WITH_CALLBACK(InstName, Callback) \ argument