Home
last modified time | relevance | path

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

123

/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/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/ets2panda/linter/test_rules/
Drule27.ts20 function fn(i: I) { function
Drule15.ts22 function fn(ctor: SomeConstructor) { function
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/
Drule27.ts20 function fn(i: I) { function
Drule15.ts22 function fn(ctor: SomeConstructor) { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dgtest_launcher.js30 globalThis.ASSERT_THROWS = function ASSERT_THROWS(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/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp261 void *CompilerJSCallCheckIntrinsic(void *fn) in CompilerJSCallCheckIntrinsic()
266 void *CompilerJSCallFunctionIntrinsic(void *obj, void *fn, uint32_t argc, void *args) in CompilerJSCallFunctionIntrinsic()
271 void CompilerJSCallVoidFunctionIntrinsic(void *obj, void *fn, uint32_t argc, void *args) in CompilerJSCallVoidFunctionIntrinsic()
276 void *CompilerJSNewInstanceIntrinsic(void *fn, uint32_t argc, void *args) in CompilerJSNewInstanceIntrinsic()
/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/native/
Dnative_test_helper.h33 ets_method fn = env_->GetStaticp_method(cls, methodName.data(), nullptr); in CallEtsFuntion() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/js_extend_ets/
Djs_extend_ets.js50 fn() { return "fn_extderived"; } method in ExtFooDerived
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dfunction_overload.ts28 function fn(x: string): string; function
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dfunction_overload.ts28 function fn(x: string): string; function
/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
Dobjectcloneproperties.js22 function fn(e) { function
/arkcompiler/ets_runtime/test/moduletest/objecthasownproperty/
Dobjecthasownproperty.js28 function fn() { function
/arkcompiler/runtime_core/static_core/static_linker/
Dlink.cpp73 auto const &fn = files[0]; in main() local
/arkcompiler/ets_runtime/tools/circuit_viewer/src/
DMainEditor.js41 onLoad(fn, result) { argument
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp395 auto fn = [&node, &typeIndex, this](const util::StringView &name) { in GetTypeIndexFromClassDefinition() local
419 auto fn = [&node, &typeIndex, this](const util::StringView &name) { in GetTypeIndexFromInterfaceNode() local
439 auto fn = [&node, &typeIndex, this](const util::StringView &name) { in GetTypeIndexFromFunctionNode() local
705 auto fn = [&node, &typeIndex, this](const util::StringView &name) { in HandleFunctionDeclaration() local
729 auto fn = [&node, &typeIndex, &classDef, this](const util::StringView &name) { in HandleClassDeclaration() local
753 auto fn = [&node, &typeIndex, &interfaceDef, this](const util::StringView &name) { in HandleInterfaceDeclaration() local
1050 auto fn = [&findRes](binder::Variable *variable) { in GetVariablesFromNamespace() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp96 PandasmMethodCreator fn {prefix + method->GetName(), ctx}; in CreateCopiedMethod() local
403 static void AddLambdaParamInst(pandasm::Function &fn, TypeCreatorCtx *ctx) in AddLambdaParamInst()
438 auto &fn = m->GetFn(); in TypeAPITypeCreatorCtxMethodAddBodyFromErasedLambda() local
480 auto &fn = m->GetFn(); in TypeAPITypeCreatorCtxMethodAddBodyDefault() local
540 auto fn = ctx->Alloc<LambdaTypeCreator>(ctx); in TypeAPITypeCreatorCtxLambdaTypeCreate() local

123