HomeSort by relevance Sort by last modified time
    Searched full:hot (Results 26 - 50 of 1043) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/v8/src/
runtime-profiler.cc 29 // but the function is hot and has been seen on the stack this number of times,
222 // then check if the function is hot and try to reenable optimization.
245 Optimize(function, "hot and stable");
247 Optimize(function, "not much type info but very hot");
  /frameworks/base/core/res/res/values-mcc425-mnc07/
config.xml 40 <item>PC HOT mobile,pc.hotm,,,,,,,,,425,07,,DUN</item>
  /external/llvm/lib/CodeGen/
MachineBranchProbabilityInfo.cpp 83 // Hot probability is at least 4/5 = 80%
84 // FIXME: Compare against a static "hot" BranchProbability.
123 << (isEdgeHot(Src, Dst) ? " [HOT edge]\n" : "\n");
  /art/runtime/jit/
jit_instrumentation.h 45 // Keeps track of which methods are hot.
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/assets/
beef-brisket-chili.json 13 text: "Season the beef and drizzle with olive oil. Brown in a hot pan. ",
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/assets/
beef-brisket-chili.json 13 text: "Season the beef and drizzle with olive oil. Brown in a hot pan. ",
  /device/moto/shamu/
spn-conf.xml 48 <spnOverride numeric="42507" spn="HOT mobile"/>
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DataTest.java 143 cv1.put(Contacts.DISPLAY_NAME, "Hot Tamale");
150 cv2.put(Contacts.DISPLAY_NAME, "Hot Tamale");
157 cv3.put(Contacts.DISPLAY_NAME, "Hot Tamale");
159 cv3.put(Email.DATA, "hot@google.com");
474 Uri filterUri = Uri.withAppendedPath(Contactables.CONTENT_FILTER_URI, "hot");
681 .with(StructuredName.DISPLAY_NAME, "Hot Tamale")
688 .with(Email.DATA, "hot@google.com")
    [all...]
  /external/icu/icu4c/source/test/threadtest/
stringtest.cpp 39 fCleanStrings[2] = "hot";
40 fSourceStrings[2] = "hot";
  /external/llvm/include/llvm/Analysis/
Trace.h 11 // single entry, multiple exit, region of code that is often hot. Trace-based
13 // block: because the trace path is assumed to be hot, optimizations for the
  /external/llvm/test/Transforms/SampleProfile/
discriminator.ll 37 ; CHECK: edge while.cond -> while.body probability is 100 / 101 = 99.0099% [HOT edge]
45 ; CHECK: edge while.body -> if.end probability is 95 / 100 = 95% [HOT edge]
calls.ll 55 ; CHECK: edge while.cond -> while.body probability is 5391 / 5392 = 99.9815% [HOT edge]
66 ; CHECK: edge while.body -> if.then probability is 5752 / 5753 = 99.9826% [HOT edge]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
predict.def 130 /* Branches to hot labels are likely. */
131 DEF_PREDICTOR (PRED_HOT_LABEL, "hot label", HITRATE (85), 0)
insn-notes.def 79 between hot and cold text sections. */
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
BitmapUtils.java 39 "This picture was taken while sunbathing in a natural hot spring, which was " +
  /external/clang/docs/
SanitizerSpecialCaseList.rst 22 * speedup hot function, which is known to be correct;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libignore.h 58 // Hot part:
  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.h 46 // with the mtx. This reduces contention for hot sync objects.
  /external/v8/test/webkit/
dfg-constant-fold-misprediction.js 48 // hot. If this loop was not here then the division would be known to produce doubles
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_cache.c 286 /* This buffer (and all hereafter) are still hot in cache */
294 /* keep searching in the hot buffers */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib/ldscripts/
elf_i386.xsc 50 *(.text.hot .text.hot.*)
elf_i386.xsw 49 *(.text.hot .text.hot.*)
elf_i386.xw 52 *(.text.hot .text.hot.*)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib/ldscripts/
elf_i386.xsc 50 *(.text.hot .text.hot.*)
elf_i386.xsw 49 *(.text.hot .text.hot.*)

Completed in 243 milliseconds

12 3 4 5 6 7 8 91011>>