Searched refs:safe (Results 1 – 7 of 7) sorted by relevance
/art/test/1339-dead-reference-safe/ |
D | Android.bp | 3 // 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/ |
D | info.txt | 3 type-safe dead code.
|
/art/cmdline/ |
D | README.md | 16 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/ |
D | mem_map.cc | 1134 bool safe = true; in MapInternalArtLow4GBAllocator() local 1137 safe = false; in MapInternalArtLow4GBAllocator() 1146 if (safe == true) { in MapInternalArtLow4GBAllocator()
|
/art/compiler/optimizing/ |
D | induction_var_range_test.cc | 166 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/ |
D | Android.bp | 421 // dependency on dex file logic. It is therefore safe to use from binaries
|
/art/runtime/ |
D | mutator_gc_coord.md | 22 points", sometimes also called "safe points" into the code. These allow a thread
|