Searched refs:keep (Results 1 – 20 of 20) sorted by relevance
/art/tools/ahat/etc/ |
D | test-dump.pro | 2 -keep public class Main { 6 -keep public class SuperDumpedStuff {
|
/art/libartservice/service/ |
D | proguard.flags | 10 -keep class * extends android.app.job.JobService { *; } 13 -keep class com.android.server.art.prereboot.PreRebootManager { *; }
|
/art/test/819-verification-runtime/ |
D | info.txt | 1 Regression test for the verifier, where we need to keep the behavior of
|
/art/test/536-checker-needs-access-check/ |
D | expected-stdout.txt | 5 Got expected error instanceof (keep LoadClass with access check)
|
/art/test/072-reachability-fence/ |
D | info.txt | 4 This is not very convincing, since we currently usually keep such objects around anyway.
|
/art/test/626-const-class-linking/ |
D | info.txt | 1 Test that once a const-class instruction is linked, it will keep referring
|
/art/test/097-duplicate-method/ |
D | info.txt | 5 with Jack (this is invalid) or smali (it does not keep duplicate
|
/art/ |
D | .clang-format | 1 # Please keep in sync with .clang-format-java-2 where applicable.
|
D | .clang-format-java-2 | 3 # Please keep in sync with .clang-format where applicable.
|
/art/tools/ahat/ |
D | .clang-format | 3 # Please keep in sync with .clang-format where applicable.
|
/art/tools/dexfuzz/ |
D | .clang-format | 3 # Please keep in sync with .clang-format where applicable.
|
/art/libartbase/base/metrics/ |
D | README.md | 44 usage for exported metrics. It is recommended to keep this below 16. The 46 know what range the fixed number of buckets cover. We could keep track of the
|
/art/libnativeloader/ |
D | libnativeloader.map.txt | 20 # that defines the exported interface. Please keep in sync with this list.
|
/art/libnativebridge/ |
D | libnativebridge.map.txt | 20 # that defines the exported interface. Please keep in sync with this list.
|
/art/test/1949-short-dex-file/ |
D | info.txt | 30 method-type the jit uses dex-file information to keep track of.
|
/art/compiler/driver/ |
D | compiler_options_map.def | 33 // Please keep the columns aligned if possible when adding new rows.
|
/art/dex2oat/ |
D | dex2oat_options.def | 33 // Please keep the columns aligned if possible when adding new rows.
|
/art/runtime/ |
D | runtime_options.def | 33 // Please keep the columns aligned if possible when adding new rows.
|
D | Android.bp | 32 "-Wl,--keep-unique,__jit_debug_register_code", 33 "-Wl,--keep-unique,__dex_debug_register_code",
|
/art/dex2oat/linker/ |
D | image_writer.cc | 1111 bool keep = !PruneImageClass(klass); in KeepClass() local 1112 CHECK_IMPLIES(!compiler_options_.InitializeAppImageClasses(), keep) in KeepClass() 1114 return keep; in KeepClass()
|