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

1 2

  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfSquareOrCircleAnnotation_autogen.cpp 47 SkPdfArray* SkPdfSquareOrCircleAnnotation::IC(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("IC", "");
56 return get("IC", "") != NULL;
SkPdfLineAnnotationDictionary_autogen.cpp 71 SkPdfArray* SkPdfLineAnnotationDictionary::IC(SkPdfNativeDoc* doc) {
72 SkPdfNativeObject* ret = get("IC", "");
80 return get("IC", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfSquareOrCircleAnnotation_autogen.cpp 47 SkPdfArray* SkPdfSquareOrCircleAnnotation::IC(SkPdfNativeDoc* doc) {
48 SkPdfNativeObject* ret = get("IC", "");
56 return get("IC", "") != NULL;
SkPdfLineAnnotationDictionary_autogen.cpp 71 SkPdfArray* SkPdfLineAnnotationDictionary::IC(SkPdfNativeDoc* doc) {
72 SkPdfNativeObject* ret = get("IC", "");
80 return get("IC", "") != NULL;
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 314 InlineCost IC = getInlineCost(CS);
316 if (IC.isAlways()) {
324 if (IC.isNever()) {
333 if (!IC) {
334 DEBUG(dbgs() << " NOT Inlining: cost=" << IC.getCost()
335 << ", thres=" << (IC.getCostDelta() + IC.getCost())
339 Twine(IC.getCost()) + ", threshold=" +
340 Twine(IC.getCostDelta() + IC.getCost()) + ")")
    [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...]
  /external/chromium_org/v8/src/
ic.h 30 /* Utilities for IC stubs. */ \
42 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC.
44 class IC {
57 // Alias the inline cache state type to make the IC code more readable.
60 // The IC code is either invoked with no extra frames on the stack
67 // Construct the IC structure with the given number of extra
69 IC(FrameDepth depth, Isolate* isolate);
70 virtual ~IC() {}
75 // Compute the current IC state based on the target stub, receiver and name.
118 // since loading the IC for loading the length from strings are stored o
    [all...]
  /bionic/libc/arch-mips/include/machine/
regnum.h 75 #define IC 38
  /bionic/libc/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
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regnum.h 75 #define IC 38
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regnum.h 75 #define IC 38
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 401 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition());
402 if (!IC || !IC->isEquality() || !SI.getType()->isIntegerTy())
405 Value *CmpLHS = IC->getOperand(0);
406 Value *CmpRHS = IC->getOperand(1);
458 ICmpInst::Predicate Pred = IC->getPredicate();
755 const ICmpInst *IC = dyn_cast<ICmpInst>(SI.getCondition());
756 if (!IC || !IC->isEquality() || !SI.getType()->isIntegerTy())
759 if (!match(IC->getOperand(1), m_Zero())
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/machine/
regnum.h 75 #define IC 38
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 75 #define IC 38

Completed in 1884 milliseconds

1 2