Searched refs:GetAllocationProfile (Results 1 – 11 of 11) sorted by relevance
78 HWTEST_F_L0(HeapSamplingTest, GetAllocationProfile) in HWTEST_F_L0() argument81 const SamplingInfo *result = heapProfile->GetAllocationProfile(); in HWTEST_F_L0()86 result = heapProfile->GetAllocationProfile(); in HWTEST_F_L0()100 const SamplingInfo *result = heapSampling->GetAllocationProfile(); in HWTEST_F_L0()
44 DFXJSNApi::GetAllocationProfile(vm); in GetAllocationProfileFuzzerTest()
52 virtual const struct SamplingInfo *GetAllocationProfile() = 0;
61 const struct SamplingInfo* GetAllocationProfile();
89 const struct SamplingInfo *GetAllocationProfile() override;
352 const struct SamplingInfo *HeapProfiler::GetAllocationProfile() in GetAllocationProfile() function in panda::ecmascript::HeapProfiler358 return heapSampling_->GetAllocationProfile(); in GetAllocationProfile()
41 const struct SamplingInfo *HeapSampling::GetAllocationProfile() in GetAllocationProfile() function in panda::ecmascript::HeapSampling
347 HWTEST_F_L0(DFXJSNApiTests, GetAllocationProfile) in HWTEST_F_L0() argument349 const SamplingInfo *result = DFXJSNApi::GetAllocationProfile(vm_); in HWTEST_F_L0()353 result = DFXJSNApi::GetAllocationProfile(vm_); in HWTEST_F_L0()
101 static const SamplingInfo *GetAllocationProfile(const EcmaVM *vm);
533 const SamplingInfo *DFXJSNApi::GetAllocationProfile([[maybe_unused]] const EcmaVM *vm) in GetAllocationProfile() function in panda::DFXJSNApi538 return heapProfile->GetAllocationProfile(); in GetAllocationProfile()
292 auto samplingInfo = panda::DFXJSNApi::GetAllocationProfile(vm_); in GetSamplingProfile()