| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_lowering.cpp | 232 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 …]
|
| D | mcr_circuit_builder.cpp | 24 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 …]
|
| D | typed_hcr_lowering.cpp | 309 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 …]
|
| D | loop_analysis.cpp | 80 auto frameState = acc_.GetFrameState(nex); in CollectUseGate() local 148 auto frameState = acc_.GetFrameState(gate); in UpdateLoopInfo() local
|
| D | typed_hcr_lowering.h | 178 GateRef frameState; member
|
| D | native_inline_lowering.cpp | 379 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 …]
|
| D | typed_bytecode_lowering.cpp | 610 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 …]
|
| D | argument_accessor.cpp | 138 GateRef frameState = gateAcc.GetFrameState(gate); in GetFrameArgsIn() local
|
| D | ts_inline_lowering.cpp | 133 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
|
| D | ntype_hcr_lowering.cpp | 93 GateRef frameState = GetFrameState(gate); in LowerCreateArrayWithBuffer() local 156 GateRef frameState = GetFrameState(gate); in LowerCreateArguments() local
|
| D | typed_bytecode_lowering.h | 99 GateRef frameState; member
|
| D | frame_states.cpp | 185 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
|
| D | hcr_circuit_builder.cpp | 553 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
|
| D | ntype_bytecode_lowering.cpp | 365 GateRef frameState = acc_.FindNearestFrameState(builder_.GetDepend()); in LowerLdExternalMoudleVar() local
|
| D | typed_native_inline_lowering.cpp | 796 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
|
| D | mcr_circuit_builder.h | 710 auto frameState = acc_.GetFrameState(gate); in JSNoGCCallThisTargetTypeCheck() local 725 auto frameState = acc_.GetFrameState(gate); in JSCallTargetTypeCheck() local
|
| D | circuit_builder.cpp | 369 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
|
| D | number_speculative_lowering.cpp | 1020 GateRef frameState = acc_.GetFrameState(gate); in VisitLoadPropertyOnProto() local
|
| D | bytecode_circuit_builder.cpp | 795 GateRef frameState = gateAcc_.FindNearestFrameState(depend); in NewDeopt() local
|
| D | gate_accessor.cpp | 653 GateRef frameState = GetFrameState(gate); in GetFrameArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 708 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/ |
| D | litecg_ir_builder.cpp | 1498 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
|