Home
last modified time | relevance | path

Searched refs:GetAllocationProfile (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_sampling_test.cpp78 HWTEST_F_L0(HeapSamplingTest, GetAllocationProfile) in HWTEST_F_L0()
81 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()
H A Dheap_dump_test.cpp583 const struct SamplingInfo *GetAllocationProfile() override
585 return profiler_->GetAllocationProfile();
/arkcompiler/ets_runtime/test/fuzztest/getallocationprofile_fuzzer/
H A Dgetallocationprofile_fuzzer.cpp44 DFXJSNApi::GetAllocationProfile(vm); in GetAllocationProfileFuzzerTest()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler_interface.h65 virtual const struct SamplingInfo *GetAllocationProfile() = 0;
H A Dheap_sampling.h61 const struct SamplingInfo* GetAllocationProfile();
H A Dheap_profiler.h152 const struct SamplingInfo *GetAllocationProfile() override;
H A Dheap_sampling.cpp41 const struct SamplingInfo *HeapSampling::GetAllocationProfile() in GetAllocationProfile() function in panda::ecmascript::HeapSampling
H A Dheap_profiler.cpp940 const struct SamplingInfo *HeapProfiler::GetAllocationProfile() in GetAllocationProfile() function in panda::ecmascript::HeapProfiler
946 return heapSampling_->GetAllocationProfile(); in GetAllocationProfile()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h139 static const SamplingInfo *GetAllocationProfile(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp409 HWTEST_F_L0(DFXJSNApiTests, GetAllocationProfile) in HWTEST_F_L0()
411 const SamplingInfo *result = DFXJSNApi::GetAllocationProfile(vm_); in HWTEST_F_L0()
415 result = DFXJSNApi::GetAllocationProfile(vm_); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
H A Dheapprofiler_impl.cpp358 auto samplingInfo = panda::DFXJSNApi::GetAllocationProfile(vm_); in GetSamplingProfile()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp880 const SamplingInfo *DFXJSNApi::GetAllocationProfile([[maybe_unused]] const EcmaVM *vm) in GetAllocationProfile() function in panda::DFXJSNApi
885 return heapProfile->GetAllocationProfile(); in GetAllocationProfile()

Completed in 11 milliseconds