| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/ |
| D | tests.cpp | 26 // Please uncomment extendUserClass fn in index.ets before running in TEST_F() 34 // Please uncomment extendNativeClass fn in index.ets before running in TEST_F() 42 // Please uncomment extendedUserClassIsInstanceOf fn in index.ets before running in TEST_F() 50 // Please uncomment extendedNativeClassIsInstanceOf fn in index.ets before running in TEST_F() 58 // Please uncomment canAccessSuperMethod fn in index.ets before running in TEST_F() 66 // Please uncomment canAddGetter fn in index.ets before running in TEST_F() 74 // Please uncomment canSetProtectedValue fn in index.ets before running in TEST_F() 82 // Please uncomment extendUserClass fn in index.ets before running in TEST_F() 90 // Please uncomment extendNativeClass fn in index.ets before running in TEST_F() 98 // Please uncomment jsRespectsProtectedModifier fn in index.ets before running in TEST_F() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread_proxy.cpp | 98 if (oldStatus == ThreadStatus::RUNNING && status != ThreadStatus::RUNNING) { in UpdateStatus() 100 } else if (oldStatus != ThreadStatus::RUNNING && status == ThreadStatus::RUNNING) { in UpdateStatus() 102 … // running we need to check suspension flag and counter so SafepointPoll has to be done before in UpdateStatus() 105 StoreStatus<CHECK_SAFEPOINT, READLOCK>(ThreadStatus::RUNNING); in UpdateStatus() 112 // RUNNING), it may be interrupted by a GC thread, which changes status to IS_SUSPENDED. in UpdateStatus() 227 return ThreadStatus::RUNNING; in GetStatus() 235 if (oldStatus == ThreadStatus::RUNNING && status != ThreadStatus::RUNNING) { in UpdateStatus() 238 } else if (oldStatus != ThreadStatus::RUNNING && status == ThreadStatus::RUNNING) { in UpdateStatus()
|
| /arkcompiler/runtime_core/static_core/scripts/dep-lists/ |
| D | ubuntu-18-04-arm-dev | 27 python3.8=3.8.0* # For running multilingual benchmarks 28 python3.8-dev=3.8.0* # For running multilingual benchmarks 30 openjdk-8-jdk # For running Java benchmarks 31 libasm-java=7.0-* # For running legacy Java files compilation
|
| D | ubuntu-18-04-dev | 29 python3.8=3.8.0* # For running multilingual benchmarks 30 python3.8-dev=3.8.0* # For running multilingual benchmarks 32 openjdk-8-jdk # For running Java benchmarks 33 libasm-java=7.0-* # For running legacy Java files compilation
|
| D | ubuntu-dev | 26 python3 # For running multilingual benchmarks 28 openjdk-8-jdk # For running Java benchmarks 29 libasm-java # For running legacy Java files compilation
|
| D | ubuntu-24-04-arm-dev | 26 python3=3.12* # For running multilingual benchmarks 28 openjdk-8-jdk # For running Java benchmarks 29 libasm-java=9.7-* # For running legacy Java files compilation
|
| D | ubuntu-20-04-dev | 28 python3=3.8* # For running multilingual benchmarks 30 openjdk-8-jdk # For running Java benchmarks 31 libasm-java=7.2-* # For running legacy Java files compilation
|
| D | ubuntu-22-04-arm-dev | 26 python3=3.10* # For running multilingual benchmarks 28 openjdk-8-jdk # For running Java benchmarks 29 libasm-java=9.2-* # For running legacy Java files compilation
|
| D | ubuntu-20-04-arm-dev | 25 python3=3.8* # For running multilingual benchmarks 27 openjdk-8-jdk # For running Java benchmarks 28 libasm-java=7.2-* # For running legacy Java files compilation
|
| D | ubuntu-24-04-dev | 26 python3=3.12* # For running multilingual benchmarks 28 openjdk-8-jdk # For running Java benchmarks 29 libasm-java=9.7-* # For running legacy Java files compilation
|
| D | ubuntu-22-04-dev | 27 python3=3.10* # For running multilingual benchmarks 29 openjdk-8-jdk # For running Java benchmarks 30 libasm-java=9.2-* # For running legacy Java files compilation
|
| /arkcompiler/runtime_core/common_interfaces/thread/ |
| D | thread_state_transition.h | 25 … Fixme: T is a temporary mock impl to adapt the current JSThread callback when transfer to RUNNING, 35 if constexpr (newState == ThreadState::RUNNING) { in ThreadStateTransitionScope() 45 if constexpr (newState == ThreadState::RUNNING) { in ~ThreadStateTransitionScope() 88 … Fixme: T is a temporary mock impl to adapt the current JSThread callback when transfer to RUNNING, 100 ThreadStateTransitionScope<T, ThreadState::RUNNING> scope_; 104 … Fixme: T is a temporary mock impl to adapt the current JSThread callback when transfer to RUNNING,
|
| D | thread_holder.h | 42 …* 1. Represent the current ThreadState(RUNNING for VM, or NATIVE for NativeCode) for all the execu… 73 // Transfer to Running no matter in Running or Native. 76 // Transfer to Native no matter in Running or Native. 79 // If current in Native, transfer to Running and return true; 80 // If current in Running, do nothing and return false. 83 // If current in Running, transfer to Native and return true;
|
| /arkcompiler/runtime_core/scripts/dep-lists/ |
| D | ubuntu-dev | 25 python3 # For running multilingual benchmarks 27 openjdk-8-jdk # For running Java benchmarks 28 libasm-java # For running legacy Java files compilation
|
| D | ubuntu-18-04-arm-dev | 25 python3=3.6.7-* # For running multilingual benchmarks 27 openjdk-8-jdk=8u312-* # For running Java benchmarks 28 libasm-java=7.0-* # For running legacy Java files compilation
|
| D | ubuntu-20-04-dev | 25 python3=3.8* # For running multilingual benchmarks 27 openjdk-8-jdk=8u312-* # For running Java benchmarks 28 libasm-java=7.2-* # For running legacy Java files compilation
|
| D | ubuntu-18-04-dev | 25 python3=3.6.7-* # For running multilingual benchmarks 27 openjdk-8-jdk=8u312-* # For running Java benchmarks 28 libasm-java=7.0-* # For running legacy Java files compilation
|
| /arkcompiler/ets_runtime/ecmascript/checkpoint/ |
| D | thread_state_transition.h | 38 if constexpr (newState == ThreadState::RUNNING) { in ThreadStateTransitionScope() 52 if constexpr (newState == ThreadState::RUNNING) { in ThreadStateTransitionScope() 69 if constexpr (newState == ThreadState::RUNNING) { in ThreadStateTransitionScope() 82 if (oldState_ == ThreadState::RUNNING) { in ~ThreadStateTransitionScope() 88 if constexpr (newState == ThreadState::RUNNING) { in ~ThreadStateTransitionScope() 95 if constexpr (newState == ThreadState::RUNNING) { in ~ThreadStateTransitionScope() 151 ThreadStateTransitionScope<T, ThreadState::RUNNING> scope_;
|
| /arkcompiler/ets_frontend/test/scripts/auto_xts_test/ |
| D | readme.md | 8 ### Running environment 9 This script will be running on windows, python3.7 or above needed. 15 - Only for the first time of running the script will download the burnning tool and need to install… 24 At that time, this script will be blocked in next running, you should reboot the rk3568 demo borad …
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_state.cpp | 52 case GCState::RUNNING: in ToString() 53 return "RUNNING"; in ToString() 81 return gcState == GCState::RUNNING; in GCIsRunning() 152 SetGCState(GCState::RUNNING); in SuspendByGC() 171 // possible gc state: STOP, WAITING, RUNNING in SetStartIfStop() 202 // possible gc state: STOP, WAITING, RUNNING in StartDumpBeforeDestroy()
|
| /arkcompiler/ets_frontend/es2panda/test/benchmark/ |
| D | README_zh.md | 58 > > > benchmark running 59 Running navier-stokes.... 60 Running typescript.... 61 Running mandreel....
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | rset_worklist_handler.h | 51 // Only called from the bound js thread in RUNNING state. 84 * clear(call maybe from daemon thread in SuspendAll, or from bound js thread in RUNNING state). 88 * belonged to in RUNNING state. 90 …* And thus WaitFinishedThenMergeBack should ONLY be called from the bound js thread in RUNNING sta…
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_async_function.cpp | 35 // 1.Let asyncContext be the running execution context. in AsyncFunctionAwait() 86 // is at the top of the execution context stack as the running execution context. in AsyncFunctionAwait() 96 // 1.Let asyncContext be the running execution context. in AsyncFunctionAwait() 150 // is at the top of the execution context stack as the running execution context. in AsyncFunctionAwait() 168 // 2.Let prevContext be the running execution context. in AsyncFunctionAwaitFulfilled() 170 …// 4.Push asyncContext onto the execution context stack; asyncContext is now the running execution… in AsyncFunctionAwaitFulfilled() 175 // and prevContext is the currently running execution context. in AsyncFunctionAwaitFulfilled() 197 // 2.Let prevContext be the running execution context. in AsyncFunctionAwaitRejected() 199 …// 4.Push asyncContext onto the execution context stack; asyncContext is now the running execution… in AsyncFunctionAwaitRejected() 205 // and prevContext is the currently running execution context. in AsyncFunctionAwaitRejected()
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/ |
| D | build.py | 65 print(f"Running command: {command}") 71 print(f"Running command: {command}") 76 print(f"Running command: {npm_command}") 88 help="The target directory to cd into before running the build script.")
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | threaded_coroutine.h | 54 * Intended to be called from the context of a running thread that is going to be suspended. 60 * Resume the suspended coroutine by setting status to Status::RUNNING. 68 * Intended to be called from the context of a running coroutine that is going to 72 /// Blocks until the coroutine becomes running
|