Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp155 uint32_t curTid = vm->GetTid(); in DumpHeapSnapshot() local
156 LOG_ECMA(INFO) << "DumpHeapSnapshot tid " << tid << " curTid " << curTid; in DumpHeapSnapshot() local
182 uint32_t curTid = vm->GetTid(); in DumpHeapSnapshotWithVm() local
184 if (tid == 0 || tid == curTid) { in DumpHeapSnapshotWithVm()
200 uint32_t curTid = workerVm->GetTid(); in DumpHeapSnapshotWithVm()
201 LOG_ECMA(INFO) << "DumpHeapSnapshot workthread curTid " << curTid; in DumpHeapSnapshotWithVm()
235 uint32_t curTid = vm->GetTid(); in TriggerGC() local
236 LOG_ECMA(INFO) << "TriggerGC tid " << tid << " curTid " << curTi in TriggerGC() local
[all...]

Completed in 2 milliseconds