Searched refs:ProfileInfo (Results 1 – 9 of 9) sorted by relevance
36 struct ProfileInfo;44 using ProfileInfo = ecmascript::ProfileInfo; variable88 static std::unique_ptr<ProfileInfo> StopCpuProfilerForInfo(const EcmaVM *vm);
57 struct ProfileInfo { struct131 std::unique_ptr<struct ProfileInfo> GetProfileInfo();200 std::unique_ptr<struct ProfileInfo> profileInfo_;
89 std::unique_ptr<struct ProfileInfo> StopCpuProfilerForInfo();
150 std::unique_ptr<struct ProfileInfo> CpuProfiler::StopCpuProfilerForInfo() in StopCpuProfilerForInfo()153 std::unique_ptr<struct ProfileInfo> profileInfo; in StopCpuProfilerForInfo()
31 profileInfo_ = std::make_unique<struct ProfileInfo>(); in SamplesRecord()514 std::unique_ptr<struct ProfileInfo> SamplesRecord::GetProfileInfo() in GetProfileInfo()
417 std::unique_ptr<ProfileInfo> DFXJSNApi::StopCpuProfilerForInfo([[maybe_unused]] const EcmaVM *vm) in StopCpuProfilerForInfo()
668 ProfileInfo info; in HWTEST_F_L0()
2092 static std::unique_ptr<Profile> FromProfileInfo(const ProfileInfo &profileInfo);
2628 std::unique_ptr<Profile> Profile::FromProfileInfo(const ProfileInfo &profileInfo) in FromProfileInfo()