Home
last modified time | relevance | path

Searched full:sequential (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/panda_guard/generator/
Dorder_name_generator.cpp26 …/* The generation of sequential names is based on the order of a, b, c..., The initial size of res… in OrderNameGenerator()
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dline_string.h34 // The LineString abstract class captures sequential string values, only LineString can store chars…
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvmbackend.yaml130 in LLVMAOT mode. Default value is -1 and compilation is sequential. Bigger values allow
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md7 Circuit IR splits a program into two major parts: [sequential logic](https://en.wikipedia.org/wiki/…
9 * The **sequential logic** part is a subgraph of Circuit IR which is similar to the underlying cont…
13 …rdered](https://en.wikipedia.org/wiki/Partially_ordered_set) by wires. Sequential logic part and c…
21 Loose coupling of sequential logic part and combinational logic part can benefit compilation speed,…
27 * `STATE_ENTRY`: Representing the initial state of the sequential logic part. (for traversing forwa…
233 Intermediate gates are gates that connect sequential logic and combinational logic parts (relays an…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_sdk/api/@ohos/xml/XmlSerializer/
DXmlSerializerSetAttributesTest.ets29 …suite.addTest("Testing non-sequential attributes in an element", testNonSequentialAttributesInElem…
/arkcompiler/runtime_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md20 Before coloring, available registers are collected from Architecture and remapped (to sequential nu…
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dcard_table.cpp34 * The idea is to check whether two sequential slots of an object/array being in CardTable()
/arkcompiler/runtime_core/static_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md20 Before coloring, available registers are collected from Architecture and remapped (to sequential nu…
/arkcompiler/runtime_core/common_interfaces/thread/
Dmutator_base.h112 // assure sequential execution of setting insaferegion state and checking suspended state. in SetInSaferegion()
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h437 // The LineEcmaString abstract class captures sequential string values, only LineEcmaString can sto…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/
Drecipes.rst105 // ArkTS option 1 (if sequential)
107 // ArkTS option 2 (if non-sequential)
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp2846 …// number sequential LoadArray with LenArray more than dimension of MultiArrays. So limiting the i… in OptimizeLenArrayForMultiArray()