Home
last modified time | relevance | path

Searched full:then (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/arkcompiler/runtime_core/scripts/
Dinstall-deps-ubuntu24 then
69 then
90 if [[ ! -f "$fname" ]] ; then
128 if [[ $FLAG_ARG == "dev" ]] ; then
129 if [[ $INSTALL_ARM_DEV == "yes" ]] ; then
136 if [[ $FLAG_ARG == "x86" ]] ; then
139 if [[ $FLAG_ARG == "arm-all" ]] ; then
142 if [[ $FLAG_ARG == "windows" ]] ; then
145 if [[ $FLAG_ARG == "arm-dev" ]] ; then
146 if [[ $INSTALL_DEV == "yes" ]] ; then
[all …]
Drun-check-concurrency-format.sh23 if [[ "$FILE" == *"libpandabase/os"* ]]; then
28 if [[ "$FILE" == *"libopenjdkpandavm/"* ]]; then
33 if [[ "$FILE" == *"runtime/tests"* ]]; then
38 if [[ "$FILE" == *"runtime/profilesaver"* ]]; then
43 if [[ "$FILE" == *"runtime/methodtrace/trace"* ]]; then
48 if [[ "$FILE" == *"java/runtime/java_signal_catcher.cpp"* ]]; then
53 if [[ "$FILE" == *"compiler/optimizer/code_generator/disassembly.cpp"* ]]; then
59 if grep ${pattern} ${FILE}; then
Dinstall-third-party72 if [[ ! -d "$patch_dir" ]] ; then
95 if [[ "$component" == "" || "$component" =~ ^# ]] ; then
109 if [[ "$commit_type" == "branch" || "$commit_type" == "tag" ]] ; then
111 elif [[ "$commit_type" == "commit" ]] ; then
121 if [[ "$patch_mode" == "with_patches" ]] ; then
123 elif [[ "$patch_mode" != "no_patches" ]] ; then
128 if [[ "$submodule_mode" =~ ^with_submodules: ]] ; then
138 elif [[ "$submodule_mode" != "no_submodules" ]] ; then
146 if [[ "$ARK_THIRD_PARTY_FORCE_CLONE" == "yes" ]] ; then
150 if [[ -d "$ARK_THIRD_PARTY_DIR" ]] ; then
[all …]
Dinstall-deps-qemu68 if [[ $(id -u) -ne 0 ]] ; then
76 if [ ! -f /etc/os-release ]; then
82 if [[ "$NAME" != "Ubuntu" ]]; then
117 if [[ ! -f "$lname" ]]; then
156 if [[ "$qemu_installed_version" == "" ]]; then
164 if [[ "$qemu_installed_version" == "$qemu_expected_version" ]]; then
169 if [[ "$qemu_installed_version" == "" ]]; then
Dtrace_enable.sh80 if [ $(id -u) != 0 ] ; then
85 if [ -z "$OUTPUT" ] || [ ! -z "$4" ]; then
92 if [ -z "$2" ]; then
99 if [ -z "$3" ]; then
/arkcompiler/ets_frontend/test262/
DdynamicImport_tests.txt198 nested-while-import-then-eval-gtbndng-indirect-update-dflt.js
202 nested-function-import-then-is-call-expression-square-brackets.js
203 nested-else-import-then-returns-thenable.js
205 nested-block-import-then-is-call-expression-square-brackets.js
212 nested-arrow-import-then-eval-gtbndng-indirect-update.js
217 nested-block-import-then-eval-gtbndng-indirect-update.js
218 nested-arrow-import-then-eval-gtbndng-indirect-update-dflt.js
219 top-level-import-then-returns-thenable.js
224 nested-while-import-then-is-call-expression-square-brackets.js
225 nested-if-import-then-is-call-expression-square-brackets.js
[all …]
/arkcompiler/runtime_core/compiler/tools/
Dbenchmark_coverage.sh38 if [ "$BUILD_PANDA" = true ]; then
45 if [ "$TARGET_ARCH" = arm64 ]; then
47 elif [ "$TARGET_ARCH" = arm ]; then
49 elif [ "$TARGET_ARCH" = x86_64 ]; then
57 if [ "$PAOC_MODE" = aot ]; then
59 elif [ "$PAOC_MODE" = jit ]; then
61 elif [ "$PAOC_MODE" = osr ]; then
97 if [ "${status}" -ne 0 ]; then
103 if (! echo "$line" | grep -q "FUNCS") || (echo "$line" | grep -q "$name"); then
105 … (! echo "$line" | grep -q "ARM64\|ARM32\|X86_64") || (echo "$line" | grep -q "$TARGET_NAME"); then
[all …]
Dir_builder_coverage.sh32 if [ "$BUILD_PANDA" = true ]; then
65 if $(grep "TEST_F(IrBuilderTest, $1)" $IR_BUILDER_TESTS 1>/dev/null); then
69 then
72 elif $(grep "TEST_F(IrBuilderTest, DISABLED_$1)" $IR_BUILDER_TESTS 1>/dev/null); then
86 if [ $indent -eq 0 ] ; then
90 if [ "$inst_status" == 1 ] ; then
91 if [ "$coverage" == 1 ] ; then
/arkcompiler/runtime_core/tests/cts-assembly/
Darrays-08.pa20 # If element size is smaller then 32 bits, it will be zero or sign extended (depending on byt…
26 # if vs == null then
29 # if acc < 0 || acc >= len(vs) then
32 # if op == fldarr.32 then
34 # else if op == ldarr.8 then
36 # else if op == ldarru.8 then
38 # else if op == ldarr.16 then
40 # else if op == ldarru.16 then
Darrays-07.pa20 # If element size is smaller then 32 bits, it will be zero or sign extended (depending on byt…
26 # if vs == null then
29 # if acc < 0 || acc >= len(vs) then
32 # if op == fldarr.32 then
34 # else if op == ldarr.8 then
36 # else if op == ldarru.8 then
38 # else if op == ldarr.16 then
40 # else if op == ldarru.16 then
/arkcompiler/ets_runtime/test/moduletest/dynamicimport/
Ddynamicimport.js27 import(objA).then(animalA => {
30 }).then().catch();
37 f().then().catch();
40 import("./C.js").then(m => {
42 }).then();
47 }).then();
/arkcompiler/runtime_core/docs/diagrams/
Dgc-thread-activity.puactivity20 if (gc_stop_flag) then (yes)
23 if (GCTaskQueue not empty) then (yes)
25 if (task is Full GC) then (yes)
27 elseif (task is Major GC) then (yes)
30 if (GCTaskQueue contains minor GC) then(yes)
Dgc-mark.puactivity23 if (object is in collected space) then(Yes)
24 if (The object is a Reference object in the same generation space with reference) then(Yes)
25 if (the referent object is marked) then(Yes)
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download.sh81 if [ "X${SKIP_SSL}" == "XYES" ];then
87 if [ "X${HELP}" == "XYES" ];then
93 if [ ! -z "$TOOL_REPO" ];then
99 if [ ! -z "$NPM_REGISTRY" ];then
105 if [ ! -z "$TRUSTED_HOST" ];then
107 elif [ ! -z "$PYPI_URL" ];then
114 if [ ! -z "$PYPI_URL" ];then
120 if [ $UID -ne 0 ]; then
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md5 …rom a slot associated with a string and checks if that value is valid pointer. If it's not then the
19 If the condition is met then the compiler reserves a unique PLT-slot (with type `STRING_SLOT`) for …
35then each resolution attempt will increment value inside the slot until it either get replaced wit…
37 - if PLT-slot's value is already a pointer then the resolved string gets returned;
38 - if amount of already filled PLT-slots is above `--resolve-string-aot-threshold` then the resolved…
40 - if PLT-slot's value is below `--aot-string-gc-roots-limit` then slot's value is incremented and t…
42 - if PLT-slot's value is above `--aot-string-gc-roots-limit` then slot's value is replaced by strin…
/arkcompiler/toolchain/build/compile_script/
Dgen.sh25 if [[ "${source_root_dir}x" == "x" ]]; then
53 then
57 then
63 then
67 then
71 then
76 then
/arkcompiler/ets_runtime/test/aottest/dynamicimport/
Ddynamicimport.js28 import(objA).then(animalA => {
31 }).then().catch();
39 f().then().catch();
/arkcompiler/runtime_core/runtime/bridge/arch/amd64/
Dhandle_call_v4_imm4_id16_amd64.S39 // pass Reg, then Acc
41 // load frame.nregs and then calculate the mirror vreg offset
58 .Lshort_acc_1: // pass Acc, then Reg
68 // load frame.nregs and then calculate the mirror vreg offset
/arkcompiler/runtime_core/bytecode_optimizer/tools/
Doptimizer_coverage.sh33 if test -f "$PANDA_BINARY_ROOT/bin-gtests/bytecodeopt_unit_tests_java"; then
36 if test -f "$PANDA_BINARY_ROOT/bin-gtests/bytecodeopt_unit_tests_ecma"; then
41 if [ -x "$(command -v gcovr)" ]; then
/arkcompiler/ets_runtime/test/moduletest/asyncgenerator/
Dasyncgeneratoryieldstar.js33 then() {
55 iter.next().then(() => {
59 iter.next().then(({ done, value }) => {
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompile_llvm_lib.sh28 if [ ! -d "${BASE_HOME}/third_party/third_party_llvm-project" ]; then
35 if [ ! -d "build" ];then
41 if [ ! -d "lib" ]; then
/arkcompiler/runtime_core/docs/
Ddoxygen.config63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
133 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
183 # If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
192 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
212 # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
218 # If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
250 # only. Doxygen will then generate output that is more tailored for C. For
258 # Python sources only. Doxygen will then generate output that is more tailored
266 # sources. Doxygen will then generate output that is tailored for Fortran.
272 # sources. Doxygen will then generate output that is tailored for VHDL.
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp42 // 6. If IsCallable(target) is true, then P.[[Call]] as specified in 9.5.12. in ProxyCreate()
69 // 7. If trap is undefined, then Return target.[[GetPrototypeOf]](). in GetPrototype()
130 // 7. If trap is undefined, then Return target.[[SetPrototypeOf]](V). in SetPrototype()
190 // 7. If trap is undefined, then Return target.[[IsExtensible]](). in IsExtensible()
228 // 7. If trap is undefined, then in PreventExtensions()
256 // 10. If booleanTrapResult is true, then in PreventExtensions()
280 // 8. If trap is undefined, then in GetOwnProperty()
319 // 14. If trapResultObj is undefined, then in GetOwnProperty()
353 // 22. If resultDesc.[[Configurable]] is false, then in GetOwnProperty()
355 // a. If targetDesc is undefined or targetDesc.[[Configurable]] is true, then in GetOwnProperty()
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_async_from_sync_iterator.cpp49 // 5.If value is present, then in Next()
88 // 7.If throw is undefined, then in Throw()
98 // 8.If value is present, then in Throw()
110 // 11.If Type(result) is not Object, then in Throw()
155 // 7.If return is undefined, then in Return()
167 // 8.If value is present, then in Return()
179 // 11.If Type(result) is not Object, then in Return()
/arkcompiler/runtime_core/gn/build/
Dfind_git.sh20 then
22 then

12345678910>>...12