Searched refs:Bound (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | array_bounds_check_elimination.h | 37 class Bound { class in panda::ecmascript::kungfu::ArrayBoundsCheckElimination 39 Bound(); 40 explicit Bound(GateRef v); 41 Bound(int lower, GateRef lowerGate, int upper, GateRef upperGate); 42 Bound(TypedBinOp op, GateRef gate, int constant); 43 ~Bound(){}; in ~Bound() 87 bool IsSmaller(Bound *b) in IsSmaller() 95 Bound* Copy(Chunk *chunk) in Copy() 97 return chunk->New<Bound>(lower_, lowerGate_, upper_, upperGate_); in Copy() 119 typedef ChunkVector<Bound*> BoundStac [all...] |
H A D | array_bounds_check_elimination.cpp | 33 ArrayBoundsCheckElimination::Bound::Bound() in Bound() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination::Bound 41 ArrayBoundsCheckElimination::Bound::Bound(int lower, GateRef lowerGate, int upper, GateRef upperGate) in Bound() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination::Bound 49 ArrayBoundsCheckElimination::Bound::Bound(TypedBinOp op, GateRef gate, int constant) in Bound() function in panda::ecmascript::kungfu::ArrayBoundsCheckElimination::Bound 95 ArrayBoundsCheckElimination::Bound *ArrayBoundsCheckElimination::AndOp(Bound *bound, Bound *b) in AndOp() 150 ArrayBoundsCheckElimination::Bound *ArrayBoundsCheckEliminatio [all...] |
Completed in 2 milliseconds