Searched refs:page (Results 1 – 7 of 7) sorted by relevance
/art/test/708-jit-cache-churn/ |
D | info.txt | 1 Tests JIT cache for page permission updates and CPU cache inconsistencies. Only runs when test runn…
|
/art/imgdiag/ |
D | page_info.cc | 174 const auto is_zero_page = [](const std::vector<uint8_t>& page) { in GetMapPageCounts() argument 176 std::find_if(std::begin(page), std::end(page), [](uint8_t b) { return b != 0; }); in GetMapPageCounts() 177 return non_zero_it == std::end(page); in GetMapPageCounts()
|
D | dirty_image_objects.md | 80 This can be checked by collecting imgdiag output again and comparing dirty page counts to the previ…
|
/art/runtime/gc/collector/ |
D | mark_compact.cc | 2217 uint8_t* page, in DoPageCompactionWithStateChange() argument 2234 CopyIoctl(to_space_page, page, gPageSize, /*return_on_contention=*/false); in DoPageCompactionWithStateChange() 2241 DCHECK(from_space_map_.HasAddress(page)); in DoPageCompactionWithStateChange() 2242 DCHECK_LE(static_cast<size_t>(page - from_space_begin_), in DoPageCompactionWithStateChange() 2244 uint32_t store_val = page - from_space_begin_; in DoPageCompactionWithStateChange() 2441 void MarkCompact::CompactMovingSpace(uint8_t* page) { in CompactMovingSpace() argument 2479 page = shadow_space_end; in CompactMovingSpace() 2481 page = to_space_end; in CompactMovingSpace() 2488 page, in CompactMovingSpace() 2495 page, in CompactMovingSpace() [all …]
|
D | mark_compact.h | 349 void CompactMovingSpace(uint8_t* page) REQUIRES_SHARED(Locks::mutator_lock_); 356 uint8_t* page, 363 void UpdateNonMovingPage(mirror::Object* first, uint8_t* page)
|
/art/tools/ahat/ |
D | README.txt | 27 * Include ahat version and hprof file in the menu at the top of the page? 112 Remove outdated help page. 133 Fix page loading performance by showing a limited number of entries by default.
|
/art/build/ |
D | Android.bp | 277 ldflags: ["-z max-page-size=0x200000"], 280 ldflags: ["-z max-page-size=0x200000"], 283 ldflags: ["-z max-page-size=0x200000"],
|