/external/v8/src/ic/ |
D | access-compiler.cc | 49 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()
|
D | ic-inl.h | 63 target->kind() != Code::CALL_IC && target->kind() != Code::STORE_IC && in SetTargetAtAddress() 71 if (old_target->kind() == Code::STORE_IC || in SetTargetAtAddress()
|
D | access-compiler.h | 22 case Code::STORE_IC: in MissBuiltin()
|
D | handler-compiler.h | 218 : PropertyHandlerCompiler(isolate, Code::STORE_IC, map, holder, in NamedStoreHandlerCompiler() 274 case Code::STORE_IC: in SlowBuiltin()
|
D | ic-compiler.h | 87 } else if (kind() == Code::STORE_IC) { in log_kind()
|
D | ic-compiler.cc | 111 Code::Flags flags = Code::ComputeFlags(Code::STORE_IC, ic_state, extra_state); in ComputeStore() 117 PropertyICCompiler compiler(isolate, Code::STORE_IC); in ComputeStore()
|
D | ic.h | 80 kind == Code::CALL_IC || kind == Code::STORE_IC || in ICUseVector() 169 DCHECK(kind_ == Code::LOAD_IC || kind_ == Code::STORE_IC || in handler_kind()
|
D | ic.cc | 460 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/ |
D | test-feedback-vector.cc | 403 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/ |
D | type-feedback-vector.h | 28 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()
|
D | type-info.cc | 97 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()
|
D | builtins.h | 206 V(StoreIC_Setter_ForDeopt, STORE_IC, MONOMORPHIC, \ 271 V(StoreIC_Slow, STORE_IC) \ 275 V(StoreIC_Normal, STORE_IC)
|
/external/v8/src/ic/x87/ |
D | stub-cache-x87.cc | 32 (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/ |
D | stub-cache-ia32.cc | 32 (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/ |
D | ic-arm.cc | 701 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()
|
D | stub-cache-arm.cc | 124 if (ic_kind == Code::STORE_IC || ic_kind == Code::KEYED_STORE_IC) { in GenerateProbe()
|
/external/v8/src/ic/arm64/ |
D | ic-arm64.cc | 695 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()
|
D | stub-cache-arm64.cc | 115 if (ic_kind == Code::STORE_IC || ic_kind == Code::KEYED_STORE_IC) { in GenerateProbe()
|
/external/v8/src/ic/ppc/ |
D | ic-ppc.cc | 705 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()
|
D | stub-cache-ppc.cc | 141 if (ic_kind == Code::STORE_IC || ic_kind == Code::KEYED_STORE_IC) { in GenerateProbe()
|
/external/v8/src/ic/mips64/ |
D | ic-mips64.cc | 685 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()
|
D | stub-cache-mips64.cc | 123 if (ic_kind == Code::STORE_IC || ic_kind == Code::KEYED_STORE_IC) { in GenerateProbe()
|
/external/v8/src/ic/mips/ |
D | ic-mips.cc | 687 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()
|
D | stub-cache-mips.cc | 120 if (ic_kind == Code::STORE_IC || ic_kind == Code::KEYED_STORE_IC) { in GenerateProbe()
|
/external/v8/src/ic/x64/ |
D | stub-cache-x64.cc | 118 DCHECK(ic_kind == Code::STORE_IC || ic_kind == Code::KEYED_STORE_IC); in GenerateProbe()
|