Home
last modified time | relevance | path

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

/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/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/ets_runtime/test/moduletest/objectcloneproperties/
Dobjectcloneproperties.js22 function fn(e) { function
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp341 auto fn = [&node, &typeIndex, this](const util::StringView &name) { in GetTypeIndexFromClassDefinition() local
367 auto fn = [&node, &typeIndex, this](const util::StringView &name) { in GetTypeIndexFromInterfaceNode() local
551 auto fn = [&node, &typeIndex, this](const util::StringView &name) { in HandleFunctionDeclaration() local
575 auto fn = [&node, &typeIndex, &classDef, this](const util::StringView &name) { in HandleClassDeclaration() local
599 auto fn = [&node, &typeIndex, &interfaceDef, this](const util::StringView &name) { in HandleInterfaceDeclaration() local
DtypeRecorder.cpp312 auto fn = [](const auto &map) { in Dump() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.cpp153 for (LLVMValueRef fn = LLVMGetFirstFunction(module_); fn; fn = LLVMGetNextFunction(fn)) { in BuildAndRunPasses() local
262 kungfu::CalleeRegAndOffsetVec LLVMAssembler::GetCalleeReg2Offset(LLVMValueRef fn, const CompilerLog… in GetCalleeReg2Offset()
283 int LLVMAssembler::GetFpDeltaPrevFramSp(LLVMValueRef fn, const CompilerLog &log) in GetFpDeltaPrevFramSp()
Dllvm_ir_builder.cpp372 auto fn = LLVMGetNamedFunction(module, "llvm.frameaddress.p0i8"); in CallingFp() local
389 auto fn = LLVMGetNamedFunction(module, "llvm.read_register.i64"); in ReadRegister() local
1898 auto fn = LLVMGetNamedFunction(module, "llvm.experimental.deoptimize.p1i64"); in GetExperimentalDeopt() local
/arkcompiler/runtime_core/runtime/tests/
Dbitmap_test_base.h59 static void RunTest(TestFn &&fn) in RunTest()
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Dcallee_info_test.js44 function fn(x, y) { function
/arkcompiler/runtime_core/runtime/include/
Dclass_linker_extension.h182 void RegisterContext(const ContextGetterFn &fn) in RegisterContext()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp132 auto fn = reinterpret_cast<JSTaggedValue (*)(uintptr_t, int64_t, int64_t)>( in HWTEST_F_L0() local
175 auto fn = reinterpret_cast<JSTaggedValue (*)(uintptr_t, int64_t, int64_t)>( in HWTEST_F_L0() local
214 auto fn = reinterpret_cast<JSTaggedValue (*)(uintptr_t, int64_t, int64_t)>( in HWTEST_F_L0() local
271 auto fn = reinterpret_cast<JSTaggedValue (*)(uintptr_t, int64_t, int64_t)>( in HWTEST_F_L0() local
322 auto fn = reinterpret_cast<JSTaggedValue (*)(uintptr_t, int64_t, int64_t)>( in HWTEST_F_L0() local
586 auto fn = LLVMGetNamedFunction(module, "llvm.frameaddress.p0i8"); in CallingFp() local
890 auto fn = reinterpret_cast<JSTaggedValue (*)(uintptr_t, int64_t, int64_t)>( in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp47 JSHandle<JSTaggedValue> fn = globalConst->GetHandledUndefined(); in ModuleNamespaceCreate() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.h137 JSTaggedValue fn = tree->GetCompare(); in EntryCompare() local
181 inline void SetCompare(const JSThread *thread, JSTaggedValue fn) in SetCompare()
Djs_array.cpp384 …d JSArray::Sort(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &fn) in Sort()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp60 const std::string fn = "SRC.pa"; // test file name : "SRC.pa" in CreateJSPandaFile() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property