Lines Matching full:bool
53 …static void DumpHeapSnapshot(const EcmaVM *vm, int dumpFormat, const std::string &path, bool isVmM…
54 bool isPrivate = false, bool captureNumericValue = false);
56 … bool isVmMode = true, bool isPrivate = false, bool captureNumericValue = false);
57 …static void DumpHeapSnapshot(const EcmaVM *vm, int dumpFormat, bool isVmMode = true, bool isPrivat…
58 bool captureNumericValue = false);
61 static bool BuildNativeAndJsStackTrace(const EcmaVM *vm, std::string &stackTraceStr);
62 static bool BuildJsStackTrace(const EcmaVM *vm, std::string &stackTraceStr);
63 static bool StartHeapTracking(const EcmaVM *vm, double timeInterval, bool isVmMode = true,
64 … Stream *stream = nullptr, bool traceAllocation = false, bool newThread = true);
65 static bool UpdateHeapTracking(const EcmaVM *vm, Stream *stream);
66 …static bool StopHeapTracking(const EcmaVM *vm, const std::string &filePath, bool newThread = true);
67 …static bool StopHeapTracking(const EcmaVM *vm, Stream *stream, Progress *progress = nullptr, bool …
74 static void NotifyApplicationState(EcmaVM *vm, bool inBackground);
75 static void NotifyIdleStatusControl(const EcmaVM *vm, std::function<void(bool)> callback);
77 static void NotifyMemoryPressure(EcmaVM *vm, bool inHighMemoryPressure);
78 …static bool BuildJsStackInfoList(const EcmaVM *hostVm, uint32_t tid, std::vector<JsFrameInfo>& jsF…
81 static bool StopCpuProfilerForColdStart(const EcmaVM *vm);
82 static bool CpuProfilerSamplingAnyTime(const EcmaVM *vm);
97 static bool StartProfiler(EcmaVM *vm, const ProfilerOption &option, int32_t instanceId,
100 static bool StartSampling(const EcmaVM *vm, uint64_t samplingInterval);
105 static bool SuspendVM(const EcmaVM *vm);
106 static bool IsSuspended(const EcmaVM *vm);
107 static bool CheckSafepoint(const EcmaVM *vm);
109 static bool SuspendVMById(EcmaVM *vm, uint32_t tid);