Home
last modified time | relevance | path

Searched defs:PageState (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/perfetto/src/base/test/
H A Dvm_test_utils.cc100 using PageState = char; in IsMapped() typedef
103 using PageState = unsigned char; in IsMapped() typedef
/aosp_15_r20/external/crosvm/swap/src/
H A Dfile.rs181 page_states: &[PageState], in find_present_pages_range()
232 struct PageState(u32); struct
234 impl PageState { implementation
/aosp_15_r20/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/domain/
DPageState.kt28 internal data class PageState( class
/aosp_15_r20/art/runtime/gc/collector/
H A Dmark_compact.h157 enum class PageState : uint8_t { enum