Searched refs:advance (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/pgo_test_case/ |
D | op_type_test.js | 24 function advance(bodies, dt) { function 68 advance(bodies, 0.01);
|
/arkcompiler/ets_runtime/test/typeinfer/loopbeginphi/ |
D | loopbeginphi.ts | 56 function advance(dt: number) {
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | list.h | 98 std::advance(tmp, n); 254 std::advance(last, SHIFT); in EraseAfter()
|
/arkcompiler/runtime_core/libpandabase/mem/ |
D | alloc_tracker.cpp | 202 std::advance(it, stacktrace_id); in DumpMemLeaks()
|
/arkcompiler/runtime_core/tests/benchmarks/ |
D | access-nbody.pa | 83 call.short advance, v4, v6 301 .function void advance(Body[] a0, f64 a1){
|
/arkcompiler/toolchain/build/prebuilts_download/ |
D | prebuilts_download.py | 106 progress.update(task_id, advance=len(data))
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | small_vector_test.cpp | 148 std::advance(it, 8); in TestVectorIteration()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot.cpp | 1090 std::advance(iter, static_cast<int>(pos)); in InsertNodeAt() 1100 std::advance(iter, static_cast<int>(pos)); in InsertEdgeAt()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_string.cpp | 1176 int32_t advance = 1; in GetSubstitution() local 1184 advance = 2; // 2: 2 means from index needs to add two. in GetSubstitution() 1203 continueFromIndex = peekIndex + advance; in GetSubstitution()
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …advance:function(){f=void 0,l.getStartPos()!==o?g=!!_&&4===e.last(_).kind:l.scan(),u=void 0,_=void… method
|