Home
last modified time | relevance | path

Searched refs:aPageAddr (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/mfbt/tests/
H A DTestPoisonArea.cpp386 static bool TestPage(const char* aPageLabel, uintptr_t aPageAddr, in TestPage() argument
398 opaddr = aPageAddr + PageSize() / 2 - 1; in TestPage()
402 opaddr = aPageAddr + PageSize() / 2; in TestPage()
406 opaddr = aPageAddr + PageSize() / 2 - 1; in TestPage()
/dports/www/firefox/firefox-99.0/mfbt/tests/
H A DTestPoisonArea.cpp389 static bool TestPage(const char* aPageLabel, uintptr_t aPageAddr, in TestPage() argument
401 opaddr = aPageAddr + PageSize() / 2 - 1; in TestPage()
405 opaddr = aPageAddr + PageSize() / 2; in TestPage()
409 opaddr = aPageAddr + PageSize() / 2 - 1; in TestPage()
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/tests/
H A DTestPoisonArea.cpp435 TestPage(const char* aPageLabel, uintptr_t aPageAddr, int aShouldSucceed) in TestPage() argument
445 case 0: oplabel = "reading"; opaddr = aPageAddr + PageSize()/2 - 1; break; in TestPage()
446 case 1: oplabel = "executing"; opaddr = aPageAddr + PageSize()/2; break; in TestPage()
447 case 2: oplabel = "writing"; opaddr = aPageAddr + PageSize()/2 - 1; break; in TestPage()
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/tests/
H A DTestPoisonArea.cpp428 TestPage(const char* aPageLabel, uintptr_t aPageAddr, int aShouldSucceed) in TestPage() argument
438 case 0: oplabel = "reading"; opaddr = aPageAddr + PageSize()/2 - 1; break; in TestPage()
439 case 1: oplabel = "executing"; opaddr = aPageAddr + PageSize()/2; break; in TestPage()
440 case 2: oplabel = "writing"; opaddr = aPageAddr + PageSize()/2 - 1; break; in TestPage()
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/tests/
H A DTestPoisonArea.cpp386 static bool TestPage(const char* aPageLabel, uintptr_t aPageAddr, in TestPage() argument
398 opaddr = aPageAddr + PageSize() / 2 - 1; in TestPage()
402 opaddr = aPageAddr + PageSize() / 2; in TestPage()
406 opaddr = aPageAddr + PageSize() / 2 - 1; in TestPage()
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/tests/
H A DTestPoisonArea.cpp380 static bool TestPage(const char* aPageLabel, uintptr_t aPageAddr, in TestPage() argument
392 opaddr = aPageAddr + PageSize() / 2 - 1; in TestPage()
396 opaddr = aPageAddr + PageSize() / 2; in TestPage()
400 opaddr = aPageAddr + PageSize() / 2 - 1; in TestPage()