Searched defs:heapProfile (Results 1 – 9 of 9) sorted by relevance
57 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local68 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local80 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
118 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local154 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local190 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local226 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
118 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local171 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local227 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
132 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in GenerateSnapShot() local418 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
96 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in GenerateSnapShot() local105 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in GenerateRawHeapSnashot() local121 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in DecodeRawHeapSnashot() local709 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(ecmaVm_); in HWTEST_F_L0() local
118 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in HWTEST_F_L0() local
74 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in DumpHeapSnapshot() local134 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in DumpHeapSnapshot() local220 auto *heapProfile = ecmascript::HeapProfilerInterface::GetInstance(const_cast<EcmaVM *>(vm)); in GenerateHeapSnapshotByBinFile() local356 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in StartHeapTracking() local370 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in UpdateHeapTracking() local398 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in StopHeapTracking() local870 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in StartSampling() local882 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in GetAllocationProfile() local894 ecmascript::HeapProfilerInterface *heapProfile = ecmascript::HeapProfilerInterface::GetInstance( in StopSampling() local
661 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(vm); in DumpHeapSnapshotBeforeOOM() local1529 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(ecmaVm_); in DumpHeapSnapshotBeforeOOM() local2647 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(ecmaVm_); in ThresholdReachedDump() local
490 void SetHeapProfile(HeapProfilerInterface *heapProfile) { heapProfile_ = heapProfile; } in SetHeapProfile()