Home
last modified time | relevance | path

Searched refs:advance (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/pgo_test_case/
H A Dop_type_test.js24 function advance(bodies, dt) { function
68 advance(bodies, 0.01);
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregScope.cpp45 std::advance(it, insStartIndex_); in DebuggerCloseScope()
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp928 Text advance = AdvanceLastNumberCharacter(current);
929 if (UNLIKELY(current == advance)) {
932 size_t numberLength = advance - current;
934 if (numberLength <= INTEGER_MAX_LEN && (*advance == ',' || *advance == ']' || *advance == '}')) {
935 for (; current != advance; current++) {
939 current_ = advance;
/arkcompiler/runtime_core/libpandabase/utils/
H A Dlist.h98 std::advance(tmp, n); in operator +()
254 std::advance(last, SHIFT); in EraseAfter()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dlist.h96 std::advance(tmp, n); in operator +()
250 std::advance(last, SHIFT); in EraseAfter()
/arkcompiler/runtime_core/libpandabase/mem/
H A Dalloc_tracker.cpp202 std::advance(it, stacktrace_id); in DumpMemLeaks()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Dalloc_tracker.cpp202 std::advance(it, stacktraceId); in DumpMemLeaks()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dspill_fill_encoder.cpp155 std::advance(it, adv); in EncodeSpillFill()
/arkcompiler/runtime_core/libpandabase/tests/
H A Dsmall_vector_test.cpp159 std::advance(it, 8); in TestVectorResize()
/arkcompiler/toolchain/build/prebuilts_download/
H A Dprebuilts_download.py110 progress.update(task_id, advance=len(data))
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dsmall_vector_test.cpp163 std::advance(it, 8U); in TestVectorIteration()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.cpp1317 std::advance(iter, static_cast<int>(pos)); in InsertNodeAt()
1327 std::advance(iter, static_cast<int>(pos)); in InsertEdgeAt()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp1313 int32_t advance = 1; in ProcessDigitCapture() local
1323 advance = 2; // 2: 2 means from index needs to add two. in ProcessDigitCapture()
1341 return {static_cast<int32_t>(peekIndex) + advance, canBeCompress}; in ProcessDigitCapture()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-gc.cpp1575 std::advance(rangeEnd, GCUpdateRefsWorkersTask<false>::RANGE_SIZE); in ProcessMovedObjects()

Completed in 19 milliseconds