Home
last modified time | relevance | path

Searched refs:GetNumValueIn (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp748 ASSERT(acc_.GetNumValueIn(gate) == 2); in LowerAdd2()
758 ASSERT(acc_.GetNumValueIn(gate) == 2); in LowerCreateIterResultObj()
784 size_t numVreg = acc_.GetNumValueIn(saveRegister); in SaveFrameToContext()
810 GateRef curAccGate = acc_.GetValueIn(gate, acc_.GetNumValueIn(gate) - 1); // get current acc in SaveFrameToContext()
855 ASSERT(acc_.GetNumValueIn(gate) == 2); in LowerAsyncFunctionAwaitUncaught()
864 ASSERT(acc_.GetNumValueIn(gate) == 2); in LowerAsyncFunctionResolve()
874 ASSERT(acc_.GetNumValueIn(gate) == 2); in LowerAsyncFunctionReject()
883 ASSERT(acc_.GetNumValueIn(gate) == 2); in LowerTryLdGlobalByName()
891 ASSERT(acc_.GetNumValueIn(gate) == 3); in LowerStGlobalVar()
912 ASSERT(acc_.GetNumValueIn(gate) == 1); in LowerCallArg0()
[all …]
Dvalue_numbering.cpp59 size_t valueCount = acc_.GetNumValueIn(gate); in HashCode()
75 size_t valueCount = acc_.GetNumValueIn(lhs); in CheckReplacement()
Dts_hcr_lowering.cpp554 ASSERT(acc_.GetNumValueIn(gate) == 3); in LowerTypedLdObjByName()
571 ASSERT(acc_.GetNumValueIn(gate) == 3); in LowerTypedStObjByName()
576 ASSERT(acc_.GetNumValueIn(gate) == 4); in LowerTypedStObjByName()
763 ASSERT(acc_.GetNumValueIn(gate) == 2); in LowerTypedLdObjByIndex()
783 ASSERT(acc_.GetNumValueIn(gate) == 3); in LowerTypedStObjByIndex()
828 ASSERT(acc_.GetNumValueIn(gate) == 2); in LowerTypedLdObjByValue()
833 ASSERT(acc_.GetNumValueIn(gate) == 3); in LowerTypedLdObjByValue()
986 ASSERT(acc_.GetNumValueIn(gate) == 4); // 4: num of value ins in LowerTypedStObjByValue()
1013 ASSERT(acc_.GetNumValueIn(gate) == 1); in LowerTypedIsTrueOrFalse()
1048 size_t range = acc_.GetNumValueIn(gate); in LowerTypedNewObjRange()
[all …]
Dntype_hcr_lowering.cpp148 ASSERT(acc_.GetNumValueIn(gate) == 1); in LowerNTypedCreateArrayWithBuffer()
185 ASSERT(acc_.GetNumValueIn(gate) == 3); in LowerNTypedStownByIndex()
206 ASSERT(acc_.GetNumValueIn(gate) == 3); in LowerNTypedStOwnByName()
Dlater_elimination.cpp153 size_t valueCount = acc_.GetNumValueIn(lhs); in CheckReplacement()
Dgraph_editor.cpp140 auto valueNum = acc_.GetNumValueIn(cur); in EliminatePhi()
Dnumber_speculative_retype.cpp210 size_t valueNum = acc_.GetNumValueIn(gate); in GetOuputForPhi()
250 size_t valueNum = acc_.GetNumValueIn(gate); in VisitPhi()
523 size_t valueNum = acc_.GetNumValueIn(gate); in VisitNumberRelated()
539 auto valuesIn = acc_.GetNumValueIn(gate); in VisitCallBuiltins()
577 size_t valueNum = acc_.GetNumValueIn(gate); in VisitOthers()
592 size_t valueNum = acc_.GetNumValueIn(gate); in VisitWithConstantValue()
Dts_inline_lowering.cpp221 size_t numIns = acc_.GetNumValueIn(gate); in CheckParameter()
233 size_t numIns = acc_.GetNumValueIn(gate); in ReplaceCallInput()
477 size_t funcIndex = acc_.GetNumValueIn(gate) - 1; in InlineFuncCheck()
645 size_t funcIndex = acc_.GetNumValueIn(gate) - 1; in CandidateNormalCall()
Dearly_elimination.cpp141 auto numIns = acc_.GetNumValueIn(gate); in TryEliminateGate()
300 size_t valueCount = acc_.GetNumValueIn(lhs); in CheckReplacement()
Dtype_mcr_lowering.cpp534 ASSERT(acc_.GetNumValueIn(gate) == 2); // 2: receiver, plr in LowerLoadProperty()
557 ASSERT(acc_.GetNumValueIn(gate) == 2); // 2: receiver, plr in LowerCallGetter()
582 ASSERT(acc_.GetNumValueIn(gate) == 3); // 3: receiver, plr, value in LowerStoreProperty()
602 ASSERT(acc_.GetNumValueIn(gate) == 3); // 3: receiver, plr, value in LowerCallSetter()
1272 ASSERT(acc_.GetNumValueIn(gate) == 2); // 2: receiver, plr in LowerLoadGetter()
1287 ASSERT(acc_.GetNumValueIn(gate) == 2); // 2: receiver, plr in LowerLoadSetter()
Dntype_mcr_lowering.cpp95 ASSERT(acc_.GetNumValueIn(gate) == 2); in LowerCreateArrayWithBuffer()
Dframe_states.cpp214 ASSERT(gateAcc_.GetNumValueIn(phi) == bb->numOfStatePreds); in GetPhiComponent()
561 size_t numOfRegs = gateAcc_.GetNumValueIn(saveRegsGate); in UpdateVirtualRegistersOfSuspend()
Dbuiltins_lowering.cpp22 auto valuesIn = acc_.GetNumValueIn(gate); in LowerTypedCallBuitin()
Dnumber_speculative_lowering.cpp446 auto valuesIn = acc_.GetNumValueIn(gate); in VisitCallBuiltins()
540 ASSERT(acc_.GetNumValueIn(gate) == 2); // 2: receiver, plr in VisitLoadProperty()
Dgate_accessor.h416 size_t GetNumValueIn(GateRef gate) const;
Dgate_accessor.cpp451 size_t GateAccessor::GetNumValueIn(GateRef gate) const in GetNumValueIn() function in panda::ecmascript::kungfu::GateAccessor
Dbytecode_circuit_builder.cpp1441 size_t depCount = gateAcc_.GetNumValueIn(depIn); in BuildCircuit()
Dllvm_ir_builder.cpp2336 const size_t numValueIn = acc_.GetNumValueIn(frameValues); in VisitDeoptCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp462 ASSERT(gateAccessor_.GetNumValueIn(gate) == 1); in InferThrow()
469 ASSERT(gateAccessor_.GetNumValueIn(gate) == 1); in InferTypeOf()
487 ASSERT(gateAccessor_.GetNumValueIn(gate) == 2); in InferAdd2()
518 ASSERT(gateAccessor_.GetNumValueIn(gate) == 2); in InferSub2()
543 ASSERT(gateAccessor_.GetNumValueIn(gate) == 2); in InferMul2()
572 ASSERT(gateAccessor_.GetNumValueIn(gate) == 2); in InferDiv2()
592 ASSERT(gateAccessor_.GetNumValueIn(gate) == 1); in InferIncDec()
616 ASSERT(gateAccessor_.GetNumValueIn(gate) == 2); in InferLdObjByIndex()
654 ASSERT(gateAccessor_.GetNumValueIn(gate) == 3); in SetStGlobalBcType()
661 ASSERT(gateAccessor_.GetNumValueIn(gate) == 2); in SetStGlobalBcType()
[all …]
Dpgo_type_infer.cpp304 ASSERT(acc_.GetNumValueIn(gate) == 3); in InferStObjByName()
308 ASSERT(acc_.GetNumValueIn(gate) == 4); in InferStObjByName()
321 ASSERT(acc_.GetNumValueIn(gate) == 3); in InferStOwnByName()
Dinitialization_analysis.cpp256 uint32_t numIns = acc_.GetNumValueIn(gate); in CheckThisAsValueIn()