Home
last modified time | relevance | path

Searched refs:traceAllocation (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_tracker_first_test.cpp288 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 Dheap_tracker_third_test.cpp199 bool traceAllocation = false; in HWTEST_F_L0() local
206 HeapSnapshot heapSnapshot(instance, heapProfiler.GetEcmaStringTable(), dumpOption, traceAllocation, in HWTEST_F_L0()
H A Dheap_dump_test.cpp558 bool traceAllocation = false, bool newThread = true) override
560 return profiler_->StartHeapTracking(timeInterval, isVmMode, stream, traceAllocation, newThread);
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.h147 bool traceAllocation = false, bool newThread = true) override;
182 bool traceAllocation = false);
H A Dheap_profiler_interface.h60 bool traceAllocation = false, bool newThread = true) = 0;
H A Dheap_profiler.cpp375 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 Ddfx_jsnapi_tests.cpp176 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 Dheapprofiler_impl.cpp394 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 Ddfx_jsnapi.h82 Stream *stream = nullptr, bool traceAllocation = false, bool newThread = true);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp352 [[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

Completed in 10 milliseconds