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

1 2 3 4 5 6 7

  /external/chromium_org/v8/src/
ic-inl.h 8 #include "src/ic.h"
18 Address IC::address() const {
50 ConstantPoolArray* IC::constant_pool() const {
74 ConstantPoolArray* IC::raw_constant_pool() const {
83 Code* IC::GetTargetAtAddress(Address address,
85 // Get the target address of the IC.
95 void IC::SetTargetAtAddress(Address address,
103 // ICs as strict mode. The strict-ness of the IC must be preserved.
121 InlineCacheHolderFlag IC::GetCodeCacheForObject(Object* object) {
131 HeapObject* IC::GetCodeCacheHolder(Isolate* isolate
    [all...]
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...]
  /external/llvm/utils/TableGen/
X86DisassemblerShared.h 25 insnContext = llvm::X86Disassembler::IC;
  /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...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-675.js 35 // Initialize IC for nonexistent x property on global object.
42 // Check that we bail out from the IC.
52 // Initialize IC.
59 // Check that IC bails out.
regress-2291.js 32 obj == obj; // Populate IC cache with non-strict comparison.
34 StrictCompare(obj); // Set IC in StrictCompare from IC cache.
setter.js 44 // Initialize the store IC.
60 // Verify that monomorphic prototype failure is triggered in the IC.
64 // Verify that the newly installed IC is correct.
  /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/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 71 InstCombiner &IC) {
114 return CanEvaluateShifted(I->getOperand(0), NumBits, isLeftShift, IC) &&
115 CanEvaluateShifted(I->getOperand(1), NumBits, isLeftShift, IC);
167 return CanEvaluateShifted(SI->getTrueValue(), NumBits, isLeftShift, IC) &&
168 CanEvaluateShifted(SI->getFalseValue(), NumBits, isLeftShift, IC);
176 if (!CanEvaluateShifted(PN->getIncomingValue(i), NumBits, isLeftShift,IC))
186 InstCombiner &IC) {
190 V = IC.Builder->CreateShl(C, NumBits);
192 V = IC.Builder->CreateLShr(C, NumBits);
195 V = ConstantFoldConstantExpression(CE, IC.getDataLayout()
    [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/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;
  /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;
  /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

Completed in 1061 milliseconds

1 2 3 4 5 6 7