Searched refs:needGc (Results 1 – 7 of 7) sorted by relevance
24 && parcel.WriteBool(needGc) && parcel.WriteBool(needSnapshot) in Marshalling()37 info->needGc = parcel.ReadBool(); in Unmarshalling()
27 bool needGc = false; member
77 runtime->DumpHeapSnapshot(info.tid, info.needGc); in DumpJsHeap()79 if (info.needGc == true) { in DumpJsHeap()
583 … "needLeakobj: %{public}d", info.pid, info.tid, info.needGc, info.needSnapshot, info.needLeakobj); in ScheduleJsHeapMemory()
58 info.needGc = false;
36 info.pid, info.tid, info.needGc, info.needSnapshot); in DumpJsHeapMemory()
53 info.needGc = needGc_; in Execute()