Home
last modified time | relevance | path

Searched defs:lower (Results 1 – 10 of 10) 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.h28 static bool IsBetween(int n, int lower, int hign) in IsBetween()
Djs_stable_array.cpp1367 int64_t &lower, uint32_t len) in Reverse()
1386 int64_t &lower, uint32_t len, ElementsKind kind) in FastReverse()
/arkcompiler/jsvm/interface/kits/
Djsvm_types.h581 uint64_t lower; member
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp2116 GateRef lower = GetValueFromMutantTaggedArray(elements, *i); in FastReverse() local
2122 GateRef lower = GetValueFromTaggedArray(glue, elements, *i); in FastReverse() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1035 int64_t lower = 0; in Reverse() local
Dbuiltins_typedarray.cpp1111 int64_t lower = 0; in Reverse() local
Dbuiltins_shared_array.cpp2747 uint32_t lower, uint32_t len, ElementsKind kind) in FastReverse()
Dbuiltins_array.cpp1965 int64_t lower = 0; in Reverse() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp1097 auto *lower = loopInfoValue.init; in ProcessIndexPhi() local