Lines Matching full:bool
49 …static void DumpHeapSnapshot(const EcmaVM *vm, int dumpFormat, const std::string &path, bool isVmM…
50 bool isPrivate = false);
52 bool isVmMode = true, bool isPrivate = false);
53 …static void DumpHeapSnapshot(const EcmaVM *vm, int dumpFormat, bool isVmMode = true, bool isPrivat…
55 static bool BuildNativeAndJsStackTrace(const EcmaVM *vm, std::string &stackTraceStr);
56 static bool BuildJsStackTrace(const EcmaVM *vm, std::string &stackTraceStr);
57 static bool StartHeapTracking(const EcmaVM *vm, double timeInterval, bool isVmMode = true,
58 … Stream *stream = nullptr, bool traceAllocation = false, bool newThread = true);
59 static bool UpdateHeapTracking(const EcmaVM *vm, Stream *stream);
60 …static bool StopHeapTracking(const EcmaVM *vm, const std::string &filePath, bool newThread = true);
61 …static bool StopHeapTracking(const EcmaVM *vm, Stream *stream, Progress *progress = nullptr, bool …
68 static void NotifyApplicationState(EcmaVM *vm, bool inBackground);
70 static void NotifyMemoryPressure(EcmaVM *vm, bool inHighMemoryPressure);
71 …static bool BuildJsStackInfoList(const EcmaVM *hostVm, uint32_t tid, std::vector<JsFrameInfo>& jsF…
85 static bool SuspendVM(const EcmaVM *vm);
86 static bool IsSuspended(const EcmaVM *vm);
87 static bool CheckSafepoint(const EcmaVM *vm);