Home
last modified time | relevance | path

Searched full:go (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/irtoc/scripts/
Dmonitors.irt35 # 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/
Dcflow_execution_may_go_beyond_the_end.pa16 # execution may go beyond the end
/arkcompiler/ets_frontend/testTs/
DREADME.md9 2. Go to the tool build directory 'cd out/hispark_taurus/clang_x64/arkcompiler/ets_frontend/build' …
/arkcompiler/runtime_core/runtime/
Dthread_manager.h247 // * 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()
Dmonitor.cpp221 // 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()
Dthread.cpp538 … << "tried go to " << new_state_it->second << " state, but last frame is: " << top_frame_it->second in LogThreadStack()
/arkcompiler/runtime_core/isa/
Dgen.rb70 opts.on('-a', '--assert FILE', 'Go through assertions on data provided and exit')
/arkcompiler/runtime_core/cmake/
DHostTools.cmake16 # cross-compiling, we are good to go. Otherwise a subset
DCommonTesting.cmake126 # Yes, this is hardcoded. No, do not ask for an option. Go and fix your tests.
/arkcompiler/toolchain/build/toolchain/
Dgcc_toolchain.gni165 # 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/
Dreg_encoder.h41 * (or temps) then all registers go strictly in order without "holes".
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.cpp149 // WaitBrieflyFor failed, go to futex wait in WriteLock()
181 // WaitBrieflyFor failed, go to futex wait in HandleReadLockWait()
Dfmutex.cpp199 // WaitBrieflyFor failed, go to futex wait in MutexLock()
/arkcompiler/runtime_core/libpandabase/
DREADME.md162 In the remainder arguments example, all literals coming after `--` will go to remainder and can be …
/arkcompiler/runtime_core/docs/
Dir_format.md249 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…
Druntime-compiled_code-interaction.md379 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/
Dupdate_remset_thread.cpp262 // TODO(alovkov) if !inside_gc + too many from thread -> go to next thread. in DrainThreads()
/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.h137 // Don't go lower than room for MIN_SHRINK_CAPACITY elements. in ComputeCapacityWithShrink()
Dtagged_hash_table.h140 // Don't go lower than room for MIN_SHRINK_SIZE elements. in RecalculateTableSize()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dscheduler.cpp417 // Glued instructions scheduled immediately, so they should not go into queue in SchedWithGlued()
/arkcompiler/runtime_core/verification/
Dmessages.yaml559 Invalid instruction in the method body, execution may go into exception handler.
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp69 // 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/
Dencode.cpp1156 // 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/
Dbuiltins_string.cpp1188 // Go the the next $ in the replacement. in GetSubstitution()
Dbuiltins_array.cpp1190 // if it is stable array, we can go to fast path in IndexOf()

12