Home
last modified time | relevance | path

Searched defs:newThread (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp74 bool traceAllocation, bool newThread) in StartHeapTracking()
109 bool HeapProfiler::StopHeapTracking(Stream *stream, Progress *progress, bool newThread) in StopHeapTracking()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp127 Stream *stream, bool traceAllocation, bool newThread) in StartHeapTracking()
143 bool DFXJSNApi::StopHeapTracking(const EcmaVM *vm, const std::string &filePath, bool newThread) in StopHeapTracking()
149 …l DFXJSNApi::StopHeapTracking(const EcmaVM *vm, Stream* stream, Progress *progress, bool newThread) in StopHeapTracking()