Searched refs:IC (Results 76 - 94 of 94) sorted by relevance

1234

/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfSquareOrCircleAnnotation_autogen.h527 SkPdfArray* IC(SkPdfNativeDoc* doc);
/external/v8/src/arm/
H A Dcode-stubs-arm.cc1062 // lead to crashes in the IC code later.
1804 ExternalReference(IC_Utility(IC::kLoadElementWithInterceptor),
2746 IC::UtilityId id = GetICState() == DEFAULT ? IC::kCallIC_Miss
2747 : IC::kCallIC_Customization_Miss;
3608 ExternalReference(IC_Utility(IC::kCompareIC_Miss), isolate());
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc1971 ExternalReference(IC_Utility(IC::kLoadElementWithInterceptor),
3085 IC::UtilityId id = GetICState() == DEFAULT ? IC::kCallIC_Miss
3086 : IC::kCallIC_Customization_Miss;
3518 ExternalReference(IC_Utility(IC::kCompareIC_Miss), isolate());
4220 // Return to IC Miss stub, continuation still on stack.
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc685 IC_Utility(IC::kLoadElementWithInterceptor), masm->isolate());
2282 IC::UtilityId id = GetICState() == DEFAULT ? IC::kCallIC_Miss
2283 : IC::kCallIC_Customization_Miss;
2360 // lead to crashes in the IC code later.
3663 ExternalReference miss = ExternalReference(IC_Utility(IC::kCompareIC_Miss),
4182 __ jmp(ecx); // Return to IC Miss stub, continuation still on stack.
/external/v8/src/x64/
H A Dcode-stubs-x64.cc860 ExternalReference(IC_Utility(IC::kLoadElementWithInterceptor),
2156 IC::UtilityId id = GetICState() == DEFAULT ? IC::kCallIC_Miss
2157 : IC::kCallIC_Customization_Miss;
2273 // lead to crashes in the IC code later.
3611 ExternalReference(IC_Utility(IC::kCompareIC_Miss), isolate());
4118 __ jmp(rcx); // Return to IC Miss stub, continuation still on stack.
/external/v8/src/x87/
H A Dcode-stubs-x87.cc365 IC_Utility(IC::kLoadElementWithInterceptor), masm->isolate());
1968 IC::UtilityId id = GetICState() == DEFAULT ? IC::kCallIC_Miss
1969 : IC::kCallIC_Customization_Miss;
2051 // lead to crashes in the IC code later.
3326 ExternalReference miss = ExternalReference(IC_Utility(IC::kCompareIC_Miss),
3843 __ jmp(ecx); // Return to IC Miss stub, continuation still on stack.
/external/clang/lib/AST/
H A DASTContext.cpp486 else if (const ObjCInterfaceDecl *IC = dyn_cast<ObjCInterfaceDecl>(D)) {
487 while (IC->getSuperClass()) {
488 IC = IC->getSuperClass();
489 if (comments::FullComment *FC = getCommentForDecl(IC, PP))
494 if (const ObjCInterfaceDecl *IC = CD->getClassInterface())
495 if (comments::FullComment *FC = getCommentForDecl(IC, PP))
3608 /// ObjCObjectAdoptsQTypeProtocols - Checks that protocols in IC's
3612 ObjCInterfaceDecl *IC) {
3619 if (!IC
3611 ObjCObjectAdoptsQTypeProtocols(QualType QT, ObjCInterfaceDecl *IC) argument
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1425 if (const ICmpInst *IC = dyn_cast<ICmpInst>(Cond)) {
1426 Condition = getICmpCondCode(IC->getPredicate());
2918 if (const ICmpInst *IC = dyn_cast<ICmpInst>(&I))
2919 predicate = IC->getPredicate();
2920 else if (const ConstantExpr *IC = dyn_cast<ConstantExpr>(&I))
2921 predicate = ICmpInst::Predicate(IC->getPredicate());
5579 if (const ICmpInst *IC = dyn_cast<ICmpInst>(U))
5580 if (IC->isEquality())
5581 if (const Constant *C = dyn_cast<Constant>(IC->getOperand(1)))
/external/v8/src/
H A Dserialize.cc81 ExternalReference ref(IC_Utility(static_cast<IC::UtilityId>(id)),
308 // IC utilities
311 IC::k##name, \
312 "IC::" #name },
H A Dhydrogen.cc3063 // new IC. For optimized functions, there is no sentinel map, the map
4514 return IC::MapToType<Type>(map, zone());
6158 JSFunction* ctor = IC::GetRootConstructor(
6368 // use a generic IC.
6410 CanInlinePropertyAccess(IC::MapToType<Type>(types->first(), zone));
7646 // use a generic IC.
10733 // change and thus prefer the general IC code.
H A Dobjects.cc471 Handle<Map> map = IC::TypeToMap(*type, isolate);
7271 // The number of monomorphic stubs for normal load/store/call IC's can grow to
9863 // effectively resetting all IC state.
10317 // IC stubs with handlers never contain non-handler code objects before
10379 IC::Clear(this->GetIsolate(), info->pc(),
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp462 insnContext = IC;
/external/v8/src/ic/
H A Dic-state.cc15 IC::Clear(isolate, address, constant_pool);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc1174 // lead to crashes in the IC code later.
1915 ExternalReference(IC_Utility(IC::kLoadElementWithInterceptor),
2881 IC::UtilityId id = GetICState() == DEFAULT ? IC::kCallIC_Miss
2882 : IC::kCallIC_Customization_Miss;
3797 ExternalReference(IC_Utility(IC::kCompareIC_Miss), isolate());
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc1168 // lead to crashes in the IC code later.
1913 ExternalReference(IC_Utility(IC::kLoadElementWithInterceptor),
2953 IC::UtilityId id = GetICState() == DEFAULT ? IC::kCallIC_Miss
2954 : IC::kCallIC_Customization_Miss;
3834 ExternalReference(IC_Utility(IC::kCompareIC_Miss), isolate());
/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4856 void RewriteModernObjC::RewriteImplicitCastObjCExpr(CastExpr *IC) { argument
4857 CastKind CastKind = IC->getCastKind();
4862 QualType QT = IC->getType();
4868 InsertText(IC->getSubExpr()->getLocStart(), &Str[0], Str.size());
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp120 if (ImplicitCastExpr *IC = dyn_cast<ImplicitCastExpr>(E))
121 E = IC->getSubExpr();
/external/v8/test/cctest/
H A Dtest-heap.cc2924 // This bug only triggers with aggressive IC clearing.
2968 // This bug only triggers with aggressive IC clearing.
3189 // Prepare function f that contains a monomorphic IC for object
3221 // Prepare function f that contains a monomorphic IC for object
3239 CHECK(IC::IsCleared(ic_after));
3261 // Prepare function f that contains a polymorphic IC for objects
3280 CHECK(IC::IsCleared(ic_after));
4167 // Each of the following "weak IC" tests creates an IC that embeds a map with
/external/v8/src/heap/
H A Dmark-compact.cc2698 IC::InvalidateMaps(code);
2741 // Dependent weak IC stubs form a linked list and only the head is stored

Completed in 1456 milliseconds

1234