/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
H A D | heap_tracker_first_test.cpp | 288 bool traceAllocation = false;
in HWTEST_F_L0() local 295 HeapSnapshot heapSnapshot(instance, heapProfiler.GetEcmaStringTable(), dumpOption, traceAllocation,
in HWTEST_F_L0() 304 bool traceAllocation = false;
in HWTEST_F_L0() local 311 HeapSnapshot heapSnapshot(instance, heapProfiler.GetEcmaStringTable(), dumpOption, traceAllocation,
in HWTEST_F_L0()
|
H A D | heap_tracker_third_test.cpp | 199 bool traceAllocation = false; in HWTEST_F_L0() local 206 HeapSnapshot heapSnapshot(instance, heapProfiler.GetEcmaStringTable(), dumpOption, traceAllocation, in HWTEST_F_L0()
|
H A D | heap_dump_test.cpp | 558 bool traceAllocation = false, bool newThread = true) override 560 return profiler_->StartHeapTracking(timeInterval, isVmMode, stream, traceAllocation, newThread);
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
H A D | heap_profiler.h | 147 bool traceAllocation = false, bool newThread = true) override; 182 bool traceAllocation = false);
|
H A D | heap_profiler_interface.h | 60 bool traceAllocation = false, bool newThread = true) = 0;
|
H A D | heap_profiler.cpp | 375 bool traceAllocation = false; in GenerateHeapSnapshot() local 381 auto *snapshot = new HeapSnapshot(vm_, GetEcmaStringTable(), dumpOption, traceAllocation, entryIdMap_, GetChunk()); in GenerateHeapSnapshot() 726 bool traceAllocation, bool newThread) in StartHeapTracking() 735 HeapSnapshot *snapshot = MakeHeapSnapshot(SampleType::REAL_TIME, dumpOption, traceAllocation); in StartHeapTracking() 873 bool traceAllocation) in MakeHeapSnapshot() 883 traceAllocation, entryIdMap_, GetChunk()); in MakeHeapSnapshot() 893 traceAllocation, entryIdMap_, GetChunk()); in MakeHeapSnapshot() 725 StartHeapTracking(double timeInterval, bool isVmMode, Stream *stream, bool traceAllocation, bool newThread) StartHeapTracking() argument 872 MakeHeapSnapshot(SampleType sampleType, const DumpSnapShotOption &dumpOption, bool traceAllocation) MakeHeapSnapshot() argument
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | dfx_jsnapi_tests.cpp | 176 bool traceAllocation = false; in HWTEST_F_L0() local 180 startResult = DFXJSNApi::StartHeapTracking(vm_, timeInterval, isVmMode, stream, traceAllocation); in HWTEST_F_L0() 224 bool traceAllocation = false; in HWTEST_F_L0() local 228 startResult = DFXJSNApi::StartHeapTracking(vm_, timeInterval, isVmMode, stream, traceAllocation); in HWTEST_F_L0()
|
/arkcompiler/toolchain/tooling/agent/ |
H A D | heapprofiler_impl.cpp | 394 bool traceAllocation = params.GetTrackAllocations(); in StartTrackingHeapObjects() local 395 bool result = panda::DFXJSNApi::StartHeapTracking(vm_, INTERVAL, true, &stream_, traceAllocation, false); in StartTrackingHeapObjects()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | dfx_jsnapi.h | 82 Stream *stream = nullptr, bool traceAllocation = false, bool newThread = true);
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | dfx_jsnapi.cpp | 352 [[maybe_unused]] bool traceAllocation, [[maybe_unused]] bool newThread) in StartHeapTracking() 359 return heapProfile->StartHeapTracking(timeInterval, isVmMode, stream, traceAllocation, newThread); in StartHeapTracking() 350 StartHeapTracking([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] double timeInterval, [[maybe_unused]] bool isVmMode, [[maybe_unused]] Stream *stream, [[maybe_unused]] bool traceAllocation, [[maybe_unused]] bool newThread) StartHeapTracking() argument
|