Home
last modified time | relevance | path

Searched defs:LoadIC (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Dcode-factory.cc15 Callable CodeFactory::LoadIC(Isolate* isolate, ContextualMode mode) { in LoadIC() function in v8::internal::CodeFactory
/external/chromium_org/v8/src/ic/
Dic.h332 explicit LoadIC(FrameDepth depth, Isolate* isolate) : IC(depth, isolate) { in LoadIC() function