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

  /external/v8/src/
code-factory.cc 105 Callable CodeFactory::StoreIC(Isolate* isolate, LanguageMode language_mode) {
116 : isolate->builtins()->StoreIC(),
122 // already exist in the boilerplate therefore we can use StoreIC.
129 // already exist in the boilerplate therefore we can use StoreIC.
  /external/v8/src/ic/
ic.h 18 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC.
358 class StoreIC : public IC {
360 StoreIC(Isolate* isolate, FeedbackNexus* nexus)
380 // StoreIC and KeyedStoreIC share the same slow stub.
407 class KeyedStoreIC : public StoreIC {
414 : StoreIC(isolate, nexus) {}
accessor-assembler.cc     [all...]

Completed in 88 milliseconds