Searched refs:IntegerStack (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | array_bounds_check_elimination.h | 121 typedef ChunkVector<int> IntegerStack; typedef 125 void AddIfCondition(IntegerStack &pushed, GateRef x, GateRef y, TypedBinOp op); 136 void UpdateBound(IntegerStack &pushed, GateRef gate, Bound *bound); 137 void UpdateBound(IntegerStack &pushed, GateRef x, TypedBinOp op, GateRef y, int constValue); 152 void ProcessIf(IntegerStack &pushed, GateRegion *parent, OpCode cond);
|
| D | array_bounds_check_elimination.cpp | 484 void ArrayBoundsCheckElimination::UpdateBound(IntegerStack &pushed, GateRef gate, Bound *bound) in UpdateBound() 510 void ArrayBoundsCheckElimination::UpdateBound(IntegerStack &pushed, GateRef x, TypedBinOp op, in UpdateBound() 533 void ArrayBoundsCheckElimination::AddIfCondition(IntegerStack &pushed, GateRef x, GateRef y, TypedB… in AddIfCondition() 763 void ArrayBoundsCheckElimination::ProcessIf(IntegerStack &pushed, GateRegion *parent, OpCode cond) in ProcessIf() 947 IntegerStack pushed(chunk_); in CalcBounds()
|