HomeSort by relevance Sort by last modified time
    Searched defs:IC (Results 1 - 25 of 58) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/test/bench/shootout/
fasta.c 56 #define IC 29573
73 *random = (*random*IA + IC)%IM;
  /prebuilts/go/linux-x86/test/bench/shootout/
fasta.c 56 #define IC 29573
73 *random = (*random*IA + IC)%IM;
  /external/v8/src/ic/
ic.h 8 #include "src/ic/ic-state.h"
16 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC.
18 class IC {
20 // Alias the inline cache state type to make the IC code more readable.
23 // The IC code is either invoked with no extra frames on the stack
27 // Construct the IC structure with the given number of extra
29 IC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL);
30 virtual ~IC() {}
35 // Compute the current IC state based on the target stub, receiver and name
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
ReflectionBenchmark.java 167 Class<?> klass = IC.class;
235 interface IC extends IB {
239 class D implements IC {
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
ic.py 0 """IC wrapper module, based on Internet Config 1.3"""
4 warnpy3k("In 3.x, the ic module is removed.", stacklevel=2)
36 """An unparseable IC entry"""
163 class IC:
164 def __init__(self, signature='Pyth', ic=None):
165 if ic:
166 self.ic = ic
168 self.ic = icglue.ICStart(signature)
169 if hasattr(self.ic, 'ICFindConfigFile')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
ic.py 0 """IC wrapper module, based on Internet Config 1.3"""
4 warnpy3k("In 3.x, the ic module is removed.", stacklevel=2)
36 """An unparseable IC entry"""
163 class IC:
164 def __init__(self, signature='Pyth', ic=None):
165 if ic:
166 self.ic = ic
168 self.ic = icglue.ICStart(signature)
169 if hasattr(self.ic, 'ICFindConfigFile')
    [all...]
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regnum.h 75 #define IC 38
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
regnum.h 75 #define IC 38
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 75 #define IC 38
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 347 InlineCost IC = getInlineCost(CS);
349 if (IC.isAlways()) {
357 if (IC.isNever()) {
366 if (!IC) {
367 DEBUG(dbgs() << " NOT Inlining: cost=" << IC.getCost()
368 << ", thres=" << (IC.getCostDelta() + IC.getCost())
372 Twine(IC.getCost()) + ", threshold=" +
373 Twine(IC.getCostDelta() + IC.getCost()) + ")")
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38

Completed in 623 milliseconds

1 2 3