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

  /external/v8/src/builtins/
builtins-ic.cc 31 IC_BUILTIN(StoreIC)
34 IC_BUILTIN_PARAM(StoreICStrict, StoreIC, /* no param */)
builtins.h     [all...]
  /external/v8/tools/
ic-processor.js 50 'StoreIC': {
52 processor: this.processPropertyIC.bind(this, "StoreIC") },
78 this.StoreIC = 0;
105 print("Store: " + this.StoreIC);
tickprocessor.js 43 /^(LoadGlobalIC: )|(Handler: )|(Stub: )|(Builtin: )|(BytecodeHandler: )|(?:CallIC|LoadIC|StoreIC)|(?:Builtin: (?:Keyed)?(?:Load|Store)IC_)/;
  /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.h 101 void StoreIC(const StoreICParameters* p);
148 // StoreIC implementation.
ic.cc     [all...]
accessor-assembler.cc     [all...]
  /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.
code-factory.h 55 static Callable StoreIC(Isolate* isolate, LanguageMode mode);
  /external/v8/src/full-codegen/
full-codegen.cc 242 code = CodeFactory::StoreIC(isolate(), language_mode()).code();
    [all...]

Completed in 589 milliseconds