| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_linear_scan.h | 40 …ters for some interval, LinearScan assigns one of the blocked ones. Previous holder of this blocke… 41 …* spilled to the memory at this point. Blocked register to be assigned is selected according to th…
|
| D | reg_alloc_linear_scan.cpp | 244 // Try to assign blocked register in TryToAssignRegister() 247 // Spill current interval if its first use later than use of blocked register in TryToAssignRegister() 254 // Blocked register that will be used in the next position mustn't be reassigned in TryToAssignRegister() 377 // Return blocked register and its next use position 380 // Using blocked registers is impossible in the `BytecodeOptimizer` mode in GetBlockedRegister() 423 …COMPILER_LOG(DEBUG, REGALLOC) << "Selected blocked r" << static_cast<int>(reg) << " with use next … in GetBlockedRegister()
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | threaded_coroutine.h | 55 * Changes status to Status::RUNNABLE or Status::BLOCKED, depending on the suspend 61 * Wakes up the thread that is blocked on WaitUntilResumed()
|
| D | coroutine.h | 51 * +------------+ +-------------+ | RUNNING | | BLOCKED | 59 enum class Status { CREATED, RUNNABLE, RUNNING, BLOCKED, TERMINATING, AWAIT_LOOP }; enumerator 174 …* Suspend a coroutine, so its status becomes either Status::RUNNABLE or Status::BLOCKED, depending… 180 /// Unblock the blocked coroutine, setting its status to Status::RUNNABLE
|
| D | coroutine.cpp | 165 case Coroutine::Status::BLOCKED: in operator <<() 166 os << "BLOCKED"; in operator <<()
|
| D | threaded_coroutine_manager.h | 116 // blocked coros: Coroutine AWAITS CoroutineEvent
|
| D | stackful_coroutine.cpp | 139 SetStatus(getsBlocked ? Coroutine::Status::BLOCKED : Coroutine::Status::RUNNABLE); in RequestSuspend()
|
| D | threaded_coroutine.cpp | 155 SetStatus(getsBlocked ? Coroutine::Status::BLOCKED : Coroutine::Status::RUNNABLE); in RequestSuspend()
|
| D | stackful_coroutine.h | 62 … execution context, sets its status to either Status::RUNNABLE or Status::BLOCKED, depending on the
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | monitor.yaml | 81 … If monitor belongs to another thread, current thread is blocked and may try to enter the monitor 311 …Check that a thread will be blocked on monitorenter if a monitor is already owned by other thread … 342 lda.str "BLOCKED" 344 # wait until a thread is blocked on a monitor
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | panda-states-concurrent-gc.pustate | 43 state "Compiler thread will be blocked at the Mutator Lock" as CompilerThreadWillBeBlocked
|
| D | panda-states-generational-gc.pustate | 43 state "Compiler thread will be blocked at the Mutator Lock" as CompilerThreadWillBeBlocked
|
| /arkcompiler/runtime_core/static_core/docs/diagrams/ |
| D | panda-states-concurrent-gc.plantuml | 43 state "Compiler thread will be blocked at the Mutator Lock" as CompilerThreadWillBeBlocked
|
| D | panda-states-generational-gc.plantuml | 43 state "Compiler thread will be blocked at the Mutator Lock" as CompilerThreadWillBeBlocked
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | nullishTypeCodesamples.sts | 38 assert(foo1(12 as number) == "12undefined"); // inference blocked 42 assert(foo2(12 as number) == "12undefined"); // inference blocked
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | mt_thread_manager.cpp | 95 // We have a blocked thread - there is a potential termination loop in DeregisterSuspendedThreads() 98 // We have at least one non-blocked thread - termination loop is impossible in DeregisterSuspendedThreads() 107 // All threads except current are blocked (have BLOCKED or NATIVE status) in DeregisterSuspendedThreads()
|
| /arkcompiler/ets_frontend/test/scripts/auto_xts_test/ |
| D | readme.md | 24 At that time, this script will be blocked in next running, you should reboot the rk3568 demo borad …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/containers/ |
| D | ListObject.sts | 84 /* Code below is blocked by internal issue with lambdas #9994
|
| D | ListInt.sts | 84 /* Code below is blocked by internal issue with lambdas #9994
|
| D | ListString.sts | 84 /* Code below is blocked by internal issue with lambdas #9994
|
| D | List.sts.j2 | 84 /* Code below is blocked by internal issue with lambdas #9994
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | SyncPrimitives.sts | 45 * If there are blocked coroutines, unlocks one of them.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_sync_primitives.h | 135 * If there are blocked coroutines, unblocks one of them.
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime.cpp | 200 … // it will firstly pass the barrier and then be blocked by the SUSPEND_REQUEST flag. If the in SuspendAllThreadsImpl() 203 // and be blocked by SUSPEND_REQUEST flag. in SuspendAllThreadsImpl()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.cpp | 770 // correctly handle register blocked by "current" instruction from registers blocked in BlockFixedRegisters() 773 // Registers holding parameters should be blocked starting from the beginning of entry block in BlockFixedRegisters() 775 … // The required interval is blocked using two calls to correctly mark first use position of a in BlockFixedRegisters() 776 // blocked register. in BlockFixedRegisters()
|