Searched refs:KeyedStoreIC (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ic/ |
D | ic.h | 344 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()
|
D | ic.cc | 1670 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()
|
D | accessor-assembler.h | 154 void KeyedStoreIC(const StoreICParameters* p);
|
D | accessor-assembler.cc | 3027 void AccessorAssembler::KeyedStoreIC(const StoreICParameters* p) { in KeyedStoreIC() function in v8::internal::AccessorAssembler 3386 KeyedStoreIC(&p); in GenerateKeyedStoreIC()
|
/external/v8/tools/ |
D | ic-processor.js | 69 this.KeyedStoreIC = 0; 110 print("KeyedStore: " + this.KeyedStoreIC);
|
/external/v8/src/builtins/ |
D | builtins-ic-gen.cc | 35 IC_BUILTIN(KeyedStoreIC)
|
D | builtins-definitions.h | 640 TFH(KeyedStoreIC, StoreWithVector) \
|
/external/v8/ |
D | ChangeLog | 36680 [ic] Fixed receiver_map register trashing in KeyedStoreIC megamorphic 45799 Made sure that the generic KeyedStoreIC changes length and element_kind
|