/frameworks/libs/binary_translation/backend/x86_64/ |
D | context_liveness_analyzer_test.cc | 36 void CheckBBLiveIn(const x86_64::ContextLivenessAnalyzer* analyzer, in CheckBBLiveIn() argument 45 EXPECT_FALSE(analyzer->IsLiveIn(bb, offsetof(ProcessState, cpu.x[reg]))); in CheckBBLiveIn() 47 EXPECT_TRUE(analyzer->IsLiveIn(bb, offsetof(ProcessState, cpu.x[reg]))); in CheckBBLiveIn() 65 x86_64::ContextLivenessAnalyzer analyzer(&machine_ir); in TEST() local 66 analyzer.Init(); in TEST() 68 CheckBBLiveIn(&analyzer, bb, {0}); in TEST() 90 x86_64::ContextLivenessAnalyzer analyzer(&machine_ir); in TEST() local 91 analyzer.Init(); in TEST() 93 CheckBBLiveIn(&analyzer, bb1, {}); in TEST() 94 CheckBBLiveIn(&analyzer, bb2, {0}); in TEST() [all …]
|
D | machine_ir_opt.cc | 180 MachineInsnList::reverse_iterator RemovePutIfDead(const ContextLivenessAnalyzer* analyzer, in RemovePutIfDead() argument 194 if (analyzer->IsLiveIn(dst, disp)) { in RemovePutIfDead() 207 ContextLivenessAnalyzer analyzer(ir); in RemoveRedundantPut() local 208 analyzer.Init(); in RemoveRedundantPut() 222 insn_it = RemovePutIfDead(&analyzer, bb, insn_it, seen_get); in RemoveRedundantPut()
|
/frameworks/native/libs/binder/ndk/ |
D | Android.bp | 156 "clang-analyzer-*", 157 "-clang-analyzer-core.CallAndMessage", 158 "-clang-analyzer-core.uninitialized.Assign", 159 "-clang-analyzer-unix.Malloc", 160 "-clang-analyzer-deadcode.DeadStores", 161 "-clang-analyzer-optin.cplusplus.UninitializedObject",
|
/frameworks/av/services/audiopolicy/permission/ |
D | Android.bp | 67 "clang-analyzer-security*", 77 "clang-analyzer-security*",
|
/frameworks/base/services/incremental/ |
D | Android.bp | 35 "clang-analyzer-security*", 37 "clang-analyzer-security*",
|
/frameworks/native/cmds/installd/ |
D | Android.bp | 78 "clang-analyzer-security*", 83 "clang-analyzer-security*",
|
/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/ |
D | AsmAnalyzerTest.java | 125 AsmAnalyzer analyzer = new AsmAnalyzer(new MockLog(), MOCK_ANDROID_JAR, null, in testInclude() local 134 Result result = analyzer.analyze(); in testInclude()
|
/frameworks/layoutlib/create/ |
D | README.txt | 61 The goal of the analyzer is to create a graph of all the classes from the input JAR with their 64 To do that, the analyzer is created with a list of base classes to keep -- everything that derives 68 The analyzer is also given a list of class names to keep in the output. This is done using 73 The analyzer is also given a list of classes to exclude. A fake implementation of these classes is 76 With this information, the analyzer parses the input zip to find all the classes. All classes 82 The output of the analyzer is a set of ASM ClassReader instances which are then fed to the
|
/frameworks/proto_logging/stats/stats_log_api_gen/ |
D | Android.bp | 61 "clang-analyzer-security*", 75 "clang-analyzer-security*",
|
/frameworks/base/media/jni/soundpool/ |
D | Android.bp | 28 "clang-analyzer-security*",
|
/frameworks/av/services/oboeservice/ |
D | Android.bp | 32 "clang-analyzer-security*",
|
/frameworks/av/services/audioflinger/ |
D | Android.bp | 31 "clang-analyzer-security*",
|
/frameworks/av/services/mediametrics/ |
D | Android.bp | 21 "clang-analyzer-security*",
|
/frameworks/av/media/libaaudio/src/ |
D | Android.bp | 19 "clang-analyzer-security*",
|
/frameworks/native/libs/binder/ |
D | Android.bp | 342 "clang-analyzer-*",
|