Home
last modified time | relevance | path

Searched full:between (Results 1 – 25 of 136) sorted by relevance

123456

/arkcompiler/runtime_core/compiler/docs/
Dscheduler_doc.md21 * It rearranges instructions only inside the basic block, but not between them
29 Than we schedule each interval between barriers using the following algorithm.
98 // Schedule intervals between barriers
131 // Schedule instructions between [first..last] inclusive, none of them are barriers.
Ddeoptimize_elimination_doc.md27 …`), if guard is met in all ways and there should be no call instructions between current guard and…
Dreg_alloc_graph_coloring_doc.md27 …uilt affinity edges of the graph. Affinity edges represent move-relation between values. Currently…
40 …nction or any other kind of move-relations (such as return value or Spill-Fills between registers).
/arkcompiler/runtime_core/tests/cts-coverage-tool/config/
Dnon_testable.yaml16 - title: Conversions between integer and floating point types
37 Move 'any' values between registers
/arkcompiler/runtime_core/isa/
Dasserts.rb71 assert('There should be non-zero gap between non-prefixed and prefixes') do
75 assert('There should be non-zero gap between public and private prefixes') do
79 assert('All tags are unique between categories') do
DREADME10 consistency between components.
/arkcompiler/runtime_core/docs/
Ddebugger-vscode-communication.md1 # Communication between debugger and VSCode
Dir_format.md13 …mizations and analyses is very important. Firstly there are dependencies between different passes.…
15 Second, we need to support the transfer of information between optimizations.
95between performance and the overhead needed to achieve it. For example, the optimization [Unroll](…
123 * Information to be transmitted between passes
243 …d after Control Flow transformations: removing or adding blocks or edges between blocks. Also, it …
Drationale-for-bytecode.md38 to distinguish between an abstract system and the hardware.
71 This example demonstrates a fundamental difference between two approaches. Stack-based approach
220 which do not distinguish between integers and pointers on many platforms). The key constraint is
Ddesign-of-interpreter.md158 1. All virtual registers should explicitly and precisely distinct between garbage collectable
168 metadata (a "tag"), which allows at least distinguish between garbage collectable and other
182 trying to distinguish between objects from non-objects on an "imprecise" stack.
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md37 Can help inconsistency between method signature and type of actual return value
/arkcompiler/ets_runtime/test/aottest/defineclasswithbuffer/
Ddefineclasswithbuffer.ts42 // resulting in the inconsistency between the properties key and class litreal at runtime.
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dcountable_loop_parser.h35 ConditionCode normalized_cc; // cc between `update` and `test`
Dobject_type_propagation.cpp60 …// implementation. We need to check all array stores and method calls between NewArray and LoadArr… in VisitLoadArray()
/arkcompiler/runtime_core/runtime/mem/gc/lang/
Dgc_lang.h22 // GCLang class is an interlayer between language-agnostic GC class and different implementations o…
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dsplit_resolver.cpp37 // Resolve locations between basic blocks. in Run()
125 … << " between blocks: BB" << src_bb->GetId() << " -> BB" << target_bb->GetId(); in ConnectSpiltFromPredBlock()
Dreg_alloc_resolver.h44 * SaveStateInst's inputs were split between these users then SaveStateInst should be copied in
/arkcompiler/runtime_core/verification/cflow/
Dinstructions_map.h31 // why + 1: those byte addresses are marked that stays in between bytecode starts in PutInstruction()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Du32tof32.yaml18 title: Conversions between integer and floating point types
Du32tof64.yaml18 title: Conversions between integer and floating point types
Di32tof32.yaml18 title: Conversions between integer and floating point types
Di64tof64.yaml18 title: Conversions between integer and floating point types
Di32tof64.yaml18 title: Conversions between integer and floating point types
Df32tof64.yaml18 title: Conversions between integer and floating point types
/arkcompiler/runtime_core/runtime/
Dmonitor_pool.h71 …// There is a potential false data race between destroying monitors and daemon threads which are g… in ~MonitorPool()

123456