| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/src/ |
| H A D | types.rb | 163 def step method in ESChecker.Types.Parser
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| H A D | set_operations.h | 42 auto step = [&iters, &ends](bool &aligned, EltType &val) { in SetIntersection() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | bit_memory_region.h | 99 int step = (val > 0) ? 1 : -1; in Next() local
|
| H A D | bit_vector.h | 612 int step = (val > 0) ? 1 : -1; in Next() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | bit_memory_region.h | 100 size_t step = 1U; in Next() local
|
| H A D | bit_vector.h | 648 int step = (val > 0) ? 1 : -1; in Next() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | infer_flags.cpp | 35 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 D | profile_type_info.cpp | 44 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 D | invoke_cache.cpp | 48 constexpr uint8_t step = 2; in SetPolyConstuctCacheSlot() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | data_protect.h | 170 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 D | optimize_string_concat.cpp | 238 auto step = GetGraph()->FindOrCreateConstant(1); in CreateAppendArgsLoop() local
|
| H A D | memory_coalescing.cpp | 37 int64_t step; member
|
| H A D | checks_elimination.cpp | 934 auto step = static_cast<int64_t>(countableLoopInfo->constStep); in InsertDeoptimizationForIndexOverflow() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | json_parser.h | 211 inline void AdvanceMultiStep(int step) in AdvanceMultiStep() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | loop_unroll_test.cpp | 694 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 D | js_object.cpp | 54 void ThroughputJSObjectResizingStrategy::UpdateGrowStep(JSThread *thread, uint32_t step) in UpdateGrowStep() argument
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| H A D | cocos_worker_test.js | [all...] |