Home
last modified time | relevance | path

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

/art/test/1339-dead-reference-safe/
DAndroid.bp3 // Build rules for ART run-test `1339-dead-reference-safe`.
16 name: "art-run-test-1339-dead-reference-safe",
21 ":art-run-test-1339-dead-reference-safe-expected-stdout",
22 ":art-run-test-1339-dead-reference-safe-expected-stderr",
28 name: "art-run-test-1339-dead-reference-safe-expected-stdout",
29 out: ["art-run-test-1339-dead-reference-safe-expected-stdout.txt"],
36 name: "art-run-test-1339-dead-reference-safe-expected-stderr",
37 out: ["art-run-test-1339-dead-reference-safe-expected-stderr.txt"],
/art/test/518-null-array-get/
Dinfo.txt3 type-safe dead code.
/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/libartbase/base/
Dmem_map.cc1134 bool safe = true; in MapInternalArtLow4GBAllocator() local
1137 safe = false; in MapInternalArtLow4GBAllocator()
1146 if (safe == true) { in MapInternalArtLow4GBAllocator()
/art/compiler/optimizing/
Dinduction_var_range_test.cc166 HInductionVarAnalysis::InductionInfo* CreateTripCount(int32_t tc, bool in_loop, bool safe) { in CreateTripCount() argument
168 if (in_loop && safe) { in CreateTripCount()
172 } else if (safe) { in CreateTripCount()
/art/libdexfile/
DAndroid.bp421 // dependency on dex file logic. It is therefore safe to use from binaries
/art/runtime/
Dmutator_gc_coord.md22 points", sometimes also called "safe points" into the code. These allow a thread