Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map.cc382 bool safe = true; in MapAnonymous() local
385 safe = false; in MapAnonymous()
394 if (safe == true) { in MapAnonymous()
/art/cmdline/
DREADME.md16 generate a type-safe value parser that process a user-provided list of strings (`argv`). Currently,
114 `-hello:whatever`), converting it to the type-safe value of `kWorld` or `kGalaxy` respectively.