Searched defs:newThread (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_profiler.cpp | 74 bool traceAllocation, bool newThread) in StartHeapTracking() 109 bool HeapProfiler::StopHeapTracking(Stream *stream, Progress *progress, bool newThread) in StopHeapTracking()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 127 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()
|