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
107 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); local
124 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in DecodeRawHeapSnashot() local
727 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.cpp89 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in DumpHeapSnapshot() local
167 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in DumpHeapSnapshot() local
253 auto *heapProfile = ecmascript::HeapProfilerInterface::GetInstance(const_cast<EcmaVM *>(vm)); in GenerateHeapSnapshotByBinFile() local
390 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in StartHeapTracking() local
404 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in UpdateHeapTracking() local
432 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in StopHeapTracking() local
907 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in StartSampling() local
919 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in GetAllocationProfile() local
931 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in StopSampling() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp778 HeapProfilerInterface *heapProfile = nullptr; in DumpHeapSnapshotBeforeOOM() local
1625 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(ecmaVm_); in DumpHeapSnapshotBeforeOOM() local
2830 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(ecmaVm_); in ThresholdReachedDump() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h675 void SetHeapProfile(HeapProfilerInterface *heapProfile) { heapProfile_ = heapProfile; } in SetHeapProfile()