Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_map_shadow.cc45 inline GuestAddr AlignDownGuestPageSize(GuestAddr addr) { in AlignDownGuestPageSize() function
91 CHECK_EQ(from, AlignDownGuestPageSize(from)); in CopyExecutable()
92 CHECK_EQ(to, AlignDownGuestPageSize(to)); in CopyExecutable()
115 GuestAddr pc = AlignDownGuestPageSize(start); in GetExecutable()
136 GuestAddr pc = AlignDownGuestPageSize(start); in SetExecutable()
146 GuestAddr pc = AlignDownGuestPageSize(start); in ClearExecutable()
167 CHECK_EQ(old_start, AlignDownGuestPageSize(old_start)); in RemapExecutable()
168 CHECK_EQ(new_start, AlignDownGuestPageSize(new_start)); in RemapExecutable()