HomeSort by relevance Sort by last modified time
    Searched refs:IC (Results 51 - 75 of 98) sorted by null

1 23 4

  /external/v8/test/mjsunit/
array-literal-transitions.js 44 // IC and Crankshaft support for smi-only elements in dynamic array literals.
math-abs.js 95 // Test in a loop to cover the custom IC and GC-related issues.
math-floor.js 140 // Test in a loop to cover the custom IC and GC-related issues.
string-external-cached.js 114 // Run the test many times to ensure IC-s don't break things.
unbox-double-arrays.js 72 // Multiple versions of the test function makes sure that IC/Crankshaft state
228 // Test the keyed load IC implementation when the value is the hole.
math-min-max.js 48 // runtime system. After a while the binary op IC settles down and we get
string-charat.js 129 // Test custom string IC-s.
string-index.js 38 // Test string keyed load IC.
178 // Test for keyed ic.
  /external/v8/test/mjsunit/compiler/
math-floor-global.js 142 // Test in a loop to cover the custom IC and GC-related issues.
math-floor-local.js 142 // Test in a loop to cover the custom IC and GC-related issues.
  /external/oprofile/events/x86-64/family11h/
unit_masks 114 0x01 IC fill
120 0x01 IC fill
  /external/oprofile/events/x86-64/hammer/
unit_masks 103 0x01 IC fill
109 0x01 IC fill
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 371 if (ObjCInterfaceDecl *IC = MDecl->getClassInterface()) {
373 IC->lookupMethod(MDecl->getSelector(), MDecl->isInstanceMethod());
397 if (const ObjCInterfaceDecl *SuperClass = IC->getSuperClass()) {
    [all...]
SemaAccess.cpp 211 DeclContext *IC = S.computeDeclContext(getBaseObjectType());
212 InstanceContext = (IC ? cast<CXXRecordDecl>(IC)->getCanonicalDecl() : 0);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 87 if (ICmpInst *IC = dyn_cast<ICmpInst>(*UI))
88 if (IC->isEquality())
89 if (Constant *C = dyn_cast<Constant>(IC->getOperand(1)))
103 if (ICmpInst *IC = dyn_cast<ICmpInst>(*UI))
104 if (IC->isEquality() && IC->getOperand(1) == With)
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 32 #include "ic-inl.h"
420 ExternalReference(IC_Utility(IC::kLoadPropertyWithInterceptorOnly),
680 ExternalReference(IC_Utility(IC::kLoadPropertyWithInterceptorForCall),
773 ExternalReference(IC_Utility(IC::kSharedStoreIC_ExtendStorage),
2462 Handle<Code> ic = isolate()->builtins()->StoreIC_Miss(); local
2509 Handle<Code> ic = isolate()->builtins()->StoreIC_Miss(); local
2555 Handle<Code> ic = isolate()->builtins()->StoreIC_Miss(); local
2603 Handle<Code> ic = isolate()->builtins()->StoreIC_Miss(); local
2636 Handle<Code> ic = isolate()->builtins()->KeyedStoreIC_Miss(); local
2659 Handle<Code> ic = isolate()->builtins()->KeyedStoreIC_Miss(); local
3457 Handle<Code> ic = masm->isolate()->builtins()->KeyedLoadIC_Slow(); local
3655 Handle<Code> ic = masm->isolate()->builtins()->KeyedStoreIC_Slow(); local
    [all...]
ic-ia32.cc 33 #include "ic-inl.h"
41 // Static IC stub generators.
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 32 #include "ic-inl.h"
394 ExternalReference(IC_Utility(IC::kLoadPropertyWithInterceptorOnly),
664 ExternalReference(IC_Utility(IC::kLoadPropertyWithInterceptorForCall),
757 ExternalReference(IC_Utility(IC::kSharedStoreIC_ExtendStorage),
2292 Handle<Code> ic = isolate()->builtins()->StoreIC_Miss(); local
2339 Handle<Code> ic = isolate()->builtins()->StoreIC_Miss(); local
2385 Handle<Code> ic = isolate()->builtins()->StoreIC_Miss(); local
2433 Handle<Code> ic = isolate()->builtins()->StoreIC_Miss(); local
2466 Handle<Code> ic = isolate()->builtins()->KeyedStoreIC_Miss(); local
2490 Handle<Code> ic = isolate()->builtins()->KeyedStoreIC_Miss(); local
2528 Handle<Code> ic = isolate()->builtins()->KeyedStoreIC_Miss(); local
2911 Handle<Code> ic = isolate()->builtins()->KeyedLoadIC_Miss(); local
3241 Handle<Code> ic = masm->isolate()->builtins()->KeyedLoadIC_Slow(); local
3424 Handle<Code> ic = masm->isolate()->builtins()->KeyedStoreIC_Slow(); local
    [all...]
ic-x64.cc 33 #include "ic-inl.h"
41 // Static IC stub generators.
    [all...]
  /external/v8/src/arm/
ic-arm.cc 36 #include "ic-inl.h"
45 // Static IC stub generators.
380 // Defined in ic.cc.
491 IC::UtilityId id,
499 if (id == IC::kCallIC_Miss) {
527 if (id == IC::kCallIC_Miss) {
694 // Defined in ic.cc.
    [all...]
  /external/v8/src/mips/
ic-mips.cc 36 #include "ic-inl.h"
45 // Static IC stub generators.
382 // Defined in ic.cc.
491 IC::UtilityId id,
499 if (id == IC::kCallIC_Miss) {
527 if (id == IC::kCallIC_Miss) {
691 // Defined in ic.cc.
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/eigen/blas/testing/
dblat3.f     [all...]
sblat3.f     [all...]
  /external/llvm/utils/TableGen/
X86DisassemblerTables.cpp 41 case IC:
596 o << "IC";

Completed in 769 milliseconds

1 23 4