Home
last modified time | relevance | path

Searched refs:FeedbackSlotCache (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h73 class FeedbackSlotCache;
488 inline FeedbackSlotCache* feedback_slot_cache() { in feedback_slot_cache()
516 FeedbackSlotCache* feedback_slot_cache_;
H A Dbytecode-generator.cc940 class BytecodeGenerator::FeedbackSlotCache : public ZoneObject { class in v8::internal::interpreter::BytecodeGenerator
954 explicit FeedbackSlotCache(Zone* zone) : map_(zone) {} in FeedbackSlotCache() function in v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache
1150 feedback_slot_cache_(zone()->New<FeedbackSlotCache>(zone())), in BytecodeGenerator()
7215 FeedbackSlotCache::SlotKind slot_kind = in GetCachedLoadGlobalICSlot()
7217 ? FeedbackSlotCache::SlotKind::kLoadGlobalInsideTypeof in GetCachedLoadGlobalICSlot()
7218 : FeedbackSlotCache::SlotKind::kLoadGlobalNotInsideTypeof; in GetCachedLoadGlobalICSlot()
7230 FeedbackSlotCache::SlotKind slot_kind = in GetCachedStoreGlobalICSlot()
7232 ? FeedbackSlotCache::SlotKind::kStoreGlobalStrict in GetCachedStoreGlobalICSlot()
7233 : FeedbackSlotCache::SlotKind::kStoreGlobalSloppy; in GetCachedStoreGlobalICSlot()
7249 FeedbackSlotCache in GetCachedLoadICSlot()
[all...]

Completed in 12 milliseconds