Home
last modified time | relevance | path

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

12

/art/tools/veridex/
DREADME.md4 Given an APK, finds API uses that fall into the blacklist/greylists APIs.
7 API uses that do not execute at runtime, and reflection uses
8 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/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/test/2034-spaces-in-SimpleName/
Dinfo.txt3 This test uses ASM Java bytecode generator to generate a simple class with
/art/compiler/optimizing/
Dinstruction_simplifier_arm.cc164 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand() local
167 for (const HUseListNode<HInstruction*>& use : uses) { in TryMergeIntoUsersShifterOperand()
178 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in TryMergeIntoUsersShifterOperand()
Dinstruction_simplifier_arm64.cc168 const HUseList<HInstruction*>& uses = bitfield_op->GetUses(); in TryMergeIntoUsersShifterOperand() local
171 for (const HUseListNode<HInstruction*>& use : uses) { in TryMergeIntoUsersShifterOperand()
182 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()
Ddead_code_elimination.cc183 const HUseList<HInstruction*>& uses = obj->GetUses(); in RemoveNonNullControlDependences() local
184 for (auto it = uses.begin(), end = uses.end(); it != end;) { in RemoveNonNullControlDependences()
/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/test/1948-obsolete-const-method-handle/util-src/
Dinfo.txt2 contents of src/. Then it uses TestGenerator to add additional functions to the
/art/build/sdk/
DAndroid.bp33 // Java 9 uses system modules which encapsulates this
41 // Java 9 uses system modules which encapsulates this
49 // Java 9 uses system modules which encapsulates this
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc461 std::vector<size_t> uses; in ProcessDexFile() local
463 uses.push_back(p.second); in ProcessDexFile()
465 std::sort(uses.rbegin(), uses.rend()); in ProcessDexFile()
466 for (size_t i = 0; i < uses.size(); ++i) { in ProcessDexFile()
468 uses_top_types_ += uses[i]; in ProcessDexFile()
470 uses_all_types_ += uses[i]; in ProcessDexFile()
/art/libnativeloader/
Dlibnativeloader.map.txt17 # TODO(b/122710865): Prune these uses once the runtime APEX is complete.
/art/libnativebridge/
Dlibnativebridge.map.txt17 # TODO(b/122710865): Most of these uses come from libnativeloader, which should be bundled
/art/tools/
Dlibcore_gcstress_failures.txt3 * The script that uses this file is art/tools/run-libcore-tests.sh.
/art/test/520-equivalent-phi/smali/
DEquivalent.smali28 # based on uses, but a move-object disappears after SSA, leaving
/art/tools/hiddenapi/
DAndroid.bp45 // when it uses PrependProperties.
/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/1949-short-dex-file/
Dinfo.txt30 method-type the jit uses dex-file information to keep track of.
/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/perfetto_hprof/
DAndroid.bp18 // This depends on the Perfetto client API. This uses the ProducerPort to

12