Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_lowering.cpp152 GateRef frameState = acc_.GetFrameState(gate); in LowerHeapObjectCheck() local
176 auto frameState = acc_.GetFrameState(gate); in DeleteStateSplit() local
185 GateRef frameState = acc_.GetFrameState(gate); in LowerArrayGuardianCheck() local
196 GateRef frameState = acc_.GetFrameState(gate); in LowerHClassStableArrayCheck() local
336 GateRef frameState = acc_.GetFrameState(gate); in LowerCheckAndConvert() local
363 void LCRLowering::LowerCheckUInt32AndConvert(GateRef gate, GateRef frameState) in LowerCheckUInt32AndConvert()
372 void LCRLowering::LowerCheckTaggedIntAndConvert(GateRef gate, GateRef frameState) in LowerCheckTaggedIntAndConvert()
388 void LCRLowering::LowerCheckTaggedDoubleAndConvert(GateRef gate, GateRef frameState, Label *exit) in LowerCheckTaggedDoubleAndConvert()
404 void LCRLowering::LowerCheckTaggedNumberAndConvert(GateRef gate, GateRef frameState, Label *exit) in LowerCheckTaggedNumberAndConvert()
422 void LCRLowering::LowerCheckSupportAndConvert(GateRef gate, GateRef frameState) in LowerCheckSupportAndConvert()
[all …]
Dtype_mcr_lowering.cpp192 GateRef frameState = GetFrameState(gate); in LowerIntCheck() local
203 GateRef frameState = GetFrameState(gate); in LowerDoubleCheck() local
214 GateRef frameState = GetFrameState(gate); in LowerNumberCheck() local
225 GateRef frameState = GetFrameState(gate); in LowerBooleanCheck() local
237 GateRef frameState = GetFrameState(gate); in LowerStableArrayCheck() local
298 GateRef frameState = GetFrameState(gate); in LowerTypedArrayCheck() local
336 GateRef frameState = GetFrameState(gate); in LowerTSSubtypingCheck() local
346 GateRef frameState = GetFrameState(gate); in LowerSimpleHClassCheck() local
369 GateRef frameState = GetFrameState(gate); in LowerSimpleHClassCompare() local
376 GateRef frameState = GetFrameState(gate); in LowerTSSubtypingCompare() local
[all …]
Dloop_analysis.cpp83 auto frameState = acc_.GetFrameState(nex); in CollectLoopBody() local
131 auto frameState = acc_.GetFrameState(gate); in UpdateLoopInfo() local
Dcircuit_builder.cpp146 auto frameState = acc_.FindNearestFrameState(currentDepend); in ObjectTypeCheck() local
160 auto frameState = acc_.FindNearestFrameState(currentDepend); in ObjectTypeCompare() local
169 GateRef CircuitBuilder::HeapObjectCheck(GateRef gate, GateRef frameState) in HeapObjectCheck()
186 auto frameState = acc_.FindNearestFrameState(currentDepend); in StableArrayCheck() local
200 auto frameState = acc_.FindNearestFrameState(currentDepend); in COWArrayCheck() local
208 GateRef CircuitBuilder::HClassStableArrayCheck(GateRef gate, GateRef frameState, ArrayMetaDataAcces… in HClassStableArrayCheck()
220 GateRef CircuitBuilder::ArrayGuardianCheck(GateRef frameState) in ArrayGuardianCheck()
237 auto frameState = acc_.FindNearestFrameState(currentDepend); in TypedArrayCheck() local
275 auto frameState = acc_.FindNearestFrameState(currentDepend); in IndexCheck() local
347 auto frameState = acc_.GetFrameState(stateSplit); in CheckAndConvert() local
[all …]
Dts_inline_lowering.cpp103 GateRef frameState = GetFrameState(info); in TryInline() local
476 GateRef frameState = acc_.GetFrameState(gate); in InlineFuncCheck() local
497 auto frameState = acc_.FindNearestFrameState(callDepend); in InlineAccessorCheck() local
681 GateRef frameState = acc_.FindNearestFrameState(gate); in GetFrameState() local
687 GateRef frameState = GetFrameState(info); in GetFrameArgs() local
Dframe_states.cpp67 void FrameStateBuilder::BindStateSplit(GateRef state, GateRef depend, GateRef frameState) in BindStateSplit()
83 void FrameStateBuilder::BindStateSplit(GateRef gate, GateRef frameState) in BindStateSplit()
510 GateRef frameState = BuildFrameStateGate(pcOffset, frameValues, FrameStateOutput::Invalid()); in BuildCallFrameState() local
Dntype_mcr_lowering.cpp102 GateRef frameState = GetFrameState(gate); in LowerCreateArrayWithBuffer() local
Dts_hcr_lowering.cpp931 GateRef frameState = acc_.FindNearestFrameState(builder_.GetDepend()); in StoreJSArrayByIndex() local
1044 GateRef frameState = acc_.FindNearestFrameState(stateSplit); in LowerTypedNewObjRange() local
1071 GateRef frameState = acc_.FindNearestFrameState(stateSplit); in LowerTypedSuperCall() local
Dcircuit_builder-inl.h915 auto frameState = acc_.GetFrameState(gate); in JSNoGCCallThisTargetTypeCheck() local
930 auto frameState = acc_.GetFrameState(gate); in JSCallTargetTypeCheck() local
945 auto frameState = acc_.GetFrameState(gate); in JSCallThisTargetTypeCheck() local
Dllvm_ir_builder.cpp2324 GateRef frameState = acc_.GetFrameState(deoptFrameState); in VisitDeoptCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp60 auto frameState = circuit.NewGate(circuit.FrameState(1), {pcGate, frameArgs}); in HWTEST_F_L0() local