Home
last modified time | relevance | path

Searched defs:heapProfile (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_sampling_test.cpp57 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
68 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
80 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
Dheap_tracker_second_test.cpp118 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
154 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
190 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
226 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
Dheap_tracker_first_test.cpp118 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
171 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
227 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
Dhprof_test.cpp132 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in GenerateSnapShot() local
418 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
Dheap_dump_test.cpp96 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in GenerateSnapShot() local
105 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in GenerateRawHeapSnashot() local
121 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in DecodeRawHeapSnashot() local
709 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(ecmaVm_); in HWTEST_F_L0() local
Dheap_tracker_third_test.cpp118 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp74 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in DumpHeapSnapshot() local
134 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in DumpHeapSnapshot() local
220 auto *heapProfile = ecmascript::HeapProfilerInterface::GetInstance(const_cast<EcmaVM *>(vm)); in GenerateHeapSnapshotByBinFile() local
356 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in StartHeapTracking() local
370 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in UpdateHeapTracking() local
398 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in StopHeapTracking() local
870 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in StartSampling() local
882 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in GetAllocationProfile() local
894 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in StopSampling() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp661 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(vm); in DumpHeapSnapshotBeforeOOM() local
1529 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(ecmaVm_); in DumpHeapSnapshotBeforeOOM() local
2647 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(ecmaVm_); in ThresholdReachedDump() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h490 void SetHeapProfile(HeapProfilerInterface *heapProfile) { heapProfile_ = heapProfile; } in SetHeapProfile()