Lines Matching refs:page
2073 // same page so that they return the same value.
2081 // Waste space until the start of a page.
2144 // The test label is always bound on page 0. Adrp instructions are generated
2162 // Waste space until the start of a page.
2167 // The first page.
2182 for (int page = (kStartPage + 1); page <= kEndPage; page++) {
2184 if (page == 0) {
2216 // Test that labels are correctly referenced by adrp across page boundaries.
2234 Label page;
2242 // Waste space until the start of a page.
2244 __ b(&page);
2246 __ bind(&page);
2250 // Every adrp instruction on this page should return the same value.
2265 masm.GetLabelAddress<uintptr_t>(&page) + (kPageSize * offset);