| /arkcompiler/runtime_core/scripts/ |
| D | install-deps-ubuntu | 24 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 …]
|
| D | run-check-concurrency-format.sh | 23 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
|
| D | install-third-party | 72 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 …]
|
| D | install-deps-qemu | 68 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
|
| D | trace_enable.sh | 80 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/ |
| D | dynamicImport_tests.txt | 198 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/ |
| D | benchmark_coverage.sh | 38 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 …]
|
| D | ir_builder_coverage.sh | 32 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/ |
| D | arrays-08.pa | 20 # 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
|
| D | arrays-07.pa | 20 # 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/ |
| D | dynamicimport.js | 27 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/ |
| D | gc-thread-activity.puactivity | 20 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)
|
| D | gc-mark.puactivity | 23 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/ |
| D | prebuilts_download.sh | 81 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/ |
| D | aot_resolve_string.md | 5 …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 … 35 …then 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/ |
| D | gen.sh | 25 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/ |
| D | dynamicimport.js | 28 import(objA).then(animalA => { 31 }).then().catch(); 39 f().then().catch();
|
| /arkcompiler/runtime_core/runtime/bridge/arch/amd64/ |
| D | handle_call_v4_imm4_id16_amd64.S | 39 // 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/ |
| D | optimizer_coverage.sh | 33 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/ |
| D | asyncgeneratoryieldstar.js | 33 then() { 55 iter.next().then(() => { 59 iter.next().then(({ done, value }) => {
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | compile_llvm_lib.sh | 28 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/ |
| D | doxygen.config | 63 # 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/ |
| D | js_proxy.cpp | 42 // 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/ |
| D | builtins_async_from_sync_iterator.cpp | 49 // 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/ |
| D | find_git.sh | 20 then 22 then
|