Home
last modified time | relevance | path

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

/art/test/518-null-array-get/
Dinfo.txt3 type-safe dead code.
/art/libdexfile/
DAndroid.bp256 // time dependency on dex file logic. It is therefore safe to use from binaries
/art/libartbase/base/
Dmem_map.cc1078 bool safe = true; in MapInternalArtLow4GBAllocator() local
1081 safe = false; in MapInternalArtLow4GBAllocator()
1090 if (safe == true) { in MapInternalArtLow4GBAllocator()
/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.
/art/compiler/optimizing/
Dinduction_var_range_test.cc162 HInductionVarAnalysis::InductionInfo* CreateTripCount(int32_t tc, bool in_loop, bool safe) { in CreateTripCount() argument
164 if (in_loop && safe) { in CreateTripCount()
168 } else if (safe) { in CreateTripCount()
/art/tools/
Dart440 # If ANDROID_TZDATA_ROOT is not set point it to somewhere safe. Android code