Home
last modified time | relevance | path

Searched defs:gates (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md88 #### RETURN
101 #### THROW
114 #### ORDINARY_BLOCK
127 #### IF_BRANCH
140 #### SWITCH_BRANCH
153 #### IF_TRUE | IF_FALSE
166 #### IF_SUCCESS | IF_EXCEPTION
179 #### SWITCH_CASE | DEFAULT_CASE
192 #### MERGE
205 #### LOOP_BEGIN
[all …]
Dgraph_linearizer.h137 void AddGates(ChunkVector<GateRef>& gates) in AddGates()
Dgraph_linearizer.cpp841 auto& gates = r->GetGates(); in LinearizeRegions() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp51 auto gates = builder_->GetGatesByBcIndex(index); in MethodTypeInfer() local
1330 auto gates = builder_->GetGatesByBcIndex(bcIndex); in PrintByteCodesWithTypes() local