Searched defs:StoreIC (Results 1 – 2 of 2) sorted by relevance
30 Callable CodeFactory::StoreIC(Isolate* isolate, StrictMode mode) { in StoreIC() function in v8::internal::CodeFactory
461 StoreIC(FrameDepth depth, Isolate* isolate) : IC(depth, isolate) { in StoreIC() function