Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/tests/strictmode/
Dstrictmode.test.ts58 let funcId = <ts.Identifier>(<ts.FunctionDeclaration>childNode).name; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cgfunc.h29 MapleAllocator &mallocator, uint32 funcId) in X64CGFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cg.cpp35 StackMemPool &stackMp, MapleAllocator &mallocator, uint32 funcId) in CreateCGFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cg.h149 MapleAllocator &mallocator, uint32 funcId) override in CreateCGFunc()
Daarch64_cgfunc.h52 MapleAllocator &mallocator, uint32 funcId) in AArch64CGFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp1617 StackMemPool &stackMp, MapleAllocator &allocator, uint32 funcId) in CGFunc()