Searched full:sequential (Results 1 – 12 of 12) sorted by relevance
26 …/* The generation of sequential names is based on the order of a, b, c..., The initial size of res… in OrderNameGenerator()
34 // The LineString abstract class captures sequential string values, only LineString can store chars…
130 in LLVMAOT mode. Default value is -1 and compilation is sequential. Bigger values allow
7 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…
29 …suite.addTest("Testing non-sequential attributes in an element", testNonSequentialAttributesInElem…
20 Before coloring, available registers are collected from Architecture and remapped (to sequential nu…
34 * The idea is to check whether two sequential slots of an object/array being in CardTable()
112 // assure sequential execution of setting insaferegion state and checking suspended state. in SetInSaferegion()
437 // The LineEcmaString abstract class captures sequential string values, only LineEcmaString can sto…
105 // ArkTS option 1 (if sequential)107 // ArkTS option 2 (if non-sequential)
2846 …// number sequential LoadArray with LenArray more than dimension of MultiArrays. So limiting the i… in OptimizeLenArrayForMultiArray()