Home
last modified time | relevance | path

Searched refs:feedback_slot_cache (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.cc5100 FeedbackSlot slot = feedback_slot_cache()->Get(slot_kind, variable); in GetCachedLoadGlobalICSlot()
5105 feedback_slot_cache()->Put(slot_kind, variable, slot); in GetCachedLoadGlobalICSlot()
5114 FeedbackSlot slot = feedback_slot_cache()->Get(slot_kind, variable); in GetCachedStoreGlobalICSlot()
5119 feedback_slot_cache()->Put(slot_kind, variable, slot); in GetCachedStoreGlobalICSlot()
5134 feedback_slot_cache()->Get(slot_kind, proxy->var()->index(), name); in GetCachedLoadICSlot()
5139 feedback_slot_cache()->Put(slot_kind, proxy->var()->index(), name, slot); in GetCachedLoadICSlot()
5156 feedback_slot_cache()->Get(slot_kind, proxy->var()->index(), name); in GetCachedStoreICSlot()
5161 feedback_slot_cache()->Put(slot_kind, proxy->var()->index(), name, slot); in GetCachedStoreICSlot()
5168 FeedbackSlot slot = feedback_slot_cache()->Get(slot_kind, literal); in GetCachedCreateClosureSlot()
5173 feedback_slot_cache()->Put(slot_kind, literal, slot); in GetCachedCreateClosureSlot()
Dbytecode-generator.h334 inline FeedbackSlotCache* feedback_slot_cache() { in feedback_slot_cache() function