Home
last modified time | relevance | path

Searched defs:gUseUserfaultfd (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dread_barrier_config.h79 constexpr bool gUseUserfaultfd = !gUseReadBarrier; variable
85 constexpr bool gUseUserfaultfd = true; variable
87 constexpr bool gUseUserfaultfd = false; variable
/aosp_15_r20/art/runtime/gc/collector/
H A Dmark_compact.cc317 const bool gUseUserfaultfd = ShouldUseUserfaultfd(); variable