/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | mcr_lowering.cpp | 174 GateRef frameState = acc_.GetFrameState(gate); in LowerHeapObjectCheck() local 249 auto frameState = acc_.GetFrameState(gate); in DeleteStateSplit() local 258 GateRef frameState = acc_.GetFrameState(gate); in LowerArrayGuardianCheck() local 269 GateRef frameState = acc_.GetFrameState(gate); in LowerHClassStableArrayCheck() local 421 GateRef frameState = acc_.GetFrameState(gate); in LowerCheckAndConvert() local 454 void MCRLowering::LowerCheckUInt32AndConvert(GateRef gate, GateRef frameState) in LowerCheckUInt32AndConvert() 463 void MCRLowering::LowerCheckTaggedIntAndConvert(GateRef gate, GateRef frameState) in LowerCheckTaggedIntAndConvert() 479 void MCRLowering::LowerCheckTaggedDoubleAndConvert(GateRef gate, GateRef frameState, Label *exit) in LowerCheckTaggedDoubleAndConvert() 495 void MCRLowering::LowerCheckTaggedNumberAndConvert(GateRef gate, GateRef frameState, Label *exit) in LowerCheckTaggedNumberAndConvert() 513 void MCRLowering::LowerCheckSupportAndConvert(GateRef gate, GateRef frameState) in LowerCheckSupportAndConvert() [all …]
|
D | mcr_circuit_builder.cpp | 29 GateRef frameState) in ObjectTypeCheck() 50 auto frameState = acc_.FindNearestFrameState(currentDepend); in ObjectTypeCompare() local 59 GateRef CircuitBuilder::HeapObjectCheck(GateRef gate, GateRef frameState) in HeapObjectCheck() 73 GateRef CircuitBuilder::ProtoChangeMarkerCheck(GateRef gate, GateRef frameState) in ProtoChangeMarkerCheck() 95 auto frameState = acc_.FindNearestFrameState(currentDepend); in StableArrayCheck() local 109 auto frameState = acc_.FindNearestFrameState(currentDepend); in COWArrayCheck() local 122 auto frameState = acc_.FindNearestFrameState(currentDepend); in EcmaStringCheck() local 135 auto frameState = acc_.FindNearestFrameState(currentDepend); in FlattenTreeStringCheck() local 143 GateRef CircuitBuilder::HClassStableArrayCheck(GateRef gate, GateRef frameState, ArrayMetaDataAcces… in HClassStableArrayCheck() 155 GateRef CircuitBuilder::ArrayGuardianCheck(GateRef frameState) in ArrayGuardianCheck() [all …]
|
D | typed_hcr_lowering.cpp | 245 GateRef frameState = GetFrameState(gate); in LowerIntCheck() local 256 GateRef frameState = GetFrameState(gate); in LowerDoubleCheck() local 267 GateRef frameState = GetFrameState(gate); in LowerNumberCheck() local 278 GateRef frameState = GetFrameState(gate); in LowerBooleanCheck() local 290 GateRef frameState = GetFrameState(gate); in LowerStableArrayCheck() local 370 GateRef frameState = GetFrameState(gate); in LowerTypedArrayCheck() local 394 GateRef frameState = GetFrameState(gate); in LowerEcmaStringCheck() local 465 GateRef frameState = GetFrameState(gate); in LowerTSSubtypingCheck() local 475 GateRef frameState = GetFrameState(gate); in LowerSimpleHClassCheck() local 498 GateRef frameState = GetFrameState(gate); in LowerSimpleHClassCompare() 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 | ts_inline_lowering.cpp | 141 GateRef frameState = GetFrameState(info); in TryInline() local 359 GateRef frameState = acc_.GetFrameState(gate); in BuildAccessor() local 531 GateRef frameState = acc_.GetFrameState(gate); in InlineFuncCheck() local 564 auto frameState = acc_.GetFrameState(gate); in InlineAccessorCheck() local 714 GateRef frameState = GetFrameState(info); in GetFrameArgs() local
|
D | argument_accessor.cpp | 159 GateRef frameState = gateAcc.GetFrameState(gate); in GetFrameArgsIn() local
|
D | mcr_circuit_builder.h | 544 auto frameState = acc_.GetFrameState(gate); in JSNoGCCallThisTargetTypeCheck() local 559 auto frameState = acc_.GetFrameState(gate); in JSCallTargetTypeCheck() local 574 auto frameState = acc_.GetFrameState(gate); in JSCallThisTargetTypeCheck() local
|
D | typed_bytecode_lowering.cpp | 475 GateRef frameState = acc_.GetFrameState(gate); in LowerTypedLdObjByName() local 566 GateRef frameState = Circuit::NullGate(); in LowerTypedStObjByName() local 1106 GateRef frameState = acc_.FindNearestFrameState(builder_.GetDepend()); in StoreJSArrayByIndex() local 1228 GateRef frameState = acc_.FindNearestFrameState(stateSplit); in LowerTypedNewObjRange() local 1285 GateRef frameState = acc_.FindNearestFrameState(stateSplit); in LowerTypedSuperCall() local
|
D | frame_states.cpp | 1163 auto frameState = circuit_->NewGate(circuit_->FrameState(accessor.ToValue()), in BuildFrameState() local 1170 auto frameState = BuildFrameState(frameContext, liveout, bcIndex); in BuildStateSplit() local 1196 auto frameState = GetBcFrameStateCache(); in BindStateSplitAfter() local
|
D | circuit_builder.cpp | 304 GateRef CircuitBuilder::DeoptCheck(GateRef condition, GateRef frameState, DeoptType type) in DeoptCheck() 442 GateRef frameState = acc_.GetFrameState(jsFunc); in GetConstPool() local 913 auto frameState = acc_.FindNearestFrameState(currentDepend); in LoadBuiltinObject() local
|
D | hcr_circuit_builder.cpp | 428 auto frameState = acc_.FindNearestFrameState(currentDepend); in CreateArrayWithBuffer() local 564 GateRef frameState = acc_.FindNearestFrameState(currentDepend); in OrdinaryHasInstance() local
|
D | ntype_hcr_lowering.cpp | 87 GateRef frameState = GetFrameState(gate); in LowerCreateArrayWithBuffer() local
|
D | number_speculative_lowering.cpp | 992 GateRef frameState = acc_.GetFrameState(gate); in VisitLoadPropertyOnProto() local
|
D | gate_accessor.cpp | 619 GateRef frameState = GetFrameState(gate); in GetFrameArgs() local
|
D | litecg_ir_builder.cpp | 2179 GateRef frameState = acc_.GetFrameState(deoptFrameState); in VisitDeoptCheck() local
|
D | llvm_ir_builder.cpp | 2564 GateRef frameState = deoptFrameState; in VisitDeoptCheck() local
|