Home
last modified time | relevance | path

Searched refs:ICUseVector (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/ic/
Dhandler-compiler.cc131 if (IC::ICUseVector(kind())) { in Frontend()
137 if (IC::ICUseVector(kind())) { in Frontend()
211 if (IC::ICUseVector(kind())) { in CompileLoadNonexistent()
216 if (IC::ICUseVector(kind())) { in CompileLoadNonexistent()
253 if (IC::ICUseVector(kind())) { in InterceptorVectorSlotPush()
266 if (IC::ICUseVector(kind())) { in InterceptorVectorSlotPop()
540 need_save_restore = IC::ICUseVector(kind()); in CompileStoreField()
Dic.h72 static bool ICUseVector(Code::Kind kind) { in ICUseVector() function
100 bool use = ICUseVector(kind()); in UseVector()
Dic.cc392 if (ICUseVector(target->kind())) return; in PostPatching()
/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc360 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
378 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
573 if (IC::ICUseVector(kind())) { in FrontendFooter()
590 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
Dstub-cache-arm64.cc109 if (IC::ICUseVector(ic_kind)) { in GenerateProbe()
/external/v8/src/ic/ppc/
Dhandler-compiler-ppc.cc536 if (IC::ICUseVector(kind())) { in FrontendFooter()
551 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
672 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
692 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
Dstub-cache-ppc.cc135 if (IC::ICUseVector(ic_kind)) { in GenerateProbe()
/external/v8/src/ic/x64/
Dhandler-compiler-x64.cc547 if (IC::ICUseVector(kind())) { in FrontendFooter()
562 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
687 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
709 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
Dstub-cache-x64.cc108 if (IC::ICUseVector(ic_kind)) { in GenerateProbe()
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc528 if (IC::ICUseVector(kind())) { in FrontendFooter()
543 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
662 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
682 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
Dstub-cache-mips.cc112 if (IC::ICUseVector(ic_kind)) { in GenerateProbe()
/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc528 if (IC::ICUseVector(kind())) { in FrontendFooter()
543 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
662 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
682 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
Dstub-cache-mips64.cc115 if (IC::ICUseVector(ic_kind)) { in GenerateProbe()
/external/v8/src/ic/s390/
Dhandler-compiler-s390.cc509 if (IC::ICUseVector(kind())) { in FrontendFooter()
523 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
637 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
656 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
Dstub-cache-s390.cc130 if (IC::ICUseVector(ic_kind)) { in GenerateProbe()
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc543 if (IC::ICUseVector(kind())) { in FrontendFooter()
558 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
690 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
712 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
Dstub-cache-x87.cc31 IC::ICUseVector(ic_kind) && in ProbeTable()
/external/v8/src/ic/arm/
Dhandler-compiler-arm.cc542 if (IC::ICUseVector(kind())) { in FrontendFooter()
557 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
678 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
698 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
Dstub-cache-arm.cc118 if (IC::ICUseVector(ic_kind)) { in GenerateProbe()
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc543 if (IC::ICUseVector(kind())) { in FrontendFooter()
558 if (IC::ICUseVector(kind())) PopVectorAndSlot(); in FrontendFooter()
690 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
712 if (IC::ICUseVector(kind())) { in CompileLoadGlobal()
Dstub-cache-ia32.cc31 IC::ICUseVector(ic_kind) && in ProbeTable()
/external/v8/src/
Ddisassembler.cc210 if (!IC::ICUseVector(kind)) { in DecodeIt()
Dobjects.cc14278 if (!IC::ICUseVector(kind())) { in Disassemble()
/external/v8/test/cctest/heap/
Dtest-heap.cc5247 CHECK(!IC::ICUseVector(kind)); in CheckIC()