Home
last modified time | relevance | path

Searched refs:resumeSp (Results 1 – 3 of 3) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/tools/profiler/core/
H A Dplatform.cpp1802 void* resumeSp; // If null, stop the walker here, don't resume again. member
1825 MOZ_ASSERT_IF(!aResumePoint.resumeSp, !aResumePoint.resumeBp); in AddResumePoint()
1826 MOZ_ASSERT_IF(!aResumePoint.resumeSp, !aResumePoint.resumePc); in AddResumePoint()
1830 MOZ_ASSERT_IF(aResumePoint.resumeBp, aResumePoint.resumeSp); in AddResumePoint()
1831 MOZ_ASSERT_IF(aResumePoint.resumePc, aResumePoint.resumeSp); in AddResumePoint()
1848 if (resumePoint.resumeSp && // This is a potential resume point. in GetResumePointCallingSp()
1849 resumePoint.resumeSp > aSp && // It is a caller of the given SP. in GetResumePointCallingSp()
1851 resumePoint.resumeSp < callingResumePoint->resumeSp) // Or better. in GetResumePointCallingSp()
1938 resumePoint.resumeSp = aCppEntry.sp; in ExtractJsFrames()
2226 void* sp = resumePoint->resumeSp; in DoFramePointerBacktrace()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/tools/profiler/core/
H A Dplatform.cpp1802 void* resumeSp; // If null, stop the walker here, don't resume again. member
1825 MOZ_ASSERT_IF(!aResumePoint.resumeSp, !aResumePoint.resumeBp); in AddResumePoint()
1826 MOZ_ASSERT_IF(!aResumePoint.resumeSp, !aResumePoint.resumePc); in AddResumePoint()
1830 MOZ_ASSERT_IF(aResumePoint.resumeBp, aResumePoint.resumeSp); in AddResumePoint()
1831 MOZ_ASSERT_IF(aResumePoint.resumePc, aResumePoint.resumeSp); in AddResumePoint()
1848 if (resumePoint.resumeSp && // This is a potential resume point. in GetResumePointCallingSp()
1849 resumePoint.resumeSp > aSp && // It is a caller of the given SP. in GetResumePointCallingSp()
1851 resumePoint.resumeSp < callingResumePoint->resumeSp) // Or better. in GetResumePointCallingSp()
1938 resumePoint.resumeSp = aCppEntry.sp; in ExtractJsFrames()
2226 void* sp = resumePoint->resumeSp; in DoFramePointerBacktrace()
[all …]
/dports/www/firefox/firefox-99.0/tools/profiler/core/
H A Dplatform.cpp1562 void* resumeSp; // If null, stop the walker here, don't resume again. member
1585 MOZ_ASSERT_IF(!aResumePoint.resumeSp, !aResumePoint.resumeBp); in AddResumePoint()
1586 MOZ_ASSERT_IF(!aResumePoint.resumeSp, !aResumePoint.resumePc); in AddResumePoint()
1590 MOZ_ASSERT_IF(aResumePoint.resumeBp, aResumePoint.resumeSp); in AddResumePoint()
1591 MOZ_ASSERT_IF(aResumePoint.resumePc, aResumePoint.resumeSp); in AddResumePoint()
1608 if (resumePoint.resumeSp && // This is a potential resume point. in GetResumePointCallingSp()
1609 resumePoint.resumeSp > aSp && // It is a caller of the given SP. in GetResumePointCallingSp()
1611 resumePoint.resumeSp < callingResumePoint->resumeSp) // Or better. in GetResumePointCallingSp()
1703 resumePoint.resumeSp = aCppEntry.sp; in ExtractJsFrames()
1993 void* sp = resumePoint->resumeSp; in DoFramePointerBacktrace()
[all …]