Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map.cc851 bool safe = true; in MapInternal() local
854 safe = false; in MapInternal()
863 if (safe == true) { in MapInternal()
/art/compiler/optimizing/
Dinduction_var_range_test.cc141 HInductionVarAnalysis::InductionInfo* CreateTripCount(int32_t tc, bool in_loop, bool safe) { in CreateTripCount() argument
143 if (in_loop && safe) { in CreateTripCount()
149 } else if (safe) { in CreateTripCount()
/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.