Searched defs:frameState (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.cpp | 147 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()
|
| D | type_lowering.cpp | 135 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 …]
|
| D | frame_states.cpp | 75 GateRef frameState = FrameState(pcOffset, stateInfo); in BindStateSplit() local
|
| D | ts_type_lowering.cpp | 978 GateRef frameState = acc_.GetFrameState(stateSplit); in LowerTypedNewObjRange() local 1011 GateRef frameState = acc_.GetFrameState(stateSplit); in LowerTypedSuperCall() local
|
| D | early_elimination.cpp | 709 auto frameState = dependInfo->LookUpFrameState(); in TryEliminateStateSplitAndFrameState() local
|
| D | gate_accessor.cpp | 627 GateRef frameState = GetFrameState(stateSplit); in DeleteStateSplitAndFrameState() local
|
| D | circuit_builder-inl.h | 1025 auto frameState = acc_.GetFrameState(currentDepend); in Int32OverflowCheck() local
|
| D | llvm_ir_builder.cpp | 1909 GateRef frameState = acc_.GetIn(gate, 1); in VisitDeopt() local
|
| D | slowpath_lowering.cpp | 3678 GateRef frameState = acc_.GetValueIn(gate, 1); in LowerDeoptCheck() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | lowering_relate_gate_test.cpp | 56 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
|