HomeSort by relevance Sort by last modified time
    Searched full:advice (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /dalvik/dx/src/com/android/dx/ssa/
Optimizer.java 33 private static TranslationAdvice advice; field in class:Optimizer
50 * @return {@code non-null;} translation advice
53 return advice;
66 * @param inAdvice {@code non-null;} translation advice
87 * @param inAdvice {@code non-null;} translation advice
97 advice = inAdvice;
105 > advice.getMaxOptimalRegisterCount()) {
198 advice = inAdvice;
208 advice = inAdvice;
218 advice = inAdvice
    [all...]
LiteralOpUpgrader.java 79 final TranslationAdvice advice = Optimizer.getAdvice(); local
112 } else if (advice.hasConstantOperation(
116 && advice.hasConstantOperation(
  /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);
  /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);
  /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);
  /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...]
  /dalvik/dx/src/com/android/dx/rop/code/
TranslationAdvice.java 20 * Interface for "advice" passed from the late stage of translation back
DexTranslationAdvice.java 32 /** debug advice for disabling invoke-range optimization */
  /frameworks/base/libs/utils/
FileMap.cpp 199 int FileMap::advise(MapAdvice advice)
204 switch (advice) {
  /external/guava/src/com/google/common/collect/
Synchronized.java 111 * Failure to follow this advice may result in non-deterministic behavior.
231 * Failure to follow this advice may result in non-deterministic behavior.
288 * Failure to follow this advice may result in non-deterministic behavior.
366 * Failure to follow this advice may result in non-deterministic behavior.
494 * Failure to follow this advice may result in non-deterministic behavior.
606 * Failure to follow this advice may result in non-deterministic behavior.
937 * Failure to follow this advice may result in non-deterministic behavior.
978 * Failure to follow this advice may result in non-deterministic behavior.
    [all...]
  /external/qemu/distrib/sdl-1.2.12/
CREDITS 86 And a big hand to everyone else who gave me appreciation, advice,
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
EBCDIC 14 I have no problem at all with being a contact for advice
  /frameworks/base/include/utils/
FileMap.h 106 int advise(MapAdvice advice);
  /external/webkit/JavaScriptCore/wtf/
TCSystemAlloc.cpp 404 const int advice = MADV_FREE; local
406 const int advice = MADV_DONTNEED;
434 advice) == -1 &&
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
RSACoreEngine.java 168 // advice regarding the expression of this.
  /external/qemu/slirp/
ip_icmp.h 95 * For the error advice packets must first insure that the
  /external/qemu/slirp-android/
ip_icmp.h 97 * For the error advice packets must first insure that the
  /external/strace/
PORTING 4 have some advice to the would-be strace porter.
  /bionic/libc/include/netinet/
ip_icmp.h 130 * For the error advice packets must first insure that the
  /development/ndk/platforms/android-3/include/netinet/
ip_icmp.h 130 * For the error advice packets must first insure that the

Completed in 964 milliseconds

1 2 3 4 5