Home
last modified time | relevance | path

Searched refs:ProfilerStringView (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/mozglue/baseprofiler/public/
H A DBaseProfilerMarkersPrerequisites.h75 class MOZ_STACK_CLASS ProfilerStringView {
78 constexpr ProfilerStringView() = default;
81 ProfilerStringView(const ProfilerStringView&) = delete;
82 ProfilerStringView& operator=(const ProfilerStringView&) = delete;
85 constexpr ProfilerStringView(ProfilerStringView&& aOther) in ProfilerStringView() function
94 constexpr ProfilerStringView& operator=(ProfilerStringView&& aOther) {
105 ~ProfilerStringView() { in ~ProfilerStringView()
126 constexpr MOZ_IMPLICIT ProfilerStringView( in ProfilerStringView() function
133 constexpr MOZ_IMPLICIT ProfilerStringView( in ProfilerStringView() function
151 return ProfilerStringView( in WrapNullTerminatedString()
[all …]
H A DBaseProfilerMarkersDetail.h387 struct ProfileBufferEntryWriter::Serializer<ProfilerStringView<CHAR>> {
388 static Length Bytes(const ProfilerStringView<CHAR>& aString) {
403 const ProfilerStringView<CHAR>& aString) {
423 ProfilerStringView<CHAR>& aString) {
430 aString.mOwnership = ProfilerStringView<CHAR>::Ownership::Literal;
442 ProfilerStringView<CHAR>::Ownership::OwnedThroughStringView;
445 static ProfilerStringView<CHAR> Read(ProfileBufferEntryReader& aER) {
450 return ProfilerStringView<CHAR>(
452 ProfilerStringView<CHAR>::Ownership::Literal);
461 return ProfilerStringView<CHAR>(
[all …]
/dports/www/firefox/firefox-99.0/mozglue/baseprofiler/public/
H A DBaseProfilerMarkersPrerequisites.h75 class MOZ_STACK_CLASS ProfilerStringView {
78 constexpr ProfilerStringView() = default;
81 ProfilerStringView(const ProfilerStringView&) = delete;
82 ProfilerStringView& operator=(const ProfilerStringView&) = delete;
85 constexpr ProfilerStringView(ProfilerStringView&& aOther) in ProfilerStringView() function
94 constexpr ProfilerStringView& operator=(ProfilerStringView&& aOther) {
105 ~ProfilerStringView() { in ~ProfilerStringView()
126 constexpr MOZ_IMPLICIT ProfilerStringView( in ProfilerStringView() function
133 constexpr MOZ_IMPLICIT ProfilerStringView( in ProfilerStringView() function
151 return ProfilerStringView( in WrapNullTerminatedString()
[all …]
H A DBaseProfilerMarkersDetail.h435 struct ProfileBufferEntryWriter::Serializer<ProfilerStringView<CHAR>> {
436 static Length Bytes(const ProfilerStringView<CHAR>& aString) {
451 const ProfilerStringView<CHAR>& aString) {
471 ProfilerStringView<CHAR>& aString) {
475 static ProfilerStringView<CHAR> Read(ProfileBufferEntryReader& aER) {
480 return ProfilerStringView<CHAR>(
482 ProfilerStringView<CHAR>::Ownership::Literal);
494 return ProfilerStringView<CHAR>(
496 stringLength, ProfilerStringView<CHAR>::Ownership::Reference);
506 return ProfilerStringView<CHAR>(
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/baseprofiler/public/
H A DBaseProfilerMarkersPrerequisites.h75 class MOZ_STACK_CLASS ProfilerStringView {
78 constexpr ProfilerStringView() = default;
81 ProfilerStringView(const ProfilerStringView&) = delete;
82 ProfilerStringView& operator=(const ProfilerStringView&) = delete;
85 constexpr ProfilerStringView(ProfilerStringView&& aOther) in ProfilerStringView() function
94 constexpr ProfilerStringView& operator=(ProfilerStringView&& aOther) {
105 ~ProfilerStringView() { in ~ProfilerStringView()
126 constexpr MOZ_IMPLICIT ProfilerStringView( in ProfilerStringView() function
133 constexpr MOZ_IMPLICIT ProfilerStringView( in ProfilerStringView() function
151 return ProfilerStringView( in WrapNullTerminatedString()
[all …]
H A DBaseProfilerMarkersDetail.h387 struct ProfileBufferEntryWriter::Serializer<ProfilerStringView<CHAR>> {
388 static Length Bytes(const ProfilerStringView<CHAR>& aString) {
403 const ProfilerStringView<CHAR>& aString) {
423 ProfilerStringView<CHAR>& aString) {
430 aString.mOwnership = ProfilerStringView<CHAR>::Ownership::Literal;
442 ProfilerStringView<CHAR>::Ownership::OwnedThroughStringView;
445 static ProfilerStringView<CHAR> Read(ProfileBufferEntryReader& aER) {
450 return ProfilerStringView<CHAR>(
452 ProfilerStringView<CHAR>::Ownership::Literal);
461 return ProfilerStringView<CHAR>(
[all …]
/dports/www/firefox/firefox-99.0/dom/media/webaudio/
H A DAudioWorkletImpl.cpp67 profiler_add_marker(ProfilerStringView("AudioWorklet.addModule"), in OnAddModuleStarted()
75 profiler_add_marker(ProfilerStringView("AudioWorklet.addModule"), in OnAddModulePromiseSettled()
/dports/www/firefox-esr/firefox-91.8.0/mozglue/tests/
H A DTestBaseProfiler.cpp3328 auto BSV = [](mozilla::ProfilerStringView<CHAR>&& aBSV) { in TestProfilerStringView()
3472 ProfilerStringView<CHAR> outerBSV; in TestProfilerStringView()
3475 auto bsv = aER.ReadObject<ProfilerStringView<CHAR>>(); in TestProfilerStringView()
3502 ProfilerStringView<CHAR> outerBSV; in TestProfilerStringView()
3505 auto bsv = aER.ReadObject<ProfilerStringView<CHAR>>(); in TestProfilerStringView()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/tests/
H A DTestBaseProfiler.cpp3328 auto BSV = [](mozilla::ProfilerStringView<CHAR>&& aBSV) { in TestProfilerStringView()
3472 ProfilerStringView<CHAR> outerBSV; in TestProfilerStringView()
3475 auto bsv = aER.ReadObject<ProfilerStringView<CHAR>>(); in TestProfilerStringView()
3502 ProfilerStringView<CHAR> outerBSV; in TestProfilerStringView()
3505 auto bsv = aER.ReadObject<ProfilerStringView<CHAR>>(); in TestProfilerStringView()
/dports/www/firefox/firefox-99.0/mozglue/tests/
H A DTestBaseProfiler.cpp4263 auto BSV = [](mozilla::ProfilerStringView<CHAR>&& aBSV) { in TestProfilerStringView()
4398 ProfilerStringView<CHAR> outerBSV; in TestProfilerStringView()
4401 auto bsv = aER.ReadObject<ProfilerStringView<CHAR>>(); in TestProfilerStringView()
4444 ProfilerStringView<CHAR> outerBSV; in TestProfilerStringView()
4448 auto bsv = aER.ReadObject<ProfilerStringView<CHAR>>(); in TestProfilerStringView()