Home
last modified time | relevance | path

Searched defs:lower (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.cpp41 ArrayBoundsCheckElimination::Bound::Bound(int lower, GateRef lowerGate, int upper, GateRef upperGat… in Bound()
229 int lower = bound->Lower(); in DoBinaryArithmeticOp() local
276 int lower = bound->Lower(); in DoUnaryArithmeticOp() local
607 bool ArrayBoundsCheckElimination::CheckLoop(GateRef array, GateRef lowerGate, int lower, GateRef up… in CheckLoop()
667 …GateRef lengthMetaData, GateRef lowerGate, int lower, GateRef upperGate, int upper, bool isTypedAr… in LoopInvariantMotionForIndexCheck()
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h27 static bool IsBetween(int n, int lower, int hign) in IsBetween()
Djs_stable_array.cpp1206 int64_t &lower, uint32_t len) in Reverse()
1226 int64_t &lower, uint32_t len, ElementsKind kind) in FastReverse()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp995 …imination::TryInsertDeoptimizationForLargeStep(ConditionCode cc, Inst *resultLenArray, Inst *lower, in TryInsertDeoptimizationForLargeStep()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1008 int64_t lower = 0; in Reverse() local
Dbuiltins_typedarray.cpp1138 int64_t lower = 0; in Reverse() local
Dbuiltins_array.cpp1977 int64_t lower = 0; in Reverse() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp1073 auto *lower = loopInfoValue.init; in ProcessIndexPhi() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp1895 GateRef lower = GetValueFromMutantTaggedArray(elements, *i); in FastReverse() local
1901 GateRef lower = GetValueFromTaggedArray(elements, *i); in FastReverse() local