Home
last modified time | relevance | path

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

12345678910>>...31

/arkcompiler/runtime_core/static_core/scripts/
Dinstall-deps-ubuntu58 then
107 then
128 if [[ ! -f "$fname" ]] ; then
141 if [[ ! -f "$fname" ]] ; then
179 if [ `which aarch64-linux-gnu-gcc-8` ]; then
185 if [ `which arm-linux-gnueabi-gcc-8` ]; then
191 if [ `which arm-linux-gnueabihf-gcc-8` ]; then
212 if [ `which aarch64-linux-gnu-gcc-8` ]; then
218 if [ `which arm-linux-gnueabi-gcc-8` ]; then
224 if [ `which arm-linux-gnueabihf-gcc-8` ]; then
[all …]
Dinstall-third-party25 if [ -f "${MIRROR_ARK_THIRD_PARTY_MANIFEST}" ]; then
134 if [[ ! -d "$patch_dir" ]] ; then
157 if [[ "$component" == "" || "$component" =~ ^# ]] ; then
168 if [[ -n "$REPO_NAME" && "$REPO_NAME" != "$lib_name" ]] ; then
174 if [[ -d "$lib_dir" && -z "$REPO_NAME" ]] ; then
179 if [[ "$commit_type" == "branch" || "$commit_type" == "tag" ]] ; then
181 elif [[ "$commit_type" == "commit" ]] ; then
188 if [[ "$patch_mode" == "with_patches" ]] ; then
190 elif [[ "$patch_mode" != "no_patches" ]] ; then
195 if [[ "$submodule_mode" =~ ^with_submodules: ]] ; then
[all …]
/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 …]
/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();
54 import(_v_1).then();
59 import('./1.json').then(m => {
61 }).then().catch();
/arkcompiler/runtime_core/static_core/scripts/intrusive-testing/
Dlocal_intrusive_testing.sh45 if [[ -z "$INTRUSIVE_TESTS_RELATIVE_DIR" ]]; then
48 if [[ -z "$INSTRUMENTATION_TARGETS" ]]; then
51 if [[ -z "$BUILD_TARGETS" ]]; then
55 if [[ -n "$TSAN_SUPPRESSIONS" ]]; then
66 if [[ -d $TARGET_DIR ]]; then
67 if [[ "$CLEAR_BUILD_DIRS" = true ]]; then
92 if [[ ! -d "$1" ]]; then
97 if [[ -z "$2" ]]; then
110 if ! mkdir -p ${BUILD_DIR}; then
117 if [[ "$RUN_ONLY" = true ]]; then
[all …]
/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/static_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/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/runtime_core/static_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 …]
/arkcompiler/runtime_core/static_core/scripts/llvm/
Dbuild_llvm.sh44 if [[ -z "${BUILD_DIR}" ]]; then
49 if [[ -z "${LLVM_SOURCES}" ]]; then
54 if [[ "x${BUILD_AARCH64_DEBUG}" == "xtrue" || "x${BUILD_AARCH64_RELEASE}" == "xtrue" ]]; then
55 if [[ -n "${LLVM_TABLEGEN}" && ! -f "${LLVM_TABLEGEN}" ]]; then
60 if [[ -z "${LLVM_TABLEGEN}" ]]; then
66 "x${BUILD_X86_RELEASE}" == "xfalse" ]]; then
79 if [[ "x${OPTIMIZE_DEBUG}" == "xtrue" ]]; then
87 if [[ "x${strip}" == "xtrue" ]]; then
92 if [[ "x${archive}" == "xtrue" ]]; then
99 if [[ "x${BUILD_X86_DEBUG}" == "xtrue" ]]; then
[all …]
/arkcompiler/ets_runtime/test/ffiworkloadtest/
Drun_ffi_workload_test.sh35 if type "$command" >/dev/null 2>&1; then return $ret_ok; else return $ret_error; fi
44 if [ ! -f "$WORKLOAD_BINARY" ] || [ ! -f "$WORKLOAD_SO_PATH" ]; then
48 if [[ "$ret" == *"build successful"* ]];then
55 if [ ! -f "$WORKLOAD_BINARY" ] || [ ! -f "$WORKLOAD_SO_PATH" ]; then
94 if [ "$i" == 0 ]; then
118 if [ "$para_num" -lt 4 ]; then
124 if [[ $run_mode -eq "1" || $run_mode -eq "2" ]];then
131 if [[ "$3" = /* ]]; then
141 if [ "$para_num" -eq 4 ]; then
145 if [ -d "$LOCAL_XML_PATH" ];then
[all …]
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dgc-thread-activity.plantuml20 if (gc_stop_flag) then (yes)
23 if (GCTaskQueue not empty) then (yes)
25 if (task is Full GC) then (yes)
28 if (task is MARKING) then (yes)
30 else if (task is REGION COMPACTING) then (yes)
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
Dbuild-docs.sh81 if [[ ! -f /etc/os-release ]]; then
88 if [[ "${NAME}" != "Ubuntu" ]]; then
94 if [[ "${major_version}" -lt 20 ]]; then
111 if [[ "${target}" == "stdlib" ]]; then
120 if [[ "${target}" != "spec" ]]; then
137 if [[ -n "${ARTIFACTS_DIR}" ]]; then
155 if ! [[ "${BUILD_TYPE}" =~ ^(debug|release)$ ]]; then
209 if [[ "${BUILD_SOMETHING}" == "no" ]] ; then
222 if [[ "${BUILD_SPEC}" == "yes" ]]; then
228 if [[ "${BUILD_COOKBOOK}" == "yes" ]]; then
[all …]
/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)
/arkcompiler/ets_runtime/test/aottest/asyncgenerator/
Dasyncgenerator.js39 asyncIterator_1.next().then(function() {
40 return asyncIterator_1.return(2).then(function(result) {
64 asyncIterator_2.next().then(function() {
65 var promise = Promise.resolve(2).then(() => 3);
66 return asyncIterator_2.return(promise).then(function(result) {
109 iter_3.next().then(() => {
110 iter_3.return().then(({value}) => {
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/
Dgenerics_instantiation_4.ets37 then<U>(a0: U): C<U> | null {
48 let p1: C<Object> | null = p.then<Object>(new Object());
50 p1 = p2.then<Object>(new Object());
51 p1 = p2.value.bar().baz().then<Object>(new Object());
52 p1 = p2.value.bar().baz().then<Object>(new Object());
54 let p3: C<Double> | null = p.then<Double>(new Double());
/arkcompiler/runtime_core/static_core/plugins/ets/isa/
Disa.yaml74 …If field type size is less than 32, then loaded value is sign or zero extended to i32 depending on…
82 if vs == null then
86 if field != null then
87 if op == ets.ldobj.name and size(field) < 32 then
94 if getter != null then
134 if v == null then
138 if field != null then
139 if op == ets.stobj.name and size(field) < 32 then
146 if setter != null then
216 if acc == undefined_object 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/runtime_core/static_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/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/
Dpromise_tests.ets76 p.then<Object>((): Object | null => {
84 // Check callback are not called inside 'then' and 'catch'
95 p.then<Object>((value: Object): Object | null => {
117 p.then<Object>((value: Object): Object | null => {
146 p.then<Object>((value: Object): Object | null => {
151 console.println("Wrong 'then' call order");
155 console.println("Then is called with wrong object");
160 p.then<Object>((value: Object): Object | null => {
165 console.println("Wrong 'then' call order");
169 console.println("Then is called with wrong object");
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D7_expressions.rst104 If the expression is evaluated to a nullish value, then:
154 to the left of (*'?.'*) is *undefined* or *null*, then the evaluation of the
156 then *undefined*.
281 have subclasses. If a class type *F* expression is declared *final*, then
326 - If an array reference expression has the *null* value, then an array
328 - If an array reference expression has the *null* value, then an
332 or equal to the length of the array, then an *indexing expression* (see
334 - If a cast cannot be performed at runtime, then cast expressions (see
336 - If the right-hand operand expression has the zero value, then integer
340 occurs, then the assignment to an array element of a reference type (see
[all …]

12345678910>>...31