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

/external/chromium_org/v8/src/
H A Dcode-factory.cc30 Callable CodeFactory::StoreIC(Isolate* isolate, StrictMode mode) { function in class:v8::internal::CodeFactory
31 return Callable(StoreIC::initialize_stub(isolate, mode),
/external/chromium_org/v8/src/ic/
H A Dic.h39 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC.
447 class StoreIC : public IC { class in namespace:v8::internal
461 StoreIC(FrameDepth depth, Isolate* isolate) : IC(depth, isolate) { function in class:v8::internal::StoreIC
530 class KeyedStoreIC : public StoreIC {
548 KeyedStoreIC(FrameDepth depth, Isolate* isolate) : StoreIC(depth, isolate) {

Completed in 82 milliseconds