Home
last modified time | relevance | path

Searched refs:SamplingInfo (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_sampling.h53 struct SamplingInfo { struct
61 const struct SamplingInfo* GetAllocationProfile();
84 std::unique_ptr<struct SamplingInfo> samplingInfo_;
H A Dheap_profiler_interface.h28 struct SamplingInfo;
65 virtual const struct SamplingInfo *GetAllocationProfile() = 0;
H A Dheap_sampling.cpp28 samplingInfo_ = std::make_unique<struct SamplingInfo>(); in HeapSampling()
41 const struct SamplingInfo *HeapSampling::GetAllocationProfile() in GetAllocationProfile()
H A Dheap_profiler.h152 const struct SamplingInfo *GetAllocationProfile() override;
H A Dheap_profiler.cpp940 const struct SamplingInfo *HeapProfiler::GetAllocationProfile() in GetAllocationProfile()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h39 struct SamplingInfo;
51 using SamplingInfo = ecmascript::SamplingInfo;
139 static const SamplingInfo *GetAllocationProfile(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_sampling_test.cpp81 const SamplingInfo *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
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp411 const SamplingInfo *result = DFXJSNApi::GetAllocationProfile(vm_); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp880 const SamplingInfo *DFXJSNApi::GetAllocationProfile([[maybe_unused]] const EcmaVM *vm) in GetAllocationProfile()
/arkcompiler/toolchain/tooling/test/
H A Dpt_types_test.cpp857 SamplingInfo samplingInfo; in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h1958 static std::unique_ptr<SamplingHeapProfile> FromSamplingInfo(const SamplingInfo *samplingInfo);
H A Dpt_types.cpp2379 const SamplingInfo *samplingInfo) in FromSamplingInfo()

Completed in 20 milliseconds