Home
last modified time | relevance | path

Searched refs:KeyedStoreIC (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/ic/
Dic.h344 class KeyedStoreIC : public StoreIC {
350 KeyedStoreIC(Isolate* isolate, Handle<FeedbackVector> vector, in KeyedStoreIC() function
381 class StoreInArrayLiteralIC : public KeyedStoreIC {
385 : KeyedStoreIC(isolate, vector, slot) { in StoreInArrayLiteralIC()
Dic.cc1670 void KeyedStoreIC::UpdateStoreElement(Handle<Map> receiver_map, in UpdateStoreElement()
1801 Handle<Map> KeyedStoreIC::ComputeTransitionedMap( in ComputeTransitionedMap()
1829 Handle<Object> KeyedStoreIC::StoreElementHandler( in StoreElementHandler()
1880 void KeyedStoreIC::StoreElementPolymorphicHandlers( in StoreElementPolymorphicHandlers()
1983 MaybeHandle<Object> KeyedStoreIC::Store(Handle<Object> object, in Store()
2291 KeyedStoreIC ic(isolate, vector, vector_slot); in RUNTIME_FUNCTION()
2380 KeyedStoreIC ic(isolate, vector, vector_slot); in RUNTIME_FUNCTION()
Daccessor-assembler.h154 void KeyedStoreIC(const StoreICParameters* p);
Daccessor-assembler.cc3027 void AccessorAssembler::KeyedStoreIC(const StoreICParameters* p) { in KeyedStoreIC() function in v8::internal::AccessorAssembler
3386 KeyedStoreIC(&p); in GenerateKeyedStoreIC()
/external/v8/tools/
Dic-processor.js69 this.KeyedStoreIC = 0;
110 print("KeyedStore: " + this.KeyedStoreIC);
/external/v8/src/builtins/
Dbuiltins-ic-gen.cc35 IC_BUILTIN(KeyedStoreIC)
Dbuiltins-definitions.h640 TFH(KeyedStoreIC, StoreWithVector) \
/external/v8/
DChangeLog36680 [ic] Fixed receiver_map register trashing in KeyedStoreIC megamorphic
45799 Made sure that the generic KeyedStoreIC changes length and element_kind