Home
last modified time | relevance | path

Searched defs:step (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/src/
H A Dtypes.rb163 def step method in ESChecker.Types.Parser
/arkcompiler/runtime_core/static_core/verification/util/
H A Dset_operations.h42 auto step = [&iters, &ends](bool &aligned, EltType &val) { in SetIntersection() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_memory_region.h99 int step = (val > 0) ? 1 : -1; in Next() local
H A Dbit_vector.h612 int step = (val > 0) ? 1 : -1; in Next() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_memory_region.h100 size_t step = 1U; in Next() local
H A Dbit_vector.h648 int step = (val > 0) ? 1 : -1; in Next() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dinfer_flags.cpp35 bool CanOverflow(const llvm::KnownBits &start, const llvm::KnownBits &step, uint64_t tripCount) in CanOverflow() argument
100 llvm::Value *step; in RunOnBasicBlock() local
[all...]
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dprofile_type_info.cpp44 const uint32_t step = 2; in AddWithoutKeyPoly() local
121 const uint32_t step = 2; in AddHandlerWithKey() local
156 const uint8_t step in AddGlobalHandlerKey() local
[all...]
H A Dinvoke_cache.cpp48 constexpr uint8_t step = 2; in SetPolyConstuctCacheSlot() local
/arkcompiler/runtime_core/libpandafile/
H A Ddata_protect.h170 constexpr uint32_t step = 4; in Append() local
193 constexpr uint32_t step = 4; in Append() local
251 constexpr uint32_t step = 4; in CompareStringWithPacedString() local
305 constexpr uint32_t step = 4; AppendWithoutCheckBack() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Doptimize_string_concat.cpp238 auto step = GetGraph()->FindOrCreateConstant(1); in CreateAppendArgsLoop() local
H A Dmemory_coalescing.cpp37 int64_t step; member
H A Dchecks_elimination.cpp934 auto step = static_cast<int64_t>(countableLoopInfo->constStep); in InsertDeoptimizationForIndexOverflow() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.h211 inline void AdvanceMultiStep(int step) in AdvanceMultiStep() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dloop_unroll_test.cpp694 BuildLoopWithIncrement(ConditionCode cc, std::optional<uint64_t> start, uint64_t stop, uint64_t step, DataType::Type type) BuildLoopWithIncrement() argument
731 BuildLoopWithDecrement(ConditionCode cc, std::optional<uint64_t> start, std::optional<uint64_t> stop, uint64_t step, DataType::Type type) BuildLoopWithDecrement() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.cpp54 void ThroughputJSObjectResizingStrategy::UpdateGrowStep(JSThread *thread, uint32_t step) in UpdateGrowStep() argument
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 48 milliseconds