HomeSort by relevance Sort by last modified time
    Searched refs:advice (Results 1 - 18 of 18) sorted by null

  /dalvik/dx/src/com/android/dx/ssa/
Optimizer.java 35 private static TranslationAdvice advice; field in class:Optimizer
51 * @return {@code non-null;} translation advice
54 return advice;
67 * @param inAdvice {@code non-null;} translation advice
88 * @param inAdvice {@code non-null;} translation advice
98 advice = inAdvice;
106 > advice.getMaxOptimalRegisterCount()) {
189 advice = inAdvice;
199 advice = inAdvice;
209 advice = inAdvice
    [all...]
LiteralOpUpgrader.java 79 final TranslationAdvice advice = Optimizer.getAdvice(); local
112 } else if (advice.hasConstantOperation(
116 && advice.hasConstantOperation(
  /system/extras/tests/sdcard/
testcase.cpp 189 void TestCase::setFadvise(const char *advice)
192 if (strcmp(advice, "sequential") == 0)
196 else if (strcmp(advice, "random") == 0)
200 else if (strcmp(advice, "noreuse") == 0)
204 else if (strcmp(advice, "willneed") == 0)
208 else if (strcmp(advice, "dontneed") == 0)
testcase.h 92 void setFadvise(const char *advice);
sdcard_perf_test.cpp 87 #define FADVISE(fd, off, len, advice) (void)0
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 95 TranslationAdvice advice = DexTranslationAdvice.THE_ONE; local
96 RopMethod rmeth = Ropper.convert(meth, advice);
103 paramWidth, isStatic, true, advice,
107 isStatic, true, advice);
110 rmeth, paramWidth, isStatic, true, advice);
113 rmeth, paramWidth, isStatic, true, advice);
116 rmeth, paramWidth, isStatic,true, advice);
DotDumper.java 116 TranslationAdvice advice = DexTranslationAdvice.THE_ONE; local
118 Ropper.convert(meth, advice);
124 true, advice);
BlockDumper.java 287 TranslationAdvice advice = DexTranslationAdvice.THE_ONE; local
290 Ropper.convert(meth, advice);
298 advice);
  /frameworks/base/include/utils/
FileMap.h 106 int advise(MapAdvice advice);
  /dalvik/dx/src/com/android/dx/dex/cf/
OptimizerOptions.java 127 * @param advice {@code non-null;} translation advice
132 TranslationAdvice advice, RopMethod rmeth) {
142 paramSize, isStatic, args.localInfo, advice, steps);
CfTranslator.java 248 TranslationAdvice advice; local
250 advice = DexTranslationAdvice.THE_ONE;
252 RopMethod rmeth = Ropper.convert(concrete, advice);
270 paramSize, isStatic, args.localInfo, advice);
274 paramSize, isStatic, args, advice, rmeth);
  /frameworks/base/libs/utils/
FileMap.cpp 199 int FileMap::advise(MapAdvice advice)
204 switch (advice) {
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 70 /** {@code non-null;} translation advice */
71 private final TranslationAdvice advice; field in class:RopperMachine
124 * @param advice {@code non-null;} translation advice to use
127 TranslationAdvice advice) {
134 if (advice == null) {
135 throw new NullPointerException("advice == null");
140 this.advice = advice;
523 && advice.hasConstantOperation(rop
    [all...]
Ropper.java 245 * @param advice {@code non-null;} translation advice to use
249 TranslationAdvice advice) {
251 Ropper r = new Ropper(method, advice);
266 * @param advice {@code non-null;} translation advice to use
268 private Ropper(ConcreteMethod method, TranslationAdvice advice) {
273 if (advice == null) {
274 throw new NullPointerException("advice == null");
281 this.machine = new RopperMachine(this, method, advice);
    [all...]
  /external/webkit/JavaScriptCore/wtf/
TCSystemAlloc.cpp 404 const int advice = MADV_FREE; local
406 const int advice = MADV_DONTNEED;
434 advice) == -1 &&
  /prebuilt/sdk/tools/lib/
dx.jar 
  /external/iproute2/doc/
ip-cref.tex 100 Do not use this option when reporting bugs or asking for advice.
152 or asking for advice. ``Officially'' allowed abbreviations are listed
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 192 The author (Tom St Denis) is not a patent lawyer so this section is not to be treated as legal advice. To the best
    [all...]

Completed in 354 milliseconds