Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc1166 size_t bytes_to_copy = (page_end - pointer); in MapBootImageMethods() local
1167 CopyIfDifferent(child_mapping_methods.Begin() + offset + capacity - bytes_to_copy, in MapBootImageMethods()
1168 page_end - bytes_to_copy, in MapBootImageMethods()
1169 bytes_to_copy); in MapBootImageMethods()