HomeSort by relevance Sort by last modified time
    Searched defs:StoreIC (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
code-factory.cc 30 Callable CodeFactory::StoreIC(Isolate* isolate, StrictMode mode) {
31 return Callable(StoreIC::initialize_stub(isolate, mode),
  /external/chromium_org/v8/src/ic/
ic.h 39 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC.
447 class StoreIC : public IC {
461 StoreIC(FrameDepth depth, Isolate* isolate) : IC(depth, isolate) {
530 class KeyedStoreIC : public StoreIC {
548 KeyedStoreIC(FrameDepth depth, Isolate* isolate) : StoreIC(depth, isolate) {

Completed in 274 milliseconds