| /arkcompiler/ets_frontend/es2panda/test/compiler/js/objectExpression/ |
| H A D | object-define-property.js | 16 function func() { function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| H A D | array-literal-2.js | 20 function func(strs, ...nums) { function
|
| /arkcompiler/ets_runtime/test/moduletest/newobjdynrange/ |
| H A D | newobjdynrange.js | |
| /arkcompiler/toolchain/tooling/test/testcases/js/ |
| H A D | branch.js | 16 function func() { function
|
| H A D | closure_scope.js | 17 function func() { function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| H A D | aarch64_optimize_common.h | 27 explicit AArch64InsnVisitor(CGFunc &func) : InsnVisitor(func) {} in AArch64InsnVisitor() argument
|
| H A D | aarch64_args.h | 27 explicit AArch64MoveRegArgs(CGFunc &func) : MoveRegArgs(func) in AArch64MoveRegArgs() argument
|
| H A D | aarch64_cfi_generator.h | 23 explicit AArch64GenCfi(CGFunc &func) : GenCfi(func) in AArch64GenCfi() argument
|
| H A D | aarch64_live.h | 24 AArch64LiveAnalysis(CGFunc &func, MemPool &memPool) : LiveAnalysis(func, memPool) {} in AArch64LiveAnalysis() argument
|
| H A D | aarch64_cfgo.h | 25 AArch64CFGOptimizer(CGFunc &func, MemPool &memPool, LoopAnalysis &loop) : CFGOptimizer(func, memPool, loop) {} in AArch64CFGOptimizer() argument 32 explicit AArch64FlipBRPattern(CGFunc &func, LoopAnalysis &loop) : FlipBRPattern(func, loop) {} in AArch64FlipBRPattern() argument
|
| H A D | aarch64_offset_adjust.h | 27 explicit AArch64FPLROffsetAdjustment(CGFunc &func) in AArch64FPLROffsetAdjustment() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| H A D | x64_optimize_common.h | 27 explicit X64InsnVisitor(CGFunc &func) : InsnVisitor(func) {} in X64InsnVisitor() argument
|
| H A D | x64_proepilog.h | 26 explicit X64GenProEpilog(CGFunc &func) : GenProEpilog(func) {} in X64GenProEpilog() argument
|
| H A D | x64_live.h | 24 X64LiveAnalysis(CGFunc &func, MemPool &memPool) : LiveAnalysis(func, memPool) {} in X64LiveAnalysis() argument
|
| H A D | x64_cfgo.h | 24 X64CFGOptimizer(CGFunc &func, MemPool &memPool, LoopAnalysis &loop) : CFGOptimizer(func, memPool, loop) {} in X64CFGOptimizer() argument 31 explicit X64FlipBRPattern(CGFunc &func, LoopAnalysis &loop) : FlipBRPattern(func, loop) {} in X64FlipBRPattern() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| H A D | json_build_helpers.h | 26 void AddElement(std::function<void(JsonArrayBuilder &)> &func, T value) in AddElement() argument 35 void AddProperty(std::function<void(JsonObjectBuilder &)> &func, const char *key, T value) in AddProperty() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | arrowFunctionExpression.h | 36 explicit ArrowFunctionExpression(ScriptFunction *const func) in ArrowFunctionExpression() argument
|
| H A D | functionExpression.h | 32 explicit FunctionExpression(ScriptFunction *const func) : Expression(AstNodeType::FUNCTION_EXPRESSION), func_(func) in FunctionExpression() argument 36 FunctionExpression(ir::Identifier *namedExpr, ScriptFunction *const func) in FunctionExpression() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | asm_emit.h | 24 explicit AsmFuncEmitInfo(CGFunc &func) : FuncEmitInfo(func) {} in AsmFuncEmitInfo() argument
|
| H A D | label_creation.h | 26 explicit LabelCreation(CGFunc &func) : cgFunc(&func) {} in LabelCreation() argument
|
| H A D | args.h | 25 explicit MoveRegArgs(CGFunc &func) : cgFunc(&func) {} in MoveRegArgs() argument
|
| H A D | cg_cfg.h | 23 explicit InsnVisitor(CGFunc &func) : cgFunc(&func) {} in InsnVisitor() argument
|
| H A D | offset_adjust.h | 25 explicit FrameFinalize(CGFunc &func) : cgFunc(&func) {} in FrameFinalize() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_type_comptime_traits.h | 133 auto EtsPrimitiveTypeEnumToComptimeConstant(EtsType type, F &&func) in EtsPrimitiveTypeEnumToComptimeConstant() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | programElement.cpp | 41 void ProgramElement::SetFunction(pandasm::Function *func) in SetFunction() argument
|