Searched refs:feedback_slot_cache (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 7219 FeedbackSlot slot(feedback_slot_cache()->Get(slot_kind, variable)); in GetCachedLoadGlobalICSlot() 7224 feedback_slot_cache()->Put(slot_kind, variable, feedback_index(slot)); in GetCachedLoadGlobalICSlot() 7234 FeedbackSlot slot(feedback_slot_cache()->Get(slot_kind, variable)); in GetCachedStoreGlobalICSlot() 7239 feedback_slot_cache()->Put(slot_kind, variable, feedback_index(slot)); in GetCachedStoreGlobalICSlot() 7256 feedback_slot_cache()->Get(slot_kind, proxy->var()->index(), name)); in GetCachedLoadICSlot() 7261 feedback_slot_cache()->Put(slot_kind, proxy->var()->index(), name, in GetCachedLoadICSlot() 7274 FeedbackSlot slot(feedback_slot_cache()->Get(slot_kind, name)); in GetCachedLoadSuperICSlot() 7279 feedback_slot_cache()->Put(slot_kind, name, feedback_index(slot)); in GetCachedLoadSuperICSlot() 7296 feedback_slot_cache()->Get(slot_kind, proxy->var()->index(), name)); in GetCachedStoreICSlot() 7301 feedback_slot_cache() in GetCachedStoreICSlot() [all...] |
H A D | bytecode-generator.h | 488 inline FeedbackSlotCache* feedback_slot_cache() { in feedback_slot_cache() function in v8::internal::interpreter::final
|
Completed in 15 milliseconds