Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp232 GateRef frameState = acc_.GetFrameState(gate); in LowerHeapObjectCheck() local
299 auto frameState = acc_.GetFrameState(gate); in DeleteStateSplit() local
308 GateRef frameState = acc_.GetFrameState(gate); in LowerArrayGuardianCheck() local
318 GateRef frameState = acc_.GetFrameState(gate); in LowerHClassStableArrayCheck() local
537 GateRef frameState = acc_.GetFrameState(gate); in LowerCheckAndConvert() local
579 void MCRLowering::LowerCheckFloat64AndConvert(GateRef gate, GateRef frameState) in LowerCheckFloat64AndConvert()
596 void MCRLowering::LowerCheckSpecialHoleAndConvert(GateRef gate, GateRef frameState) in LowerCheckSpecialHoleAndConvert()
619 void MCRLowering::LowerCheckUInt32AndConvert(GateRef gate, GateRef frameState) in LowerCheckUInt32AndConvert()
628 void MCRLowering::LowerCheckTaggedIntAndConvert(GateRef gate, GateRef frameState) in LowerCheckTaggedIntAndConvert()
644 void MCRLowering::LowerCheckTaggedDoubleAndConvert(GateRef gate, GateRef frameState) in LowerCheckTaggedDoubleAndConvert()
[all …]
Dmcr_circuit_builder.cpp24 GateRef frameState) in ObjectTypeCheck()
49 GateRef frameState) in ObjectTypeCheck()
65 GateRef CircuitBuilder::HeapObjectCheck(GateRef gate, GateRef frameState) in HeapObjectCheck()
84 auto frameState = acc_.FindNearestFrameState(currentDepend); in EcmaObjectCheck() local
92 GateRef CircuitBuilder::HeapObjectIsEcmaObjectCheck(GateRef gate, GateRef frameState) in HeapObjectIsEcmaObjectCheck()
106 GateRef CircuitBuilder::ProtoChangeMarkerCheck(GateRef gate, GateRef frameState) in ProtoChangeMarkerCheck()
123 GateRef CircuitBuilder::PrimitiveTypeProtoChangeMarkerCheck(GateRef gate, GateRef frameState) in PrimitiveTypeProtoChangeMarkerCheck()
142 auto frameState = acc_.FindNearestFrameState(currentDepend); in StableArrayCheck() local
156 GateRef frameState = acc_.FindNearestFrameState(receiver); in MathHClassConsistencyCheck() local
176 auto frameState = acc_.FindNearestFrameState(currentDepend); in ElementsKindCheck() local
[all …]
Dtyped_hcr_lowering.cpp309 GateRef frameState = GetFrameState(gate); in LowerIntCheck() local
320 GateRef frameState = GetFrameState(gate); in LowerDoubleCheck() local
331 GateRef frameState = GetFrameState(gate); in LowerNumberCheck() local
342 GateRef frameState = GetFrameState(gate); in LowerBooleanCheck() local
354 GateRef frameState = GetFrameState(gate); in LowerStableArrayCheck() local
435 GateRef frameState = GetFrameState(gate); in LowerTypedArrayCheck() local
463 GateRef frameState = GetFrameState(gate); in LowerInternStringKeyCheck() local
479 GateRef frameState = GetFrameState(gate); in LowerStringKeyCheck() local
491 GateRef frameState = GetFrameState(gate); in LowerEcmaStringCheck() local
503 GateRef frameState = GetFrameState(gate); in LowerInternStringCheck() local
[all …]
Dloop_analysis.cpp80 auto frameState = acc_.GetFrameState(nex); in CollectUseGate() local
148 auto frameState = acc_.GetFrameState(gate); in UpdateLoopInfo() local
Dtyped_hcr_lowering.h178 GateRef frameState; member
Dnative_inline_lowering.cpp379 GateRef frameState = acc_.GetFrameState(gate); in AddTraceLogs() local
701 GateRef frameState = acc_.GetFrameState(gate); in TryInlineBigIntAsIntN() local
965 GateRef frameState = acc_.GetFrameState(gate); in TryInlineDataViewGet() local
997 GateRef frameState = acc_.GetFrameState(gate); in TryInlineDataViewSet() local
1542 GateRef frameState = acc_.GetFrameState(gate); in TryInlineArrayForEach() local
1589 GateRef frameState = acc_.GetFrameState(gate); in TryInlineArrayFindOrFindIndex() local
1639 GateRef frameState = acc_.GetFrameState(gate); in TryInlineArrayFilter() local
1676 GateRef frameState = acc_.GetFrameState(gate); in TryInlineArrayMap() local
1712 GateRef frameState = acc_.GetFrameState(gate); in TryInlineArraySome() local
1749 GateRef frameState = acc_.GetFrameState(gate); in TryInlineArrayEvery() local
[all …]
Dtyped_bytecode_lowering.cpp610 GateRef frameState = acc_.GetFrameState(gate); in PolyPrimitiveTypeCheckAndLoad() local
715 GateRef frameState = acc_.GetFrameState(gate); in LowerTypedMonoLdObjByName() local
804 GateRef frameState = acc_.GetFrameState(gate); in PolyHeapObjectCheckAndLoad() local
922 GateRef frameState = acc_.FindNearestFrameState(builder_.GetDepend()); in LowerTypedLdPrivateProperty() local
959 GateRef frameState = acc_.FindNearestFrameState(builder_.GetDepend()); in LowerTypedStPrivateProperty() local
1018 GateRef frameState = Circuit::NullGate(); in LowerTypedStObjByName() local
1137 …dBytecodeLowering::TypedStObjByNameTransition(GateRef gate, GateRef receiverHC, GateRef frameState, in TypedStObjByNameTransition()
1303 GateRef frameState = acc_.FindNearestFrameState(gate); in TryLowerTypedLdObjByNameForGlobalsId() local
1610 GateRef frameState = acc_.FindNearestFrameState(gate); in LowerTypedLdObjByValue() local
1779 GateRef frameState = acc_.FindNearestFrameState(builder_.GetDepend()); in StoreJSArrayByIndex() local
[all …]
Dargument_accessor.cpp138 GateRef frameState = gateAcc.GetFrameState(gate); in GetFrameArgsIn() local
Dts_inline_lowering.cpp133 GateRef frameState = GetFrameState(info); in TryInline() local
372 GateRef frameState = acc_.GetFrameState(gate); in BuildAccessor() local
549 GateRef frameState = acc_.GetFrameState(gate); in InlineFuncCheck() local
587 auto frameState = acc_.GetFrameState(gate); in InlineAccessorCheck() local
758 GateRef frameState = GetFrameState(info); in GetFrameArgs() local
Dntype_hcr_lowering.cpp93 GateRef frameState = GetFrameState(gate); in LowerCreateArrayWithBuffer() local
156 GateRef frameState = GetFrameState(gate); in LowerCreateArguments() local
Dtyped_bytecode_lowering.h99 GateRef frameState; member
Dframe_states.cpp185 auto frameState = acc_.GetFrameState(stateSplit); in BuildStateSplitBeforeCatch() local
1464 auto frameState = circuit_->NewGate(circuit_->FrameState(accessor.ToValue()), in BuildFrameState() local
1471 auto frameState = BuildFrameState(frameContext, liveout, bcIndex); in BuildStateSplit() local
1491 auto frameState = GetBcFrameStateCache(); in BindFrameStateAndStateSplitAfter() local
Dhcr_circuit_builder.cpp553 auto frameState = acc_.FindNearestFrameState(currentDepend); in CreateArrayWithBuffer() local
569 auto frameState = acc_.FindNearestFrameState(currentDepend); in CreateArguments() local
710 GateRef frameState = acc_.FindNearestFrameState(currentDepend); in OrdinaryHasInstance() local
Dntype_bytecode_lowering.cpp365 GateRef frameState = acc_.FindNearestFrameState(builder_.GetDepend()); in LowerLdExternalMoudleVar() local
Dtyped_native_inline_lowering.cpp796 auto frameState = FindFrameState(gate); in LowerIntAbs() local
1236 GateRef frameState = acc_.GetValueIn(gate, 2); in LowerBigIntAsIntN() local
1313 GateRef frameState = Circuit::NullGate(); in LowerDataViewProtoFunc() local
1987 auto frameState = acc_.GetFrameState(gate); in LowerNumberParseFloat() local
2987 GateRef frameState = acc_.GetValueIn(gate, 3); in LowerArrayFilter() local
3088 GateRef frameState = acc_.GetValueIn(gate, 3); in LowerArrayMap() local
3451 GateRef frameState = acc_.GetValueIn(gate, 3); in LowerArraySlice() local
Dmcr_circuit_builder.h710 auto frameState = acc_.GetFrameState(gate); in JSNoGCCallThisTargetTypeCheck() local
725 auto frameState = acc_.GetFrameState(gate); in JSCallTargetTypeCheck() local
Dcircuit_builder.cpp369 void CircuitBuilder::DeoptCheck(GateRef condition, GateRef frameState, DeoptType type) in DeoptCheck()
504 GateRef frameState = acc_.GetFrameState(hirGate); in AppendFrameState() local
957 …lder::GetObjectByIndexFromConstPool(GateRef glue, GateRef hirGate, GateRef frameState, GateRef ind… in GetObjectByIndexFromConstPool()
1258 auto frameState = acc_.FindNearestFrameState(currentDepend); in LoadBuiltinObject() local
Dnumber_speculative_lowering.cpp1020 GateRef frameState = acc_.GetFrameState(gate); in VisitLoadPropertyOnProto() local
Dbytecode_circuit_builder.cpp795 GateRef frameState = gateAcc_.FindNearestFrameState(depend); in NewDeopt() local
Dgate_accessor.cpp653 GateRef frameState = GetFrameState(gate); in GetFrameArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp708 GateRef frameState = Circuit::NullGate(); in VisitRuntimeCall() local
933 void LLVMIRBuilder::ComputeArgCountAndExtraInfo(size_t &actualNumArgs, GateRef &frameState, in ComputeArgCountAndExtraInfo()
1129 GateRef frameState = Circuit::NullGate(); in VisitCall() local
3029 GateRef frameState = deoptFrameState; in GetDeoptBundleInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1498 auto frameState = inList.at(actualNumArgs); in VisitRuntimeCall() local
1734 auto frameState = inList.at(actualNumArgs); in VisitCall() local
3018 GateRef frameState = acc_.GetFrameState(deoptFrameState); in GetDeoptBundleInfo() local