Searched defs:KeyedLoadIC (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dcode-factory.cc23 Callable CodeFactory::KeyedLoadIC(Isolate* isolate) { function in class:v8::internal::CodeFactory
/external/chromium_org/v8/src/ic/
H A Dic.h39 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC.
398 class KeyedLoadIC : public LoadIC { class in namespace:v8::internal
400 explicit KeyedLoadIC(FrameDepth depth, Isolate* isolate) function in class:v8::internal::KeyedLoadIC

Completed in 93 milliseconds