Searched defs:LoadIC (Results 1 – 2 of 2) sorted by relevance
15 Callable CodeFactory::LoadIC(Isolate* isolate, ContextualMode mode) { in LoadIC() function in v8::internal::CodeFactory
332 explicit LoadIC(FrameDepth depth, Isolate* isolate) : IC(depth, isolate) { in LoadIC() function