Searched refs:containing_page (Results 1 – 5 of 5) sorted by relevance
/dports/lang/v8/v8-9.6.180.12/tools/debug_helper/ |
H A D | heap-constants.cc | 16 uintptr_t containing_page = address & ~i::kPageAlignmentMask; in FindKnownObject() local 20 if (containing_page == heap_addresses.map_space_first_page) { in FindKnownObject() 23 if (containing_page == heap_addresses.old_space_first_page) { in FindKnownObject() 26 if (containing_page == heap_addresses.read_only_space_first_page) { in FindKnownObject() 56 uintptr_t containing_page = address & ~i::kPageAlignmentMask; in FindKnownMapInstanceTypes() local 60 if (containing_page == heap_addresses.map_space_first_page) { in FindKnownMapInstanceTypes() 64 if (containing_page == heap_addresses.read_only_space_first_page) { in FindKnownMapInstanceTypes()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/debug_helper/ |
H A D | heap-constants.cc | 16 uintptr_t containing_page = address & ~i::kPageAlignmentMask; in FindKnownObject() local 20 if (containing_page == heap_addresses.map_space_first_page) { in FindKnownObject() 23 if (containing_page == heap_addresses.old_space_first_page) { in FindKnownObject() 26 if (containing_page == heap_addresses.read_only_space_first_page) { in FindKnownObject() 56 uintptr_t containing_page = address & ~i::kPageAlignmentMask; in FindKnownMapInstanceTypes() local 60 if (containing_page == heap_addresses.map_space_first_page) { in FindKnownMapInstanceTypes() 64 if (containing_page == heap_addresses.read_only_space_first_page) { in FindKnownMapInstanceTypes()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/debug_helper/ |
H A D | heap-constants.cc | 16 uintptr_t containing_page = address & ~i::kPageAlignmentMask; in FindKnownObject() local 20 if (containing_page == heap_addresses.map_space_first_page) { in FindKnownObject() 23 if (containing_page == heap_addresses.old_space_first_page) { in FindKnownObject() 26 if (containing_page == heap_addresses.read_only_space_first_page) { in FindKnownObject() 56 uintptr_t containing_page = address & ~i::kPageAlignmentMask; in FindKnownMapInstanceTypes() local 60 if (containing_page == heap_addresses.map_space_first_page) { in FindKnownMapInstanceTypes() 64 if (containing_page == heap_addresses.read_only_space_first_page) { in FindKnownMapInstanceTypes()
|
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/layout/ |
H A D | __init__.py | 82 def layout_fixed_boxes(context, pages, containing_page): argument 95 context, box, containing_page, absolute_boxes) 100 context, box, containing_page, new_absolute_boxes)
|
/dports/print/qpdf/qpdf-10.5.0/libqpdf/ |
H A D | QPDFObjectHandle.cc | 72 CoalesceProvider(QPDFObjectHandle containing_page, in CoalesceProvider() argument 74 containing_page(containing_page), in CoalesceProvider() 85 QPDFObjectHandle containing_page; member in CoalesceProvider 94 QUtil::int_to_string(containing_page.getObjectID()) + " " + in provideStreamData() 95 QUtil::int_to_string(containing_page.getGeneration()); in provideStreamData()
|