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

  /external/v8/src/
code-factory.cc 78 Callable CodeFactory::StoreIC(Isolate* isolate, LanguageMode language_mode) {
80 StoreIC::initialize_stub(isolate, language_mode, UNINITIALIZED),
92 return Callable(StoreIC::initialize_stub_in_optimized_code(
  /external/v8/src/ic/
ic.h 16 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC.
436 class StoreIC : public IC {
442 StoreIC(FrameDepth depth, Isolate* isolate, FeedbackNexus* nexus = NULL)
514 class KeyedStoreIC : public StoreIC {
538 : StoreIC(depth, isolate, nexus) {

Completed in 103 milliseconds