Home
last modified time | relevance | path

Searched refs:page (Results 1 – 7 of 7) sorted by relevance

/art/test/708-jit-cache-churn/
Dinfo.txt1 Tests JIT cache for page permission updates and CPU cache inconsistencies. Only runs when test runn…
/art/imgdiag/
Dpage_info.cc174 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()
Ddirty_image_objects.md80 This can be checked by collecting imgdiag output again and comparing dirty page counts to the previ…
/art/runtime/gc/collector/
Dmark_compact.cc2217 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 …]
Dmark_compact.h349 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/
DREADME.txt27 * 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/
DAndroid.bp277 ldflags: ["-z max-page-size=0x200000"],
280 ldflags: ["-z max-page-size=0x200000"],
283 ldflags: ["-z max-page-size=0x200000"],