Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 25 of 64) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_parser.cpp62 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/
Dasmjit_test.cpp65 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/
Dasmjit_test.cpp69 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/
Des2panda.cpp47 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/
Dforawaitof.js25 async function fn() { function
/arkcompiler/ets_frontend/arkguard/test/grammar/samename/
Dnamespace.ts22 async function fn() { function
/arkcompiler/runtime_core/compiler/tests/x86/
Dasmjit_test.cpp41 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/
Dasmjit_test.cpp40 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/
Dforawaitof_2.js20 async function fn() { function
Dforawaitof_1.ts22 async function fn() { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dgtest_launcher.js30 globalThis.ASSERT_THROWS = function assertThrows(ctor, fn) { argument
/arkcompiler/ets_runtime/test/aottest/for_await_of/
Dfor_await_of.js63 async function * fn() { generator
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-generic-tag-template-string-escape-error.ts16 function fn(strs: TemplateStringsArray, ...args: T[]) : T { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/
Dnative_test_helper.h33 ets_method fn = env_->GetStaticp_method(cls, methodName.data(), nullptr); in CallEtsFuntion() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dtest-tag-template-string-escape-error.js16 function fn(str, substitute) { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/js_extend_ets/
Djs_extend_ets.js58 fn() { method in ExtFooDerived
/arkcompiler/ets_runtime/test/aottest/destructuring/
Ddestructuring.ts53 function fn() { function
/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
Dobjectcloneproperties.js22 function fn(e) { function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp197 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/
Dobjecthasownproperty.js28 function fn() { function
/arkcompiler/runtime_core/static_core/static_linker/
Dlink.cpp71 auto const &fn = files[0]; in main() local
/arkcompiler/ets_runtime/tools/circuit_viewer/src/
DMainEditor.js41 onLoad(fn, result) { argument
/arkcompiler/ets_runtime/test/moduletest/arktoolshavesamemap/
Darktoolshavesamemap.js28 function warmup(fn, num) { argument
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp478 …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()
541const 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/
Drest_parameter_flag_test.cpp55 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()

123