Searched full:go (Results 1 – 25 of 26) sorted by relevance
12
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | monitors.irt | 35 # Load native thread id, go to slow path if it is unknown 39 …# Load MTManagedThread::local_objects_locked_ size and capacity, go to slow path if list should be… 51 # Go to slow path if mark word's state is neither Unlock, nor Lightweight lock 63 # Check that locks count didn't overflow and go to slow path if it did 112 # Load native thread id, go to slow path if it is unknown 127 # If one of these conditions does not holds go to slow path.
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | cflow_execution_may_go_beyond_the_end.pa | 16 # execution may go beyond the end
|
| /arkcompiler/ets_frontend/testTs/ |
| D | README.md | 9 2. Go to the tool build directory 'cd out/hispark_taurus/clang_x64/arkcompiler/ets_frontend/build' …
|
| /arkcompiler/runtime_core/runtime/ |
| D | thread_manager.h | 247 // * NATIVE threads are either go to FINISHED status or considered a part of a deadlock; in CanDeregister() 248 // * other statuses - should eventually go to IS_TERMINATED_LOOP or FINISHED status. in CanDeregister()
|
| D | monitor.cpp | 221 // Go to the next iteration in MonitorEnter() 233 // Go to the next iteration in MonitorEnter() 245 // Go to the next iteration in MonitorEnter() 263 // Go to the next iteration in MonitorEnter() 429 // Go to the next iteration. in Wait()
|
| D | thread.cpp | 538 … << "tried go to " << new_state_it->second << " state, but last frame is: " << top_frame_it->second in LogThreadStack()
|
| /arkcompiler/runtime_core/isa/ |
| D | gen.rb | 70 opts.on('-a', '--assert FILE', 'Go through assertions on data provided and exit')
|
| /arkcompiler/runtime_core/cmake/ |
| D | HostTools.cmake | 16 # cross-compiling, we are good to go. Otherwise a subset
|
| D | CommonTesting.cmake | 126 # Yes, this is hardcoded. No, do not ask for an option. Go and fix your tests.
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | gcc_toolchain.gni | 165 # Object files go in this directory. 220 # Shared libraries go in the target out directory by default so we can
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | reg_encoder.h | 41 * (or temps) then all registers go strictly in order without "holes".
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| D | mutex.cpp | 149 // WaitBrieflyFor failed, go to futex wait in WriteLock() 181 // WaitBrieflyFor failed, go to futex wait in HandleReadLockWait()
|
| D | fmutex.cpp | 199 // WaitBrieflyFor failed, go to futex wait in MutexLock()
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 162 In the remainder arguments example, all literals coming after `--` will go to remainder and can be …
|
| /arkcompiler/runtime_core/docs/ |
| D | ir_format.md | 249 A BasicBlock "A" dominates a BasicBlock "B" if every path from the "start" to "B" must go through "… 293 Class **GraphVisitor** allows to go through the blocks of the graph in RPO order and then all the i…
|
| D | runtime-compiled_code-interaction.md | 379 To go to the previous frame the runtime reads the field `panda::Frame::prev_` which must point to `… 381 At this step the runtime has a pointer to `bar`'s compiled code stack frame. To go to the next fram…
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | update_remset_thread.cpp | 262 // TODO(alovkov) if !inside_gc + too many from thread -> go to next thread. in DrainThreads()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | linked_hash_table.h | 137 // Don't go lower than room for MIN_SHRINK_CAPACITY elements. in ComputeCapacityWithShrink()
|
| D | tagged_hash_table.h | 140 // Don't go lower than room for MIN_SHRINK_SIZE elements. in RecalculateTableSize()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | scheduler.cpp | 417 // Glued instructions scheduled immediately, so they should not go into queue in SchedWithGlued()
|
| /arkcompiler/runtime_core/verification/ |
| D | messages.yaml | 559 Invalid instruction in the method body, execution may go into exception handler.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 69 // to our target value, where I is the number of RORs to go the opposite in Create()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 1156 // If str is zero register, execution mustn't go to this instruction. in EncodeStringIndexOfAfter() 1239 label_uncompressed_string); // go to utf16 case if string is uncompressed in HandleChar()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 1188 // Go the the next $ in the replacement. in GetSubstitution()
|
| D | builtins_array.cpp | 1190 // if it is stable array, we can go to fast path in IndexOf()
|
12