V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::FeedbackVectorSpec Class Reference

Public Member Functions

 FeedbackVectorSpec (Zone *zone)
 
int slots () const
 
FeedbackSlotKind GetKind (FeedbackSlot slot) const
 
bool HasTypeProfileSlot () const
 
FeedbackSlot AddCallICSlot ()
 
FeedbackSlot AddLoadICSlot ()
 
FeedbackSlot AddLoadGlobalICSlot (TypeofMode typeof_mode)
 
FeedbackSlot AddCreateClosureSlot ()
 
FeedbackSlot AddKeyedLoadICSlot ()
 
FeedbackSlotKind GetStoreICSlot (LanguageMode language_mode)
 
FeedbackSlot AddStoreICSlot (LanguageMode language_mode)
 
FeedbackSlot AddStoreOwnICSlot ()
 
FeedbackSlot AddStoreGlobalICSlot (LanguageMode language_mode)
 
FeedbackSlotKind GetKeyedStoreICSlotKind (LanguageMode language_mode)
 
FeedbackSlot AddKeyedStoreICSlot (LanguageMode language_mode)
 
FeedbackSlot AddStoreInArrayLiteralICSlot ()
 
FeedbackSlot AddBinaryOpICSlot ()
 
FeedbackSlot AddCompareICSlot ()
 
FeedbackSlot AddForInSlot ()
 
FeedbackSlot AddInstanceOfSlot ()
 
FeedbackSlot AddLiteralSlot ()
 
FeedbackSlot AddStoreDataPropertyInLiteralICSlot ()
 
FeedbackSlot AddTypeProfileSlot ()
 
FeedbackSlot AddCloneObjectSlot ()
 

Static Public Attributes

static const int kTypeProfileSlotIndex = 0
 

Friends

class SharedFeedbackSlot
 

Detailed Description

Definition at line 309 of file feedback-vector.h.


The documentation for this class was generated from the following files: