| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_parser.cpp | 62 auto *fn = mod.GetMemPool()->New<MIRFunction>(&mod, funcSt->GetStIdx()); in EnterUndeclaredFunction() local 252 MIRFunction *fn = paramCurrFuncForParseStmtBlock; in ParseStmtBlockForVar() local 323 MIRFunction *fn = paramCurrFuncForParseStmtBlock; in ParseStmtBlockForFrameSize() local 336 MIRFunction *fn = paramCurrFuncForParseStmtBlock; in ParseStmtBlockForUpformalSize() local 349 MIRFunction *fn = paramCurrFuncForParseStmtBlock; in ParseStmtBlockForModuleID() local 362 MIRFunction *fn = paramCurrFuncForParseStmtBlock; in ParseStmtBlockForFuncSize() local 376 MIRFunction *fn = paramCurrFuncForParseStmtBlock; in ParseStmtBlockForFuncID() local 389 MIRFunction *fn = paramCurrFuncForParseStmtBlock; in ParseStmtBlockForFormalWordsTypeTagged() local 401 MIRFunction *fn = paramCurrFuncForParseStmtBlock; in ParseStmtBlockForLocalWordsTypeTagged() local 413 MIRFunction *fn = paramCurrFuncForParseStmtBlock; in ParseStmtBlockForFormalWordsRefCounted() local [all …]
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | asmjit_test.cpp | 65 Func fn {nullptr}; in TEST_F() local 108 Func fn {nullptr}; in TEST_F() local 133 Func fn {nullptr}; in TEST_F() local 157 Func fn {nullptr}; in TEST_F() local 215 Func fn = (Func)ro_ptr; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | asmjit_test.cpp | 69 Func fn {nullptr}; in TEST_F() local 112 Func fn {nullptr}; in TEST_F() local 137 Func fn {nullptr}; in TEST_F() local 161 Func fn {nullptr}; in TEST_F() local 219 Func fn = reinterpret_cast<Func>(roPtr); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | es2panda.cpp | 47 SourceFile::SourceFile(std::string_view fn, std::string_view s) : filePath(fn), fileFolder(DirName(… in SourceFile() 49 SourceFile::SourceFile(std::string_view fn, std::string_view s, bool m) in SourceFile() 54 SourceFile::SourceFile(std::string_view fn, std::string_view s, std::string_view rp, bool m) in SourceFile()
|
| /arkcompiler/ets_runtime/test/moduletest/forawaitof/ |
| D | forawaitof.js | 25 async function fn() { function
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/samename/ |
| D | namespace.ts | 22 async function fn() { function
|
| /arkcompiler/runtime_core/compiler/tests/x86/ |
| D | asmjit_test.cpp | 41 Func fn {nullptr}; in TEST_F() local 84 Func fn {nullptr}; in TEST_F() local 142 Func fn = (Func)ro_ptr; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/x86/ |
| D | asmjit_test.cpp | 40 Func fn {nullptr}; in TEST_F() local 83 Func fn {nullptr}; in TEST_F() local 141 Func fn = (Func)ro_ptr; in TEST_F() local
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/initializer/ |
| D | forawaitof_2.js | 20 async function fn() { function
|
| D | forawaitof_1.ts | 22 async function fn() { function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/ |
| D | gtest_launcher.js | 30 globalThis.ASSERT_THROWS = function assertThrows(ctor, fn) { argument
|
| /arkcompiler/ets_runtime/test/aottest/for_await_of/ |
| D | for_await_of.js | 63 async function * fn() { generator
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-generic-tag-template-string-escape-error.ts | 16 function fn(strs: TemplateStringsArray, ...args: T[]) : T { function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/ |
| D | native_test_helper.h | 33 ets_method fn = env_->GetStaticp_method(cls, methodName.data(), nullptr); in CallEtsFuntion() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | test-tag-template-string-escape-error.js | 16 function fn(str, substitute) { function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/js_extend_ets/ |
| D | js_extend_ets.js | 58 fn() { method in ExtFooDerived
|
| /arkcompiler/ets_runtime/test/aottest/destructuring/ |
| D | destructuring.ts | 53 function fn() { function
|
| /arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/ |
| D | objectcloneproperties.js | 22 function fn(e) { function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/ |
| D | std_js_jsruntime.cpp | 197 void *CompilerJSCallCheckIntrinsic(void *fn) in CompilerJSCallCheckIntrinsic() 202 void *CompilerJSCallFunctionIntrinsic(void *obj, void *fn, uint32_t argc, void *args) in CompilerJSCallFunctionIntrinsic() 207 void CompilerJSCallVoidFunctionIntrinsic(void *obj, void *fn, uint32_t argc, void *args) in CompilerJSCallVoidFunctionIntrinsic() 212 void *CompilerJSNewInstanceIntrinsic(void *fn, uint32_t argc, void *args) in CompilerJSNewInstanceIntrinsic()
|
| /arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/ |
| D | objecthasownproperty.js | 28 function fn() { function
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | link.cpp | 71 auto const &fn = files[0]; in main() local
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/ |
| D | MainEditor.js | 41 onLoad(fn, result) { argument
|
| /arkcompiler/ets_runtime/test/moduletest/arktoolshavesamemap/ |
| D | arktoolshavesamemap.js | 28 function warmup(fn, num) { argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_array.cpp | 478 …rray::Sort(JSThread *thread, const JSHandle<JSTaggedValue> &obj, const JSHandle<JSTaggedValue> &fn) in Sort() 527 …lements(JSThread *thread, const JSHandle<TaggedArray> &elements, const JSHandle<JSTaggedValue> &fn) in SortElements() 541 … const JSHandle<JSTaggedValue> &fn, int64_t startIdx, int64_t endIdx) in SortElementsByMergeSort() 553 const JSHandle<JSTaggedValue> &fn, int64_t startIdx, in MergeSortedElements() 604 const JSHandle<JSTaggedValue> &fn) in SortElementsByInsertionSort() 639 const JSHandle<JSTaggedValue> &fn) in SortElementsByObject()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| D | rest_parameter_flag_test.cpp | 55 pandasm::Function *fn = GetFunction(functionName); in CheckRestParameterFlag() local 62 pandasm::Function *fn = GetFunction(functionName); in CheckNoRestParameterFlag() local 68 bool HasRestParameterFlag(pandasm::Function *fn) in HasRestParameterFlag()
|