/external/chromium-trace/trace-viewer/tracing/test_data/ |
D | v8.log | 345 code-creation,StoreIC,9,0x4241d240,84,"A store IC from the snapshot" 389 code-creation,StoreIC,9,0x42423860,365,"A store IC from the snapshot" 390 code-creation,StoreIC,9,0x424239e0,293,"A store IC from the snapshot" 391 code-creation,StoreIC,9,0x42423b20,88,"A store IC from the snapshot" 392 code-creation,StoreIC,9,0x42423b80,84,"A store IC from the snapshot" 393 code-creation,StoreIC,9,0x42423be0,365,"A store IC from the snapshot" 394 code-creation,StoreIC,9,0x42423d60,293,"A store IC from the snapshot" 395 code-creation,StoreIC,9,0x42423ea0,88,"A store IC from the snapshot" 396 code-creation,StoreIC,9,0x42423f00,82,"A store IC from the snapshot" 426 code-creation,StoreIC,9,0x42426a80,108,"A store IC from the snapshot" [all …]
|
/external/v8/src/ |
D | code-factory.cc | 30 Callable CodeFactory::StoreIC(Isolate* isolate, StrictMode mode) { in StoreIC() function in v8::internal::CodeFactory 31 return Callable(StoreIC::initialize_stub(isolate, mode), in StoreIC()
|
D | builtins.h | 93 V(StoreIC_Setter_ForDeopt, STORE_IC, MONOMORPHIC, StoreIC::kStrictModeState) \ 101 StoreIC::kStrictModeState) \ 103 StoreIC::kStrictModeState) \ 105 StoreIC::kStrictModeState) \
|
D | code-factory.h | 37 static Callable StoreIC(Isolate* isolate, StrictMode mode);
|
D | builtins.cc | 1293 StoreIC::GenerateMiss(masm); in Generate_StoreIC_Miss() 1298 StoreIC::GenerateNormal(masm); in Generate_StoreIC_Normal()
|
D | full-codegen.cc | 429 Handle<Code> ic = CodeFactory::StoreIC(isolate(), strict_mode()).code(); in CallStoreIC()
|
/external/v8/src/ic/ |
D | ic-inl.h | 106 DCHECK(StoreIC::GetStrictMode(old_target->extra_ic_state()) == in SetTargetAtAddress() 107 StoreIC::GetStrictMode(target->extra_ic_state())); in SetTargetAtAddress() 139 void StoreIC::set_target(Code* code) { in set_target()
|
D | ic.cc | 491 return StoreIC::Clear(isolate, address, target, constant_pool); in Clear() 536 void StoreIC::Clear(Isolate* isolate, Address address, Code* target, in Clear() 550 isolate, StoreIC::GetStrictMode(target->extra_ic_state())), in Clear() 1221 bool StoreIC::LookupForWrite(LookupIterator* it, Handle<Object> value, in LookupForWrite() 1280 MaybeHandle<Object> StoreIC::Store(Handle<Object> object, Handle<Name> name, in Store() 1346 Handle<Code> StoreIC::initialize_stub(Isolate* isolate, in initialize_stub() 1355 Handle<Code> StoreIC::megamorphic_stub() { in megamorphic_stub() 1370 Handle<Code> StoreIC::generic_stub() const { in generic_stub() 1385 Handle<Code> StoreIC::slow_stub() const { in slow_stub() 1395 Handle<Code> StoreIC::pre_monomorphic_stub(Isolate* isolate, in pre_monomorphic_stub() [all …]
|
D | ic-compiler.cc | 326 StoreIC::GenerateInitialize(masm()); in CompileStoreInitialize() 334 StoreIC::GeneratePreMonomorphic(masm()); in CompileStorePreMonomorphic() 344 StrictMode strict_mode = StoreIC::GetStrictMode(extra_state); in CompileStoreGeneric() 353 StoreIC::GenerateMegamorphic(masm()); in CompileStoreMegamorphic()
|
D | ic.h | 447 class StoreIC : public IC { 461 StoreIC(FrameDepth depth, Isolate* isolate) : IC(depth, isolate) { in StoreIC() function 530 class KeyedStoreIC : public StoreIC { 548 KeyedStoreIC(FrameDepth depth, Isolate* isolate) : StoreIC(depth, isolate) { in KeyedStoreIC()
|
/external/v8/src/ic/ia32/ |
D | ic-ia32.cc | 834 void StoreIC::GenerateMegamorphic(MacroAssembler* masm) { in GenerateMegamorphic() 862 void StoreIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss() 873 void StoreIC::GenerateNormal(MacroAssembler* masm) { in GenerateNormal()
|
/external/v8/src/ic/x87/ |
D | ic-x87.cc | 836 void StoreIC::GenerateMegamorphic(MacroAssembler* masm) { in GenerateMegamorphic() 864 void StoreIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss() 875 void StoreIC::GenerateNormal(MacroAssembler* masm) { in GenerateNormal()
|
/external/v8/src/ic/x64/ |
D | ic-x64.cc | 845 void StoreIC::GenerateMegamorphic(MacroAssembler* masm) { in GenerateMegamorphic() 875 void StoreIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss() 886 void StoreIC::GenerateNormal(MacroAssembler* masm) { in GenerateNormal()
|
/external/v8/src/ic/arm64/ |
D | ic-arm64.cc | 901 void StoreIC::GenerateMegamorphic(MacroAssembler* masm) { in GenerateMegamorphic() 918 void StoreIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss() 929 void StoreIC::GenerateNormal(MacroAssembler* masm) { in GenerateNormal()
|
/external/v8/src/ic/mips64/ |
D | ic-mips64.cc | 884 void StoreIC::GenerateMegamorphic(MacroAssembler* masm) { in GenerateMegamorphic() 902 void StoreIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss() 912 void StoreIC::GenerateNormal(MacroAssembler* masm) { in GenerateNormal()
|
/external/v8/src/ic/arm/ |
D | ic-arm.cc | 869 void StoreIC::GenerateMegamorphic(MacroAssembler* masm) { in GenerateMegamorphic() 888 void StoreIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss() 899 void StoreIC::GenerateNormal(MacroAssembler* masm) { in GenerateNormal()
|
/external/v8/src/ic/mips/ |
D | ic-mips.cc | 875 void StoreIC::GenerateMegamorphic(MacroAssembler* masm) { in GenerateMegamorphic() 893 void StoreIC::GenerateMiss(MacroAssembler* masm) { in GenerateMiss() 903 void StoreIC::GenerateNormal(MacroAssembler* masm) { in GenerateNormal()
|
/external/v8/src/compiler/ |
D | js-generic-lowering.cc | 300 Callable callable = CodeFactory::StoreIC(isolate(), params.strict_mode); in LowerJSStoreNamed()
|
/external/v8/tools/ |
D | tickprocessor.js | 44 /^(?:CallIC|LoadIC|StoreIC)|(?:Builtin: (?:Keyed)?(?:Call|Load|Store)IC_)/;
|
/external/v8/src/arm64/ |
D | lithium-codegen-arm64.cc | 5435 Handle<Code> ic = StoreIC::initialize_stub(isolate(), instr->strict_mode()); in DoStoreNamedGeneric()
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.cc | 4095 Handle<Code> ic = StoreIC::initialize_stub(isolate(), instr->strict_mode()); in DoStoreNamedGeneric()
|
/external/v8/src/arm/ |
D | lithium-codegen-arm.cc | 4237 Handle<Code> ic = StoreIC::initialize_stub(isolate(), instr->strict_mode()); in DoStoreNamedGeneric()
|
/external/v8/src/x64/ |
D | lithium-codegen-x64.cc | 4216 Handle<Code> ic = StoreIC::initialize_stub(isolate(), instr->strict_mode()); in DoStoreNamedGeneric()
|
/external/v8/src/x87/ |
D | lithium-codegen-x87.cc | 4512 Handle<Code> ic = StoreIC::initialize_stub(isolate(), instr->strict_mode()); in DoStoreNamedGeneric()
|
/external/v8/src/mips64/ |
D | lithium-codegen-mips64.cc | 4215 Handle<Code> ic = StoreIC::initialize_stub(isolate(), instr->strict_mode()); in DoStoreNamedGeneric()
|