Home
last modified time | relevance | path

Searched defs:finalizer (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DtryStatement.h39 … explicit TryStatement(BlockStatement *block, CatchClause *catchClause, BlockStatement *finalizer) in TryStatement()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DtryStatement.h41 …tement(BlockStatement *block, ArenaVector<CatchClause *> &&catchClauses, BlockStatement *finalizer, in TryStatement()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserStatements.cpp309 ir::BlockStatement *finalizer = nullptr; in ParseTryStatement() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_finalizable_weak_ref_test.cpp127 auto *finalizer = reinterpret_cast<TestEvent *>(arg); in Finalize() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator_test.cpp412 auto finalizer = [&graph]([[maybe_unused]] void *ptr) { in Generate() local
503 auto finalizer = [&graph]([[maybe_unused]] void *ptr) { in GenCast() local
1005 auto finalizer = [&graph]([[maybe_unused]] void *ptr) { DestroyIfNotNull(graph); }; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
Dets_reference_processor.cpp212 auto finalizer = finalizableWeakRef->ReleaseFinalizer(); in EnqueueFinalizer() local
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.cpp142 auto finalizer = [](const char *fileName) { in Run() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/
Dbouncing_peas_unit.cpp226 … [[maybe_unused]] long finalizer /*KNativePointer*/, in SkoalaImplManagedInvokeFinalizer()
Dbouncing_peas_unit_napi.cpp238 … [[maybe_unused]] ets_long finalizer /*KNativePointer*/, in SkoalaImplManagedInvokeFinalizer()