Home
last modified time | relevance | path

Searched defs:void (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/runtime/include/tooling/
Dpt_lang_extension.h27 explicit PtMethod(void * /* unused */) {} in PtMethod() argument
33 explicit PtClass(void * /* unused */) {} in PtClass() argument
/arkcompiler/runtime_core/platforms/tests/
Dfile_test.cpp39 static void SetUpTestCase(void) {}; in SetUpTestCase() argument
40 static void TearDownTestCase(void) {}; in TearDownTestCase() argument
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DarrayDestructuring18.ts17 var [...a]: [number, string] | boolean[] | [bigint, void, {}] = [true, false]; variable
DarrayDestructuring19.ts17 var [a, ...b]: [number, string] | boolean[] | [bigint, void, {}] = [true, false]; variable
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dinit.cpp34 extern "C" int StartDebugger(uint32_t port, panda::tooling::DebugInterface *debugger, void * /* unu… in StartDebugger() argument
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dexcluded_keys_test.cpp29 static void SetUpTestCase(void) {}; in SetUpTestCase() argument
30 static void TearDownTestCase(void) {}; in TearDownTestCase() argument
/arkcompiler/toolchain/tooling/
Dprotocol_handler.h35 … ProtocolHandler(std::function<void(const void *, const std::string &)> callback, const EcmaVM *vm) in ProtocolHandler()
Ddebugger_service.cpp25 const std::function<void(const void *, const std::string &)> &onResponse) in InitializeDebugger()
/arkcompiler/runtime_core/compiler/
Doptimizer_run.cpp64 auto finalizer = [graph](void * /* unused */) { graph->GetPassManager()->Finalize(); }; in RunOptimizations()
Dcompile_method.cpp238 void NO_INLINE __jit_debug_register_code(void) in __jit_debug_register_code() argument
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp293 std::function<void()> /* post_job */) in GenerateEpilogue()
/arkcompiler/runtime_core/runtime/tests/
Dstack_walker_test.cpp114 auto finalizer = [](void *) { in Run() argument