Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp61 auto stateSplit = circuit.NewGate(circuit.StateSplit(), {state, depend, frameState}); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp69 GateRef stateSplit = circuit_->NewGate(circuit_->StateSplit(), {state, depend, frameState}); in BindStateSplit() local
90 GateRef stateSplit = circuit_->NewGate(circuit_->StateSplit(), {state, depend, frameState}); in BindStateSplit() local
Dts_hcr_lowering.cpp1042 GateRef stateSplit = acc_.GetDep(gate); in LowerTypedNewObjRange() local
1069 GateRef stateSplit = acc_.GetDep(gate); in LowerTypedSuperCall() local
Dcircuit_builder.cpp346 auto stateSplit = acc_.FindNearestStateSplit(currentDepend); in CheckAndConvert() local