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

/external/v8/src/
H A Dcode-factory.cc51 Callable CodeFactory::KeyedLoadIC(Isolate* isolate) { function in class:v8::internal::CodeFactory
60 KeyedLoadIC::initialize_stub_in_optimized_code(isolate, kNoExtraICState);
/external/v8/src/ic/
H A Dic.h16 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC.
335 class KeyedLoadIC : public LoadIC { class in namespace:v8::internal
337 KeyedLoadIC(FrameDepth depth, Isolate* isolate, function in class:v8::internal::KeyedLoadIC

Completed in 323 milliseconds