Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp787 auto stateSplit = BuildStateSplit(liveContext_, liveout, bbNext.start); in NewLoopExit() local
838 auto stateSplit = BuildStateSplit(liveContext_, liveout, bb.start); in AdvanceToNextBB() local
1459 …auto stateSplit = BuildStateSplit(liveContext_, GetOrOCreateBCEndLiveOut(bcId), bcId + 1); // 1: f… in BindStateSplitAfter() local
Dtyped_bytecode_lowering.cpp1535 GateRef stateSplit = acc_.GetDep(gate); in LowerTypedNewObjRange() local
1620 GateRef stateSplit = acc_.GetDep(gate); in LowerTypedSuperCall() local
Dgate_accessor.cpp1655 GateRef stateSplit = Circuit::NullGate(); in GetFrameStateDependIn() local
Dmcr_circuit_builder.cpp345 auto stateSplit = acc_.FindNearestStateSplit(currentDepend); in CheckAndConvert() local