Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
H A Dhandler-configuration.h340 static Handle<Object> StoreProxy(Isolate* isolate, Handle<Map> receiver_map,
367 static inline Handle<Smi> StoreProxy(Isolate* isolate);
368 static inline Smi StoreProxy();
H A Dhandler-configuration-inl.h215 Handle<Smi> StoreHandler::StoreProxy(Isolate* isolate) { in StoreProxy() function in v8::internal::StoreHandler
216 return handle(StoreProxy(), isolate); in StoreProxy()
219 Smi StoreHandler::StoreProxy() { in StoreProxy() function in v8::internal::StoreHandler
H A Dhandler-configuration.cc337 Handle<Object> StoreHandler::StoreProxy(Isolate* isolate, in StoreProxy() function in v8::internal::StoreHandler
341 Handle<Smi> smi_handler = StoreProxy(isolate); in StoreProxy()
H A Dic.cc2186 return MaybeObjectHandle(StoreHandler::StoreProxy( in ComputeHandler()
2347 return StoreHandler::StoreProxy(isolate()); in StoreElementHandler()
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.cc1230 if (*maybe_code_handler.object() == StoreHandler::StoreProxy()) { in GetKeyedAccessStoreMode()

Completed in 10 milliseconds