Searched refs:LoadGlobalIC (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-ic-gen.cc | 49 IC_BUILTIN_PARAM(LoadGlobalIC, LoadGlobalIC, NOT_INSIDE_TYPEOF) 50 IC_BUILTIN_PARAM(LoadGlobalICInsideTypeof, LoadGlobalIC, INSIDE_TYPEOF)
|
D | builtins-definitions.h | 553 TFH(LoadGlobalIC, LoadGlobalWithVector) \
|
/external/v8/src/ic/ |
D | ic.h | 201 class LoadGlobalIC : public LoadIC { 203 LoadGlobalIC(Isolate* isolate, Handle<FeedbackVector> vector, in LoadGlobalIC() function
|
D | accessor-assembler.h | 167 void LoadGlobalIC(TNode<HeapObject> maybe_feedback_vector,
|
D | ic.cc | 489 MaybeHandle<Object> LoadGlobalIC::Load(Handle<Name> name, in Load() 2351 LoadGlobalIC ic(isolate, vector, vector_slot, kind); in RUNTIME_FUNCTION() 2417 LoadGlobalIC ic(isolate, vector, vector_slot, kind); in RUNTIME_FUNCTION() 2435 LoadGlobalIC ic(isolate, vector, vector_slot, kind); in RUNTIME_FUNCTION()
|
D | accessor-assembler.cc | 2925 void AccessorAssembler::LoadGlobalIC(TNode<HeapObject> maybe_feedback_vector, in LoadGlobalIC() function in v8::internal::AccessorAssembler 3882 LoadGlobalIC( in GenerateLoadGlobalIC()
|
/external/v8/src/codegen/ |
D | code-factory.h | 37 static Callable LoadGlobalIC(Isolate* isolate, TypeofMode typeof_mode);
|
D | code-factory.cc | 72 Callable CodeFactory::LoadGlobalIC(Isolate* isolate, TypeofMode typeof_mode) { in LoadGlobalIC() function in v8::internal::CodeFactory
|
/external/v8/src/compiler/ |
D | js-generic-lowering.cc | 341 Callable callable = CodeFactory::LoadGlobalIC(isolate(), p.typeof_mode()); in LowerJSLoadGlobal()
|
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 185 accessor_asm.LoadGlobalIC(maybe_feedback_vector, lazy_slot, lazy_context, in LdaGlobal()
|
/external/v8/ |
D | ChangeLog | 31675 [ic] Enable new LoadGlobalIC machinery (Chromium issue 576312). 31677 [ic] LoadGlobalIC is now able to cache PropertyCells in the feedback 31718 [ic] Split LoadIC into LoadGlobalIC and LoadIC (Chromium issue 576312).
|