Home
last modified time | relevance | path

Searched defs:frameState (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp147 auto frameState = acc_.GetFrameState(currentDepend); in ObjectTypeCheck() local
161 auto frameState = acc_.GetFrameState(currentDepend); in ArrayCheck() local
175 auto frameState = acc_.GetFrameState(currentDepend); in StableArrayCheck() local
189 auto frameState = acc_.GetFrameState(currentDepend); in TypedArrayCheck() local
203 auto frameState = acc_.GetFrameState(currentDepend); in IndexCheck() local
217 auto frameState = acc_.GetFrameState(currentDepend); in PrimitiveTypeCheck() local
231 auto frameState = acc_.GetFrameState(currentDepend); in CallTargetCheck() local
239 GateRef CircuitBuilder::DeoptCheck(GateRef condition, GateRef frameState, DeoptType type) in DeoptCheck()
252 GateRef CircuitBuilder::TypedNewAllocateThis(GateRef ctor, GateRef hclassIndex, GateRef frameState) in TypedNewAllocateThis()
265 …ef CircuitBuilder::TypedSuperAllocateThis(GateRef superCtor, GateRef newTarget, GateRef frameState) in TypedSuperAllocateThis()
Dtype_lowering.cpp135 GateRef frameState = GetFrameState(gate); in LowerIntCheck() local
146 GateRef frameState = GetFrameState(gate); in LowerDoubleCheck() local
157 GateRef frameState = GetFrameState(gate); in LowerNumberCheck() local
168 GateRef frameState = GetFrameState(gate); in LowerBooleanCheck() local
180 GateRef frameState = GetFrameState(gate); in LowerArrayCheck() local
200 GateRef frameState = GetFrameState(gate); in LowerStableArrayCheck() local
235 GateRef frameState = GetFrameState(gate); in LowerFloat32ArrayCheck() local
265 GateRef frameState = GetFrameState(gate); in LowerClassInstanceCheck() local
295 GateRef frameState = GetFrameState(gate); in LowerArrayIndexCheck() local
311 GateRef frameState = GetFrameState(gate); in LowerFloat32ArrayIndexCheck() local
[all …]
Dframe_states.cpp75 GateRef frameState = FrameState(pcOffset, stateInfo); in BindStateSplit() local
Dts_type_lowering.cpp978 GateRef frameState = acc_.GetFrameState(stateSplit); in LowerTypedNewObjRange() local
1011 GateRef frameState = acc_.GetFrameState(stateSplit); in LowerTypedSuperCall() local
Dearly_elimination.cpp709 auto frameState = dependInfo->LookUpFrameState(); in TryEliminateStateSplitAndFrameState() local
Dgate_accessor.cpp627 GateRef frameState = GetFrameState(stateSplit); in DeleteStateSplitAndFrameState() local
Dcircuit_builder-inl.h1025 auto frameState = acc_.GetFrameState(currentDepend); in Int32OverflowCheck() local
Dllvm_ir_builder.cpp1909 GateRef frameState = acc_.GetIn(gate, 1); in VisitDeopt() local
Dslowpath_lowering.cpp3678 GateRef frameState = acc_.GetValueIn(gate, 1); in LowerDeoptCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp56 auto frameState = circuit.NewGate(circuit.FrameState(1), {pcGate}); in HWTEST_F_L0() local
148 auto frameState = circuit.NewGate(circuit.FrameState(1), {pcGate}); in HWTEST_F_L0() local