Home
last modified time | relevance | path

Searched defs:func (Results 1 - 25 of 312) sorted by relevance

12345678910>>...13

/arkcompiler/ets_frontend/es2panda/test/compiler/js/objectExpression/
H A Dobject-define-property.js16 function func() { function
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Darray-literal-2.js20 function func(strs, ...nums) { function
/arkcompiler/ets_runtime/test/moduletest/newobjdynrange/
H A Dnewobjdynrange.js
/arkcompiler/toolchain/tooling/test/testcases/js/
H A Dbranch.js16 function func() { function
H A Dclosure_scope.js17 function func() { function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_optimize_common.h27 explicit AArch64InsnVisitor(CGFunc &func) : InsnVisitor(func) {} in AArch64InsnVisitor() argument
H A Daarch64_args.h27 explicit AArch64MoveRegArgs(CGFunc &func) : MoveRegArgs(func) in AArch64MoveRegArgs() argument
H A Daarch64_cfi_generator.h23 explicit AArch64GenCfi(CGFunc &func) : GenCfi(func) in AArch64GenCfi() argument
H A Daarch64_live.h24 AArch64LiveAnalysis(CGFunc &func, MemPool &memPool) : LiveAnalysis(func, memPool) {} in AArch64LiveAnalysis() argument
H A Daarch64_cfgo.h25 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 Daarch64_offset_adjust.h27 explicit AArch64FPLROffsetAdjustment(CGFunc &func) in AArch64FPLROffsetAdjustment() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_optimize_common.h27 explicit X64InsnVisitor(CGFunc &func) : InsnVisitor(func) {} in X64InsnVisitor() argument
H A Dx64_proepilog.h26 explicit X64GenProEpilog(CGFunc &func) : GenProEpilog(func) {} in X64GenProEpilog() argument
H A Dx64_live.h24 X64LiveAnalysis(CGFunc &func, MemPool &memPool) : LiveAnalysis(func, memPool) {} in X64LiveAnalysis() argument
H A Dx64_cfgo.h24 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 Djson_build_helpers.h26 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 DarrowFunctionExpression.h36 explicit ArrowFunctionExpression(ScriptFunction *const func) in ArrowFunctionExpression() argument
H A DfunctionExpression.h32 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 Dasm_emit.h24 explicit AsmFuncEmitInfo(CGFunc &func) : FuncEmitInfo(func) {} in AsmFuncEmitInfo() argument
H A Dlabel_creation.h26 explicit LabelCreation(CGFunc &func) : cgFunc(&func) {} in LabelCreation() argument
H A Dargs.h25 explicit MoveRegArgs(CGFunc &func) : cgFunc(&func) {} in MoveRegArgs() argument
H A Dcg_cfg.h23 explicit InsnVisitor(CGFunc &func) : cgFunc(&func) {} in InsnVisitor() argument
H A Doffset_adjust.h25 explicit FrameFinalize(CGFunc &func) : cgFunc(&func) {} in FrameFinalize() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_type_comptime_traits.h133 auto EtsPrimitiveTypeEnumToComptimeConstant(EtsType type, F &&func) in EtsPrimitiveTypeEnumToComptimeConstant() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DprogramElement.cpp41 void ProgramElement::SetFunction(pandasm::Function *func) in SetFunction() argument

Completed in 17 milliseconds

12345678910>>...13