Home
last modified time | relevance | path

Searched defs:funcId (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cgfunc.h29 MapleAllocator &mallocator, uint32 funcId) in X64CGFunc()
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_function_to_arrow.cpp126 static void SetParentRelations(es2panda_AstNode *funcDecl, es2panda_AstNode *funcId, es2panda_AstNo… in SetParentRelations()
139 auto *funcId = impl->CreateIdentifier(ctx); in CreateFunctionDeclaration() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cg.cpp33 StackMemPool &stackMp, MapleAllocator &mallocator, uint32 funcId) in CreateCGFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cg.h51 MapleAllocator &mallocator, uint32 funcId) override in CreateCGFunc()
Daarch64_cgfunc.h33 MapleAllocator &mallocator, uint32 funcId) in AArch64CGFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp534 StackMemPool &stackMp, MapleAllocator &allocator, uint32 funcId) in CGFunc()