/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-117409.js | 30 function KeyedStoreIC(a) { a[0] = Math.E; } class 36 KeyedStoreIC(literal); 37 KeyedStoreIC(literal); 49 KeyedStoreIC(literal);
|
D | regress-128018.js | 30 function KeyedStoreIC(a) { a[(1)] = Math.E; } class 34 KeyedStoreIC(literal);
|
/external/chromium_org/v8/src/ |
D | code-factory.h | 38 static Callable KeyedStoreIC(Isolate* isolate, StrictMode mode);
|
D | code-factory.cc | 37 Callable CodeFactory::KeyedStoreIC(Isolate* isolate, StrictMode mode) { in KeyedStoreIC() function in v8::internal::CodeFactory
|
D | builtins.cc | 1318 KeyedStoreIC::GenerateGeneric(masm, SLOPPY); in Generate_KeyedStoreIC_Generic() 1323 KeyedStoreIC::GenerateGeneric(masm, STRICT); in Generate_KeyedStoreIC_Generic_Strict() 1328 KeyedStoreIC::GenerateMiss(masm); in Generate_KeyedStoreIC_Miss() 1333 KeyedStoreIC::GenerateInitialize(masm); in Generate_KeyedStoreIC_Initialize() 1338 KeyedStoreIC::GenerateInitialize(masm); in Generate_KeyedStoreIC_Initialize_Strict() 1343 KeyedStoreIC::GeneratePreMonomorphic(masm); in Generate_KeyedStoreIC_PreMonomorphic() 1348 KeyedStoreIC::GeneratePreMonomorphic(masm); in Generate_KeyedStoreIC_PreMonomorphic_Strict() 1353 KeyedStoreIC::GenerateSloppyArguments(masm); in Generate_KeyedStoreIC_SloppyArguments()
|
D | type-info.cc | 124 return KeyedStoreIC::GetKeyedAccessStoreMode(code->extra_ic_state()); in GetStoreMode()
|
/external/chromium_org/v8/src/ic/ |
D | ic-compiler.cc | 74 KeyedStoreIC::GetKeyedAccessStoreMode(extra_ic_state)); in ComputeMonomorphic() 125 KeyedStoreIC::ComputeExtraICState(strict_mode, store_mode); in ComputeKeyedStoreMonomorphic() 143 DCHECK(KeyedStoreIC::GetKeyedAccessStoreMode(code->extra_ic_state()) == in ComputeKeyedStoreMonomorphic() 294 KeyedStoreIC::ComputeExtraICState(strict_mode, store_mode); in ComputeKeyedStorePolymorphic()
|
D | ic.cc | 123 KeyedStoreIC::GetKeyedAccessStoreMode(extra_state)); in TraceIC() 493 return KeyedStoreIC::Clear(isolate, address, target, constant_pool); in Clear() 545 void KeyedStoreIC::Clear(Isolate* isolate, Address address, Code* target, in Clear() 1547 Handle<Code> KeyedStoreIC::StoreElementStub(Handle<JSObject> receiver, in StoreElementStub() 1573 KeyedStoreIC::GetKeyedAccessStoreMode(target()->extra_ic_state()); in StoreElementStub() 1666 Handle<Map> KeyedStoreIC::ComputeTransitionedMap( in ComputeTransitionedMap() 1707 KeyedAccessStoreMode KeyedStoreIC::GetStoreMode(Handle<JSObject> receiver, in GetStoreMode() 1783 MaybeHandle<Object> KeyedStoreIC::Store(Handle<Object> object, in Store() 2138 KeyedStoreIC ic(IC::NO_EXTRA_FRAME, isolate); in RUNTIME_FUNCTION() 2153 KeyedStoreIC ic(IC::EXTRA_CALL_FRAME, isolate); in RUNTIME_FUNCTION() [all …]
|
D | ic-inl.h | 147 void KeyedStoreIC::set_target(Code* code) { in set_target()
|
D | ic.h | 530 class KeyedStoreIC : public StoreIC { 548 KeyedStoreIC(FrameDepth depth, Isolate* isolate) : StoreIC(depth, isolate) { in KeyedStoreIC() function
|
/external/chromium_org/v8/src/ic/x64/ |
D | ic-x64.cc | 569 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm, in GenerateGeneric() 725 void KeyedStoreIC::GenerateSloppyArguments(MacroAssembler* masm) { in GenerateSloppyArguments() 906 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
|
/external/chromium_org/v8/src/ic/ia32/ |
D | ic-ia32.cc | 506 void KeyedStoreIC::GenerateSloppyArguments(MacroAssembler* masm) { in GenerateSloppyArguments() 675 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm, in GenerateGeneric() 900 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
|
/external/chromium_org/v8/src/ic/x87/ |
D | ic-x87.cc | 508 void KeyedStoreIC::GenerateSloppyArguments(MacroAssembler* masm) { in GenerateSloppyArguments() 677 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm, in GenerateGeneric() 902 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
|
/external/chromium_org/v8/src/ic/mips64/ |
D | ic-mips64.cc | 375 void KeyedStoreIC::GenerateSloppyArguments(MacroAssembler* masm) { in GenerateSloppyArguments() 778 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm, in GenerateGeneric() 873 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
|
/external/chromium_org/v8/src/ic/arm64/ |
D | ic-arm64.cc | 373 void KeyedStoreIC::GenerateSloppyArguments(MacroAssembler* masm) { in GenerateSloppyArguments() 656 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss() 801 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm, in GenerateGeneric()
|
/external/chromium_org/v8/src/ic/mips/ |
D | ic-mips.cc | 377 void KeyedStoreIC::GenerateSloppyArguments(MacroAssembler* masm) { in GenerateSloppyArguments() 769 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm, in GenerateGeneric() 864 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss()
|
/external/chromium_org/v8/src/ic/arm/ |
D | ic-arm.cc | 372 void KeyedStoreIC::GenerateSloppyArguments(MacroAssembler* masm) { in GenerateSloppyArguments() 616 void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss() 768 void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm, in GenerateGeneric()
|
/external/chromium_org/v8/test/mjsunit/tools/ |
D | profviz-test.log | 247 code-creation,KeyedStoreIC,10,0x2b828780,84,"A keyed store IC from the snapshot" 248 code-creation,KeyedStoreIC,10,0x2b8287e0,2082,"A keyed store IC from the snapshot" 249 code-creation,KeyedStoreIC,10,0x2b829020,84,"A keyed store IC from the snapshot" 250 code-creation,KeyedStoreIC,10,0x2b829080,2082,"A keyed store IC from the snapshot" 251 code-creation,KeyedStoreIC,10,0x2b8298c0,286,"A keyed store IC from the snapshot" 277 code-creation,KeyedStoreIC,10,0x2b82ac60,108,"A keyed store IC from the snapshot" 641 code-creation,KeyedStoreIC,10,0x2b828780,84,"A keyed store IC from the snapshot" 642 code-creation,KeyedStoreIC,10,0x2b8287e0,2082,"A keyed store IC from the snapshot" 643 code-creation,KeyedStoreIC,10,0x2b829020,84,"A keyed store IC from the snapshot" 644 code-creation,KeyedStoreIC,10,0x2b829080,2082,"A keyed store IC from the snapshot" [all …]
|
/external/chromium_org/v8/src/compiler/ |
D | js-generic-lowering.cc | 293 Callable callable = CodeFactory::KeyedStoreIC(isolate(), strict_mode); in LowerJSStoreProperty()
|
/external/chromium_org/v8/src/arm64/ |
D | full-codegen-arm64.cc | 2170 CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in EmitAssignment() 2290 Handle<Code> ic = CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in EmitKeyedPropertyAssignment() 4161 CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in VisitCountOperation()
|
/external/chromium_org/v8/src/x87/ |
D | full-codegen-x87.cc | 2417 CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in EmitAssignment() 2534 Handle<Code> ic = CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in EmitKeyedPropertyAssignment() 4448 CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in VisitCountOperation()
|
/external/chromium_org/v8/src/ia32/ |
D | full-codegen-ia32.cc | 2427 CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in EmitAssignment() 2544 Handle<Code> ic = CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in EmitKeyedPropertyAssignment() 4459 CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in VisitCountOperation()
|
/external/chromium_org/v8/src/x64/ |
D | full-codegen-x64.cc | 2425 CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in EmitAssignment() 2537 Handle<Code> ic = CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in EmitKeyedPropertyAssignment() 4470 CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in VisitCountOperation()
|
/external/chromium_org/v8/src/mips/ |
D | full-codegen-mips.cc | 2490 CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in EmitAssignment() 2612 Handle<Code> ic = CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in EmitKeyedPropertyAssignment() 4515 CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in VisitCountOperation()
|
/external/chromium_org/v8/src/arm/ |
D | full-codegen-arm.cc | 2507 CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in EmitAssignment() 2623 Handle<Code> ic = CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in EmitKeyedPropertyAssignment() 4496 CodeFactory::KeyedStoreIC(isolate(), strict_mode()).code(); in VisitCountOperation()
|