Home
last modified time | relevance | path

Searched refs:uses (Results 1 – 25 of 53) sorted by relevance

123

/art/tools/veridex/
DREADME.md4 Given an APK, finds API uses that fall into the
8 API uses that do not execute at runtime, and reflection uses
9 that do not exist. It can also miss on reflection uses.
/art/test/471-deopt-environment/
Dinfo.txt2 uses to generate a HDeoptimization instruction with an
3 HEnvironment that does not have the uses lists updated.
/art/test/005-annotations/
Dinfo.txt1 Test a bunch of uses of annotations.
/art/test/482-checker-loop-back-edge-use/
Dinfo.txt1 Tests the register allocator's optimization of adding synthesized uses
/art/test/552-checker-primitive-typeprop/
Dinfo.txt1 Test that phis with environment uses which can be properly typed are kept
/art/test/730-checker-inlining-super/
Dinfo.txt1 Test that an invoke-virtual devirtualized by the compiler uses the right bss
/art/test/535-deopt-and-inlining/
Dinfo.txt2 stack visitor uses the right ArtMethod when deopting.
/art/test/656-loop-deopt/
Dinfo.txt2 remove environment uses of HDeoptimize instructions.
/art/compiler/optimizing/
Dinstruction_simplifier_arm.cc167 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand() local
170 for (const HUseListNode<HInstruction*>& use : uses) { in TryMergeIntoUsersShifterOperand()
181 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in TryMergeIntoUsersShifterOperand()
Dinstruction_simplifier_arm64.cc171 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand() local
174 for (const HUseListNode<HInstruction*>& use : uses) { in TryMergeIntoUsersShifterOperand()
185 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in TryMergeIntoUsersShifterOperand()
Dprepare_for_register_allocation.cc142 const HUseList<HInstruction*>& uses = check->GetUses(); in VisitClinitCheck() local
143 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in VisitClinitCheck()
/art/test/2034-spaces-in-SimpleName/
Dinfo.txt3 This test uses ASM Java bytecode generator to generate a simple class with
/art/test/537-checker-debuggable/smali/
DTestCase.smali19 # The phi in this method has no actual uses but one environment use. It will
36 # v0 = Phi [p1, p2] with no uses
/art/tools/
Dlibcore_debug_failures.txt5 * The script that uses this file is art/tools/run-libcore-tests.sh.
Dlibcore_gcstress_failures.txt3 * The script that uses this file is art/tools/run-libcore-tests.sh.
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc461 std::vector<size_t> uses; in ProcessDexFile() local
462 uses.reserve(types_accessed.size()); in ProcessDexFile()
464 uses.push_back(p.second); in ProcessDexFile()
466 std::sort(uses.rbegin(), uses.rend()); in ProcessDexFile()
467 for (size_t i = 0; i < uses.size(); ++i) { in ProcessDexFile()
469 uses_top_types_ += uses[i]; in ProcessDexFile()
471 uses_all_types_ += uses[i]; in ProcessDexFile()
/art/test/1948-obsolete-const-method-handle/util-src/
Dinfo.txt2 contents of src/. Then it uses TestGenerator to add additional functions to the
/art/tools/runtime_memusage/
DREADME31 sanitizer_logcat_analysis.sh uses external executable development/scripts/stack.
82 Using the package name, uses baksmali to get
/art/test/520-equivalent-phi/smali/
DEquivalent.smali28 # based on uses, but a move-object disappears after SSA, leaving
/art/libnativebridge/
DREADME.md19 a separate linker, which typically uses a different linker config than the host
/art/tools/hiddenapi/
DAndroid.bp60 // when it uses PrependProperties.
/art/test/552-checker-primitive-typeprop/smali/
DArrayGet.smali169 # case uses ArrayGet indirectly through two phis. It also creates an unused
201 # Create env uses.
208 # case uses ArrayGet as float through one phi and as an indeterminate type through
/art/test/1949-short-dex-file/
Dinfo.txt30 method-type the jit uses dex-file information to keep track of.
/art/libartservice/service/
DREADME.md149 files of the system UI and the launcher. It uses the compiler filter specified
150 by `dalvik.vm.systemuicompilerfilter` for the system UI, and uses the
166 *cloud profile*), it uses the "speed-profile" compiler filter. Otherwise, it
167 uses the "verify" compiler filter.
/art/build/
DREADME.md86 particular release configuration uses ART prebuilts, run the following command
93 configuration uses ART prebuilts. (To verify, you can inspect the `contents` of

123