Home
last modified time | relevance | path

Searched refs:STORE_IC (Results 1 – 25 of 46) sorted by relevance

12

/external/v8/src/ic/
Daccess-compiler.cc49 DCHECK(kind == Code::STORE_IC || kind == Code::KEYED_STORE_IC); in GetCallingConvention()
58 DCHECK(kind() == Code::STORE_IC || kind() == Code::KEYED_STORE_IC); in slot()
67 DCHECK(kind() == Code::STORE_IC || kind() == Code::KEYED_STORE_IC); in vector()
Dic-inl.h63 target->kind() != Code::CALL_IC && target->kind() != Code::STORE_IC && in SetTargetAtAddress()
71 if (old_target->kind() == Code::STORE_IC || in SetTargetAtAddress()
Daccess-compiler.h22 case Code::STORE_IC: in MissBuiltin()
Dhandler-compiler.h218 : PropertyHandlerCompiler(isolate, Code::STORE_IC, map, holder, in NamedStoreHandlerCompiler()
274 case Code::STORE_IC: in SlowBuiltin()
Dic-compiler.h87 } else if (kind() == Code::STORE_IC) { in log_kind()
Dic-compiler.cc111 Code::Flags flags = Code::ComputeFlags(Code::STORE_IC, ic_state, extra_state); in ComputeStore()
117 PropertyICCompiler compiler(isolate, Code::STORE_IC); in ComputeStore()
Dic.h80 kind == Code::CALL_IC || kind == Code::STORE_IC || in ICUseVector()
169 DCHECK(kind_ == Code::LOAD_IC || kind_ == Code::STORE_IC || in handler_kind()
Dic.cc460 case Code::STORE_IC: in Clear()
512 Code* code = PropertyICCompiler::FindPreMonomorphic(isolate, Code::STORE_IC, in Clear()
601 } else if (kind() == Code::STORE_IC) { in ConfigureVectorState()
624 } else if (kind() == Code::STORE_IC) { in ConfigureVectorState()
1620 if (kind() == Code::STORE_IC) { in megamorphic_stub()
1635 if (kind() == Code::STORE_IC) { in slow_stub()
2321 if (vector->GetKind(vector_slot) == FeedbackVectorSlotKind::STORE_IC) { in RUNTIME_FUNCTION()
2372 if (vector->GetKind(vector_slot) == FeedbackVectorSlotKind::STORE_IC) { in RUNTIME_FUNCTION()
/external/v8/test/cctest/
Dtest-feedback-vector.cc403 CHECK_SLOT_KIND(helper, 0, FeedbackVectorSlotKind::STORE_IC); in TEST()
405 CHECK_SLOT_KIND(helper, 2, FeedbackVectorSlotKind::STORE_IC); in TEST()
441 CHECK_SLOT_KIND(helper, 2, FeedbackVectorSlotKind::STORE_IC); in TEST()
481 CHECK_SLOT_KIND(helper, 1, FeedbackVectorSlotKind::STORE_IC); in TEST()
482 CHECK_SLOT_KIND(helper, 2, FeedbackVectorSlotKind::STORE_IC); in TEST()
483 CHECK_SLOT_KIND(helper, 3, FeedbackVectorSlotKind::STORE_IC); in TEST()
/external/v8/src/
Dtype-feedback-vector.h28 STORE_IC, enumerator
59 return AddSlot(FeedbackVectorSlotKind::STORE_IC); in AddStoreICSlot()
486 DCHECK_EQ(FeedbackVectorSlotKind::STORE_IC, vector->GetKind(slot)); in StoreICNexus()
494 DCHECK_EQ(FeedbackVectorSlotKind::STORE_IC, vector->GetKind(slot)); in StoreICNexus()
Dtype-info.cc97 if (kind == FeedbackVectorSlotKind::STORE_IC) { in StoreIsUninitialized()
313 Code::Flags flags = Code::ComputeHandlerFlags(Code::STORE_IC); in AssignmentReceiverTypes()
361 if (kind == FeedbackVectorSlotKind::STORE_IC) { in CollectReceiverTypes()
454 case Code::STORE_IC: in ProcessRelocInfos()
Dbuiltins.h206 V(StoreIC_Setter_ForDeopt, STORE_IC, MONOMORPHIC, \
271 V(StoreIC_Slow, STORE_IC) \
275 V(StoreIC_Normal, STORE_IC)
/external/v8/src/ic/x87/
Dstub-cache-x87.cc32 (ic_kind == Code::STORE_IC || ic_kind == Code::KEYED_STORE_IC); in ProbeTable()
85 DCHECK(ic_kind == Code::STORE_IC || ic_kind == Code::KEYED_STORE_IC); in ProbeTable()
/external/v8/src/ic/ia32/
Dstub-cache-ia32.cc32 (ic_kind == Code::STORE_IC || ic_kind == Code::KEYED_STORE_IC); in ProbeTable()
85 DCHECK(ic_kind == Code::STORE_IC || ic_kind == Code::KEYED_STORE_IC); in ProbeTable()
/external/v8/src/ic/arm/
Dic-arm.cc701 Code::ComputeHandlerFlags(Code::STORE_IC)); in GenerateMegamorphic()
703 masm, Code::STORE_IC, flags, receiver, key, r5, temporary2, r6, r9); in GenerateMegamorphic()
762 Code::ComputeHandlerFlags(Code::STORE_IC)); in GenerateMegamorphic()
764 masm->isolate()->stub_cache()->GenerateProbe(masm, Code::STORE_IC, flags, in GenerateMegamorphic()
Dstub-cache-arm.cc124 if (ic_kind == Code::STORE_IC || ic_kind == Code::KEYED_STORE_IC) { in GenerateProbe()
/external/v8/src/ic/arm64/
Dic-arm64.cc695 Code::ComputeHandlerFlags(Code::STORE_IC)); in GenerateMegamorphic()
696 masm->isolate()->stub_cache()->GenerateProbe(masm, Code::STORE_IC, flags, in GenerateMegamorphic()
755 Code::ComputeHandlerFlags(Code::STORE_IC)); in GenerateMegamorphic()
756 masm->isolate()->stub_cache()->GenerateProbe(masm, Code::STORE_IC, flags, in GenerateMegamorphic()
Dstub-cache-arm64.cc115 if (ic_kind == Code::STORE_IC || ic_kind == Code::KEYED_STORE_IC) { in GenerateProbe()
/external/v8/src/ic/ppc/
Dic-ppc.cc705 Code::ComputeHandlerFlags(Code::STORE_IC)); in GenerateMegamorphic()
706 masm->isolate()->stub_cache()->GenerateProbe(masm, Code::STORE_IC, flags, in GenerateMegamorphic()
766 Code::ComputeHandlerFlags(Code::STORE_IC)); in GenerateMegamorphic()
768 masm->isolate()->stub_cache()->GenerateProbe(masm, Code::STORE_IC, flags, in GenerateMegamorphic()
Dstub-cache-ppc.cc141 if (ic_kind == Code::STORE_IC || ic_kind == Code::KEYED_STORE_IC) { in GenerateProbe()
/external/v8/src/ic/mips64/
Dic-mips64.cc685 Code::ComputeHandlerFlags(Code::STORE_IC)); in GenerateMegamorphic()
686 masm->isolate()->stub_cache()->GenerateProbe(masm, Code::STORE_IC, flags, in GenerateMegamorphic()
759 Code::ComputeHandlerFlags(Code::STORE_IC)); in GenerateMegamorphic()
760 masm->isolate()->stub_cache()->GenerateProbe(masm, Code::STORE_IC, flags, in GenerateMegamorphic()
Dstub-cache-mips64.cc123 if (ic_kind == Code::STORE_IC || ic_kind == Code::KEYED_STORE_IC) { in GenerateProbe()
/external/v8/src/ic/mips/
Dic-mips.cc687 Code::ComputeHandlerFlags(Code::STORE_IC)); in GenerateMegamorphic()
688 masm->isolate()->stub_cache()->GenerateProbe(masm, Code::STORE_IC, flags, in GenerateMegamorphic()
761 Code::ComputeHandlerFlags(Code::STORE_IC)); in GenerateMegamorphic()
762 masm->isolate()->stub_cache()->GenerateProbe(masm, Code::STORE_IC, flags, in GenerateMegamorphic()
Dstub-cache-mips.cc120 if (ic_kind == Code::STORE_IC || ic_kind == Code::KEYED_STORE_IC) { in GenerateProbe()
/external/v8/src/ic/x64/
Dstub-cache-x64.cc118 DCHECK(ic_kind == Code::STORE_IC || ic_kind == Code::KEYED_STORE_IC); in GenerateProbe()

12