Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A 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
[all...]
H A 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
H A 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
H A Dheap_tracker_third_test.cpp118 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
H A Dhprof_test.cpp132 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in GenerateSnapShot() local
418 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
H A 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
711 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(ecmaVm_); in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/
H A 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
357 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in StartHeapTracking() local
371 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in UpdateHeapTracking() local
399 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( StopHeapTracking() local
871 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( StartSampling() local
883 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( GetAllocationProfile() local
895 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( StopSampling() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.h491 void SetHeapProfile(HeapProfilerInterface *heapProfile) { heapProfile_ = heapProfile; } in SetHeapProfile() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp674 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(vm); in DumpHeapSnapshotBeforeOOM() local
1524 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(ecmaVm_); in DumpHeapSnapshotBeforeOOM() local
2691 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(ecmaVm_); in ThresholdReachedDump() local

Completed in 11 milliseconds