Home
last modified time | relevance | path

Searched refs:pause (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/ark/
H A Dark_pause_parser.py52 for pause in self.PAUSE_PATTERN.findall(m.group('pauses')):
53 if pause:
54 t = time_to_ns(float(pause[0]), pause[1])
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_stats.cpp209 void GCStats::AddPause(uint64_t pause, GCInstanceStats *instanceStats, PauseTypeStats pauseType) in AddPause() argument
211 // COMMON_PAUSE can be accounted in different methods but it cannot be interleaved with other pause types in AddPause()
213 if ((instanceStats != nullptr) && (pause > 0)) { in AddPause()
214 instanceStats->AddTimeValue(pause, TimeTypeStats::ALL_PAUSED_TIME); in AddPause()
219 lastPause += pause; in AddPause()
220 totalPause_ += pause; in AddPause()
H A Dgc_stats.h191 // scoped field GCStats while GC in pause
292 void AddPause(uint64_t pause, GCInstanceStats *instanceStats, PauseTypeStats pauseType);
/arkcompiler/runtime_core/verifier/tests/
H A Dpull_hap_files.bat39 pause
72 pause
/arkcompiler/toolchain/test/autotest/aw/api/
H A Ddebugger_api.py36 "pause": (self.pause, ProtocolType.send),
204 async def pause(self, message_id, connection, params): member in DebuggerImpl
208 debugger.pause(), message_id)
/arkcompiler/toolchain/test/autotest/aw/cdp/
H A Ddebugger.py152 def pause(): function
153 command = {'method': 'Debugger.pause'}
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_impl_test.cpp456 "method":"Debugger.pause" in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js4214 this.video.addEventListener("pause", this.onPause.bind(this));
4282 t || this.video.pause();
4304 pause() {
4307 this.video.pause();
5732 pause() {}
9090 1511: "cc.Scheduler: pause state of the scheduled task doesn't match the element pause state in Scheduler, the given paused state will be ignored.",
10559 pause: 19,
[all...]

Completed in 47 milliseconds