Home
last modified time | relevance | path

Searched defs:funcId (Results 1 – 5 of 5) 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_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.h61 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.cpp1676 StackMemPool &stackMp, MapleAllocator &allocator, uint32 funcId) in CGFunc()