Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp795 auto stateSplit = BuildStateSplit(liveContext_, liveout, bbNext.start); in NewLoopExit() local
846 auto stateSplit = BuildStateSplit(liveContext_, liveout, bb.start); in AdvanceToNextBB() local
1467 …auto stateSplit = BuildStateSplit(liveContext_, GetOrOCreateBCEndLiveOut(bcId), bcId + 1); // 1: f… in BindStateSplitAfter() local
Dtyped_bytecode_lowering.cpp1602 GateRef stateSplit = acc_.GetDep(gate); in LowerTypedNewObjRange() local
1689 GateRef stateSplit = acc_.GetDep(gate); in LowerTypedSuperCall() local
Dgate_accessor.cpp1701 GateRef stateSplit = Circuit::NullGate(); in GetFrameStateDependIn() local
Dmcr_circuit_builder.cpp369 auto stateSplit = acc_.FindNearestStateSplit(currentDepend); in CheckAndConvert() local