Home
last modified time | relevance | path

Searched refs:StoreProxy (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ic/
Dhandler-configuration.h280 static Handle<Object> StoreProxy(Isolate* isolate, Handle<Map> receiver_map,
295 static inline Handle<Smi> StoreProxy(Isolate* isolate);
Dhandler-configuration.cc282 Handle<Object> StoreHandler::StoreProxy(Isolate* isolate, in StoreProxy() function in v8::internal::StoreHandler
286 Handle<Smi> smi_handler = StoreProxy(isolate); in StoreProxy()
Dhandler-configuration-inl.h124 Handle<Smi> StoreHandler::StoreProxy(Isolate* isolate) { in StoreProxy() function
Dic.cc1658 return MaybeObjectHandle(StoreHandler::StoreProxy( in ComputeHandler()
1840 return StoreHandler::StoreProxy(isolate()); in StoreElementHandler()
/external/v8/src/
Dfeedback-vector.cc1088 *StoreHandler::StoreProxy(GetIsolate())); in GetKeyedAccessStoreMode()