Home
last modified time | relevance | path

Searched full:so (Results 1 – 25 of 880) sorted by relevance

12345678910>>...36

/arkcompiler/runtime_core/static_core/scripts/sdk/
Dlinux_host_tools.txt6 lib/libarkaotmanager.so
7 lib/libarkassembler.so
8 lib/libarkbase.so
9 lib/libarkbytecodeopt.so
10 lib/libarkcompiler.so
11 lib/libarkdisassembler.so
12 lib/libarkfile.so
13 lib/libarklinker.so
14 lib/libarkruntime.so
15 lib/libarktarget_options.so
[all …]
Dlinux_arm64_host_tools.txt6 lib/libarkaotmanager.so
7 lib/libarkassembler.so
8 lib/libarkbase.so
9 lib/libarkbytecodeopt.so
10 lib/libarkcompiler.so
11 lib/libarkdisassembler.so
12 lib/libarkfile.so
13 lib/libarklinker.so
14 lib/libarkruntime.so
15 lib/libetsnative.so
[all …]
Dohos_arm64.txt3 lib/libarkaotmanager.so
4 lib/libarkassembler.so
5 lib/libarkbase.so
6 lib/libarkbytecodeopt.so
7 lib/libarkcompiler.so
8 lib/libarkdisassembler.so
9 lib/libarkfile.so
10 lib/libarkruntime.so
11 lib/libetsnative.so
13 lib/libarktarget_options.so
[all …]
Dtest2_file_list_expected.txt17 build-sdk/sdk/linux_arm64_host_tools/lib/libarkaotmanager.so
18 build-sdk/sdk/linux_arm64_host_tools/lib/libarkassembler.so
19 build-sdk/sdk/linux_arm64_host_tools/lib/libarkbase.so
20 build-sdk/sdk/linux_arm64_host_tools/lib/libarkbytecodeopt.so
21 build-sdk/sdk/linux_arm64_host_tools/lib/libarkcompiler.so
22 build-sdk/sdk/linux_arm64_host_tools/lib/libarkdisassembler.so
23 build-sdk/sdk/linux_arm64_host_tools/lib/libarkfile.so
24 build-sdk/sdk/linux_arm64_host_tools/lib/libarklinker.so
25 build-sdk/sdk/linux_arm64_host_tools/lib/libarkruntime.so
26 build-sdk/sdk/linux_arm64_host_tools/lib/libarkziparchive.so
[all …]
/arkcompiler/ets_runtime/test/resource/js_runtime/
Dohos_test.xml18 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
23 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
28 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
33 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
38 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
43 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
48 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
53 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
58 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
63 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
[all …]
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/tools/
Dnark.py53 '{src} -shared -o {so} -fpic'
79 so = native_dir.joinpath(f'lib{src.name}').with_suffix('.so')
81 self.cmd.format(src=src, so=so),
87 BuildResult('gcc', self.sh.get_filesize(so), res.tm, res.rss))
88 bu.binaries.append(so)
/arkcompiler/toolchain/build/toolchain/linux/
DBUILD.gn21 shlib_extension = ".so"
30 shlib_extension = ".so"
71 shlib_extension = ".so"
94 shlib_extension = ".so"
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
Dgc_worker.cpp62 …// If GC runs in place or Task manager is used for GC, so no need create separate internal GC work… in CreateAndStartWorker()
89 // Internal GC thread was not created, so just return in FinalizeAndDestroyWorker()
113 …// Task manager does not know anything about panda threads, so set gc thread as current thread dur… in GCTaskRunner()
116 // If GC was not started then task should not be run, so delay the task execution in GCTaskRunner()
120 // already held the mutex, so TryLock fails and task running cancels in GCTaskRunner()
121 // So unlock the mutex before adding task in GCTaskRunner()
131 // If gc tasks queue has a task, so need to create Task for TaskManager to process it in GCTaskRunner()
150 // 0 means full gc bombing is not used, so just return task from local queue in GetTask()
/arkcompiler/runtime_core/static_core/platforms/ohos/standalone/
Dohos_device_helpers.cpp24 auto libHandle = os::library_loader::Load("libbegetutil.z.so"); in GetHardwareModelString()
26 LOG(ERROR, COMMON) << "Failed to load libbegetutil.z.so"; in GetHardwareModelString()
32 LOG(ERROR, COMMON) << "Failed to locate GetHardwareModel symbol in libbegetutil.z.so"; in GetHardwareModelString()
/arkcompiler/toolchain/build/toolchain/
Dtoolchain.gni59 dylib_extension = ".dylib.so"
63 shlib_extension = ".z.so"
67 shlib_extension = ".so"
84 # template instantiation inside a toolchain definition, so some boilerplate
Dconcurrent_links.gni16 # in the context of the default_toolchain, so we can at least check for that.
27 # available, so we call out to a script to get the right value.
47 # make heavier use of ProGuard, and so should not be raised. Sanitizers also
/arkcompiler/runtime_core/static_core/plugins/ets/doc/interop_js/
D8_arkts_std_library.rst19 …rary) or implements an interface and intercepts all the defined operations so everything is redire…
21 - ArkTS 2.0 Mimic-instance wraps the JS original object so it can be used as the 2.0 type
80 …ltin array and has different layout from an Array which is a stdlib class, so interop rules for th…
81 …orks with JS Array as if the original ArkTs array was passed by reference, so modifying the JS arr…
106 …y [] is passed through interop to JS, the elements passed to the JS Array, so modifying the JS arr…
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dlib_helpers.inl16 // defined in libm.so, fmodf function from math.h
18 // defined in libm.so, fmod function from math.h
/arkcompiler/jsvm/
Dcopy_v8.sh18 …-u ${SCRIPT_PATCH}/../../third_party/node/deps/v8/libv8_shared.so ${TARGET_GEN_DIR}/libv8_shared.so
DBUILD.gn25 "$target_gen_dir/libv8_shared.so",
58 source = "$target_gen_dir/libv8_shared.so"
59 output = "libv8_shared.so"
219 output_extension = "so"
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dlib_helpers.inl15 // defined in libm.so, fmodf function from math.h
17 // defined in libm.so, fmod function from math.h
/arkcompiler/runtime_core/libabckit/scripts/
Dself-check.sh99 if [ -f /etc/ld.so.preload ]; then
100 echo "/etc/ld.so.preload detected! Trying to manually specify LD_PRELOAD"
101 export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.6
135 ./arkcompiler/runtime_core/libabckit.so
139 --instr-profile=./abckit.profdata ./arkcompiler/runtime_core/libabckit.so |
148 --instr-profile=./abckit.profdata ./arkcompiler/runtime_core/libabckit.so |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_call_conv.h65 uint32 nextGeneralRegNO = 0; /* number of integer parameters processed so far */
66 uint32 nextFloatRegNO = 0; /* number of float parameters processed so far */
108 int32 nextGeneralRegNO = 0; /* number of integer parameters processed so far */
109 uint32 nextFloatRegNO = 0; /* number of float parameters processed so far */
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/implicit_package_import/package_test_4/
Dpackage_module_2.sts21 // this file is being imported by another one, so compile it with "--ets-module". This causes
22 // that 'package_module_1.ets' won't be part of this compilation unit (so no error on import
/arkcompiler/runtime_core/static_core/compiler/docs/
Dplt.md9 During code generation so-called `SlowPath` code is created, and we put it into a special cold code…
10 …erated for each place it is called, and as it contains saving registers and setting up of so-called
18 or `class Id`. So, in order to reduce code size in AOT mode, more tricky solution with PLT Resolver…
28 During calls, first parameter is always a callee `Method pointer`, so the trick from previous parag…
56 value in `x0`, so it may load `ldr x1, [x0, #48]` to get `method Id` from `FirstSlot`.
57 Caller `Method pointer` could be extracted (into `x0`) directly from Caller's CFrame, so,
160 `PLT Class Resolver` receives `x16` addressing `ThirdSlot`, so it loads `class Id` from `FirstSlot`…
181 on stack, so we load it into temporary (we need it for `BoundaryFrame`), and push `rbp` to the stac…
217 Registers are loaded in the same manner they were saved. So, in CallStatic we have to adjust stack …
/arkcompiler/runtime_core/compiler/docs/
Dplt.md9 During code generation so-called `SlowPath` code is created, and we put it into a special cold code…
10 …erated for each place it is called, and as it contains saving registers and setting up of so-called
18 or `class Id`. So, in order to reduce code size in AOT mode, more tricky solution with PLT Resolver…
28 During calls, first parameter is always a callee `Method pointer`, so the trick from previous parag…
56 value in `x0`, so it may load `ldr x1, [x0, #48]` to get `method Id` from `FirstSlot`.
57 Caller `Method pointer` could be extracted (into `x0`) directly from Caller's CFrame, so,
160 `PLT Class Resolver` receives `x16` addressing `ThirdSlot`, so it loads `class Id` from `FirstSlot`…
181 on stack, so we load it into temporary (we need it for `BoundaryFrame`), and push `rbp` to the stac…
217 Registers are loaded in the same manner they were saved. So, in CallStatic we have to adjust stack …
/arkcompiler/toolchain/tooling/test/testcases/
Djs_stepout_switch_test.h49 {SocketAction::SEND, "so"}, in JsStepoutSwitchTest()
54 {SocketAction::SEND, "so"}, in JsStepoutSwitchTest()
59 {SocketAction::SEND, "so"}, in JsStepoutSwitchTest()
64 {SocketAction::SEND, "so"}, in JsStepoutSwitchTest()
69 {SocketAction::SEND, "so"}, in JsStepoutSwitchTest()
/arkcompiler/runtime_core/static_core/libllvmbackend/cmake/
DLLVM.cmake35 set(LLVM_COPY_NAME "libLLVM-${LLVM_VERSION_MAJOR}.so")
36 add_custom_target(copy-libLLVM.so
/arkcompiler/ets_runtime/tools/ap_file_viewer/
Dbuild.py31 "out/sdk/clang_x64/thirdparty/icu/libhmicui18n.so",
32 "out/sdk/clang_x64/thirdparty/icu/libhmicuuc.so",
33 "out/sdk/clang_x64/arkcompiler/ets_runtime/libprofDumpJson.so",
/arkcompiler/toolchain/build/config/aosp/
Dconfig.gni30 # Using a separate declare_args block for only these arguments, so that
83 # Location of libgcc. This is only needed for the current GN toolchain, so we
91 …_ndk_root/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/30/liblog.so"

12345678910>>...36