| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | stack_walker-inl.h | 27 bool InvokeCallback(Func func, [[maybe_unused]] compiler::VRegInfo regInfo, VRegRef &vreg) in InvokeCallback() 45 bool StackWalker::IterateAllRegsForCFrame(Func func) in IterateAllRegsForCFrame() 68 bool StackWalker::IterateRegsForCFrameStatic(Func func) in IterateRegsForCFrameStatic() 102 bool StackWalker::IterateRegsForCFrameDynamic(Func func) in IterateRegsForCFrameDynamic() 135 bool StackWalker::IterateRegsForIFrameInternal(F frameHandler, Func func) in IterateRegsForIFrameInternal() 156 bool StackWalker::IterateRegsForIFrame(Func func) in IterateRegsForIFrame() 171 bool StackWalker::IterateRegs(Func func) in IterateRegs()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cfgo.h | 33 explicit ChainingPattern(CGFunc &func) : OptimizationPattern(func) in ChainingPattern() 54 explicit SequentialJumpPattern(CGFunc &func) : OptimizationPattern(func) in SequentialJumpPattern() 72 …explicit FlipBRPattern(CGFunc &func, LoopAnalysis &loop) : OptimizationPattern(func), loopInfo(loo… in FlipBRPattern() 103 explicit UnreachBBPattern(CGFunc &func) : OptimizationPattern(func) in UnreachBBPattern() 123 explicit DuplicateBBPattern(CGFunc &func) : OptimizationPattern(func) in DuplicateBBPattern() 139 explicit EmptyBBPattern(CGFunc &func) : OptimizationPattern(func) in EmptyBBPattern() 165 explicit CrossJumpBBPattern(CGFunc &func) : OptimizationPattern(func) in CrossJumpBBPattern() 200 …CFGOptimizer(CGFunc &func, MemPool &memPool, LoopAnalysis &loop) : Optimizer(func, memPool), loopI… in CFGOptimizer()
|
| D | ico.h | 24 IfConversionOptimizer(CGFunc &func, MemPool &memPool) : Optimizer(func, memPool) in IfConversionOptimizer() 35 explicit ICOPattern(CGFunc &func) : OptimizationPattern(func) in ICOPattern()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_ico.h | 26 …AArch64IfConversionOptimizer(CGFunc &func, MemPool &memPool) : IfConversionOptimizer(func, memPool… in AArch64IfConversionOptimizer() 34 explicit AArch64ICOPattern(CGFunc &func) : ICOPattern(func) {} in AArch64ICOPattern() 51 explicit AArch64ICOIfThenElsePattern(CGFunc &func) : AArch64ICOPattern(func) {} in AArch64ICOIfThenElsePattern() 91 explicit AArch64ICOMorePredsPattern(CGFunc &func) : AArch64ICOPattern(func) {} in AArch64ICOMorePredsPattern()
|
| D | aarch64_cfgo.h | 25 …AArch64CFGOptimizer(CGFunc &func, MemPool &memPool, LoopAnalysis &loop) : CFGOptimizer(func, memPo… in AArch64CFGOptimizer() 32 explicit AArch64FlipBRPattern(CGFunc &func, LoopAnalysis &loop) : FlipBRPattern(func, loop) {} in AArch64FlipBRPattern() 42 explicit AArch64CrossJumpBBPattern(CGFunc &func) : CrossJumpBBPattern(func) {} in AArch64CrossJumpBBPattern()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | bin_func_import.cpp | 42 void BinaryMplImport::ImportFuncIdInfo(MIRFunction *func) in ImportFuncIdInfo() 59 MIRSymbol *BinaryMplImport::ImportLocalSymbol(MIRFunction *func) in ImportLocalSymbol() 90 PregIdx BinaryMplImport::ImportPreg(MIRFunction *func) in ImportPreg() 111 LabelIdx BinaryMplImport::ImportLabel(MIRFunction *func) in ImportLabel() 140 void BinaryMplImport::ImportFormalsStIdx(MIRFunction *func) in ImportFormalsStIdx() 150 void BinaryMplImport::ImportAliasMap(MIRFunction *func) in ImportAliasMap() 174 void BinaryMplImport::ImportReturnValues(MIRFunction *func, CallReturnVector *retv) in ImportReturnValues()
|
| /arkcompiler/ets_runtime/test/moduletest/newobjdynrange/ |
| D | newobjdynrange.js | 35 function func() { function 36 func.prototype = "hello" class
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_cfgo.h | 24 …X64CFGOptimizer(CGFunc &func, MemPool &memPool, LoopAnalysis &loop) : CFGOptimizer(func, memPool, … in X64CFGOptimizer() 31 explicit X64FlipBRPattern(CGFunc &func, LoopAnalysis &loop) : FlipBRPattern(func, loop) {} in X64FlipBRPattern()
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | functionExpression.h | 32 …explicit FunctionExpression(ScriptFunction *const func) : Expression(AstNodeType::FUNCTION_EXPRESS… in FunctionExpression() 36 FunctionExpression(ir::Identifier *namedExpr, ScriptFunction *const func) in FunctionExpression()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test.h | 78 auto func = reinterpret_cast<FunctPtr>(ptr); in CallCode() local 122 auto func = reinterpret_cast<FunctPtr>(ptr); in CallCode() local 164 auto func = reinterpret_cast<FunctPtr>(ptr); in CallCode() local 202 auto func = reinterpret_cast<FunctPtr>(ptr); in CallCode() local 240 auto func = reinterpret_cast<FunctPtr>(ptr); in CallCodeStore() local 253 auto func = reinterpret_cast<FunctPtr>(ptr); in CallCodeCall() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test.h | 86 auto func = reinterpret_cast<FunctPtr>(ptr); in CallCode() local 130 auto func = reinterpret_cast<FunctPtr>(ptr); in CallCode() local 172 auto func = reinterpret_cast<FunctPtr>(ptr); in CallCode() local 210 auto func = reinterpret_cast<FunctPtr>(ptr); in CallCode() local 248 auto func = reinterpret_cast<FunctPtr>(ptr); in CallCodeStore() local 261 auto func = reinterpret_cast<FunctPtr>(ptr); in CallCodeCall() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter.cpp | 38 JSThread *thread, JSTaggedType func, JSTaggedType thisObj, JSTaggedType newTarget, in NewRuntimeCallInfoBase() 69 JSThread *thread, JSTaggedValue func, JSTaggedValue thisObj, JSTaggedValue newTarget, in NewRuntimeCallInfo() 77 JSThread *thread, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisObj, in NewRuntimeCallInfo() 87 JSTaggedValue func = info->GetFunctionValue(); in ReBuildRuntimeCallInfo() local
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/ |
| D | functionCall_3.ts | 17 function func(a : number) : void { } function
|
| D | functionCall_9.ts | 17 function func(a: number, b: string, c?: number[]) { function
|
| D | functionCall_4.ts | 17 function func(a: number) : number { function
|
| D | functionCall_8.ts | 17 function func(a?: number, ...c: string[]) { function
|
| D | functionCall_6.ts | 17 function func(...a: string) { function
|
| D | functionCall_15.ts | 17 var func: { (a: number, ...c): boolean, (a: any, b: string[], ...c: number[]): string, (a: number, … variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | functionCall_4.ts | 17 function func(a: number) : number { function
|
| D | functionCall_5.ts | 17 function func(a: number, b: string, ...c) { function
|
| D | functionCall_7.ts | 17 function func(...a: string[]) { function
|
| D | functionCall_11.ts | 17 var func: { (a: number, b: string): number, (a: string, b?: number): string }; variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-function-generic.ts | 17 function func<T> (a : T) { function
|
| D | test_instantiation_expressions7.ts | 17 function func<T>() {} function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/expressions/ |
| D | ts-test-instantiation-expressions-5.ts | 16 function func<T>() { function
|