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 D | ark_pause_parser.py | 52 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 D | gc_stats.cpp | 209 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 D | gc_stats.h | 191 // scoped field GCStats while GC in pause 292 void AddPause(uint64_t pause, GCInstanceStats *instanceStats, PauseTypeStats pauseType);
|
/arkcompiler/runtime_core/verifier/tests/ |
H A D | pull_hap_files.bat | 39 pause 72 pause
|
/arkcompiler/toolchain/test/autotest/aw/api/ |
H A D | debugger_api.py | 36 "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 D | debugger.py | 152 def pause(): function 153 command = {'method': 'Debugger.pause'}
|
/arkcompiler/toolchain/tooling/test/ |
H A D | debugger_impl_test.cpp | 456 "method":"Debugger.pause" in HWTEST_F_L0()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 4214 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