Home
last modified time | relevance | path

Searched refs:StoreIC (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium-trace/trace-viewer/tracing/test_data/
Dv8.log345 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/
Dcode-factory.cc30 Callable CodeFactory::StoreIC(Isolate* isolate, StrictMode mode) { in StoreIC() function in v8::internal::CodeFactory
31 return Callable(StoreIC::initialize_stub(isolate, mode), in StoreIC()
Dbuiltins.h93 V(StoreIC_Setter_ForDeopt, STORE_IC, MONOMORPHIC, StoreIC::kStrictModeState) \
101 StoreIC::kStrictModeState) \
103 StoreIC::kStrictModeState) \
105 StoreIC::kStrictModeState) \
Dcode-factory.h37 static Callable StoreIC(Isolate* isolate, StrictMode mode);
Dbuiltins.cc1293 StoreIC::GenerateMiss(masm); in Generate_StoreIC_Miss()
1298 StoreIC::GenerateNormal(masm); in Generate_StoreIC_Normal()
Dfull-codegen.cc429 Handle<Code> ic = CodeFactory::StoreIC(isolate(), strict_mode()).code(); in CallStoreIC()
/external/v8/src/ic/
Dic-inl.h106 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()
Dic.cc491 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 …]
Dic-compiler.cc326 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()
Dic.h447 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/
Dic-ia32.cc834 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/
Dic-x87.cc836 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/
Dic-x64.cc845 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/
Dic-arm64.cc901 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/
Dic-mips64.cc884 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/
Dic-arm.cc869 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/
Dic-mips.cc875 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/
Djs-generic-lowering.cc300 Callable callable = CodeFactory::StoreIC(isolate(), params.strict_mode); in LowerJSStoreNamed()
/external/v8/tools/
Dtickprocessor.js44 /^(?:CallIC|LoadIC|StoreIC)|(?:Builtin: (?:Keyed)?(?:Call|Load|Store)IC_)/;
/external/v8/src/arm64/
Dlithium-codegen-arm64.cc5435 Handle<Code> ic = StoreIC::initialize_stub(isolate(), instr->strict_mode()); in DoStoreNamedGeneric()
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc4095 Handle<Code> ic = StoreIC::initialize_stub(isolate(), instr->strict_mode()); in DoStoreNamedGeneric()
/external/v8/src/arm/
Dlithium-codegen-arm.cc4237 Handle<Code> ic = StoreIC::initialize_stub(isolate(), instr->strict_mode()); in DoStoreNamedGeneric()
/external/v8/src/x64/
Dlithium-codegen-x64.cc4216 Handle<Code> ic = StoreIC::initialize_stub(isolate(), instr->strict_mode()); in DoStoreNamedGeneric()
/external/v8/src/x87/
Dlithium-codegen-x87.cc4512 Handle<Code> ic = StoreIC::initialize_stub(isolate(), instr->strict_mode()); in DoStoreNamedGeneric()
/external/v8/src/mips64/
Dlithium-codegen-mips64.cc4215 Handle<Code> ic = StoreIC::initialize_stub(isolate(), instr->strict_mode()); in DoStoreNamedGeneric()

12