Home
last modified time | relevance | path

Searched refs:analyzer (Results 1 – 15 of 15) sorted by relevance

/frameworks/libs/binary_translation/backend/x86_64/
Dcontext_liveness_analyzer_test.cc36 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 …]
Dmachine_ir_opt.cc180 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/
DAndroid.bp156 "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/
DAndroid.bp67 "clang-analyzer-security*",
77 "clang-analyzer-security*",
/frameworks/base/services/incremental/
DAndroid.bp35 "clang-analyzer-security*",
37 "clang-analyzer-security*",
/frameworks/native/cmds/installd/
DAndroid.bp78 "clang-analyzer-security*",
83 "clang-analyzer-security*",
/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
DAsmAnalyzerTest.java125 AsmAnalyzer analyzer = new AsmAnalyzer(new MockLog(), MOCK_ANDROID_JAR, null, in testInclude() local
134 Result result = analyzer.analyze(); in testInclude()
/frameworks/layoutlib/create/
DREADME.txt61 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/
DAndroid.bp61 "clang-analyzer-security*",
75 "clang-analyzer-security*",
/frameworks/base/media/jni/soundpool/
DAndroid.bp28 "clang-analyzer-security*",
/frameworks/av/services/oboeservice/
DAndroid.bp32 "clang-analyzer-security*",
/frameworks/av/services/audioflinger/
DAndroid.bp31 "clang-analyzer-security*",
/frameworks/av/services/mediametrics/
DAndroid.bp21 "clang-analyzer-security*",
/frameworks/av/media/libaaudio/src/
DAndroid.bp19 "clang-analyzer-security*",
/frameworks/native/libs/binder/
DAndroid.bp342 "clang-analyzer-*",