Lines Matching full:bool
40 std::pair<bool, uint32_t> FindId(Address addr);
41 bool InsertId(Address addr, uint32_t id);
42 bool EraseId(Address addr);
43 bool Move(Address oldAddr, Address forwardAddr);
78 bool DumpHeapSnapshot(DumpFormat dumpFormat, Stream *stream, Progress *progress = nullptr,
79 … bool isVmMode = true, bool isPrivate = false, bool captureNumericValue = false) override;
83 bool StartHeapTracking(double timeInterval, bool isVmMode = true, Stream *stream = nullptr,
84 bool traceAllocation = false, bool newThread = true) override;
85 …bool StopHeapTracking(Stream *stream, Progress *progress = nullptr, bool newThread = true) overrid…
86 bool UpdateHeapTracking(Stream *stream) override;
87 bool StartHeapSampling(uint64_t samplingInterval, int stackDepth = 128) override;
106 bool ForceFullGC(const EcmaVM *vm);
111 HeapSnapshot *MakeHeapSnapshot(SampleType sampleType, bool isVmMode = true,
112 bool isPrivate = false, bool captureNumericValue = false,
113 bool traceAllocation = false);
123 bool isProfiling_ {false};