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

  /external/v8/src/builtins/
builtins-ic-gen.cc 23 IC_BUILTIN(LoadIC)
builtins-definitions.h     [all...]
  /external/v8/src/ic/
ic.h 23 // IC is the base class for LoadIC, StoreIC, KeyedLoadIC, and KeyedStoreIC.
209 class LoadIC : public IC {
211 LoadIC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot)
243 class LoadGlobalIC : public LoadIC {
247 : LoadIC(isolate, vector, slot) {}
257 class KeyedLoadIC : public LoadIC {
261 : LoadIC(isolate, vector, slot) {}
accessor-assembler.h 87 // Specialized LoadIC for inlined bytecode handler, hand-tuned to omit frame
133 // LoadIC contains the full LoadIC logic, while LoadIC_Noninlined contains
135 void LoadIC(const LoadICParameters* p);
169 // LoadIC implementation.
ic.cc 422 MaybeHandle<Object> LoadIC::Load(Handle<Object> object, Handle<Name> name) {
431 TraceIC("LoadIC", name);
518 return LoadIC::Load(global, name);
676 void LoadIC::UpdateCaches(LookupIterator* lookup) {
682 TraceIC("LoadIC", lookup->name());
713 TraceIC("LoadIC", lookup->name());
741 Handle<Object> LoadIC::ComputeHandler(LookupIterator* lookup) {
    [all...]
accessor-assembler.cc     [all...]
  /external/v8/tools/
ic-processor.js 48 'LoadIC': {
50 processor: this.processPropertyIC.bind(this, "LoadIC") },
66 this.LoadIC = 0;
107 print("Load: " + this.LoadIC);
tickprocessor.js 54 /^(LoadGlobalIC: )|(Handler: )|(?:CallIC|LoadIC|StoreIC)|(?:Builtin: (?:Keyed)?(?:Load|Store)IC_)/;
  /external/v8/tools/profview/
profile-utils.js 33 if (code.kind === "LoadIC" ||

Completed in 353 milliseconds