#include <processed-feedback.h>
|  | 
| enum | Kind { kInsufficient
, kBinaryOperation
, kCall
, kCompareOperation
,
 kElementAccess
, kForIn
, kGlobalAccess
, kInstanceOf
,
 kTypeOf
, kLiteral
, kMegaDOMPropertyAccess
, kNamedAccess
,
 kRegExpLiteral
, kTemplateObject
 }
 | 
|  | 
|  | ProcessedFeedback (Kind kind, FeedbackSlotKind slot_kind) | 
|  | 
Definition at line 78 of file processed-feedback.h.
 
◆ GlobalAccessFeedback() [1/3]
◆ GlobalAccessFeedback() [2/3]
      
        
          | v8::internal::compiler::GlobalAccessFeedback::GlobalAccessFeedback | ( | ContextRef | script_context, | 
        
          |  |  | int | slot_index, | 
        
          |  |  | bool | immutable, | 
        
          |  |  | FeedbackSlotKind | slot_kind ) | 
      
 
 
◆ GlobalAccessFeedback() [3/3]
  
  | 
        
          | v8::internal::compiler::GlobalAccessFeedback::GlobalAccessFeedback | ( | FeedbackSlotKind | slot_kind | ) |  |  | explicit | 
 
 
◆ GetConstantHint()
      
        
          | OptionalObjectRef v8::internal::compiler::GlobalAccessFeedback::GetConstantHint | ( | JSHeapBroker * | broker | ) | const | 
      
 
 
◆ immutable()
      
        
          | bool v8::internal::compiler::GlobalAccessFeedback::immutable | ( |  | ) | const | 
      
 
 
◆ IsMegamorphic()
      
        
          | bool v8::internal::compiler::GlobalAccessFeedback::IsMegamorphic | ( |  | ) | const | 
      
 
 
◆ IsPropertyCell()
      
        
          | bool v8::internal::compiler::GlobalAccessFeedback::IsPropertyCell | ( |  | ) | const | 
      
 
 
◆ IsScriptContextSlot()
      
        
          | bool v8::internal::compiler::GlobalAccessFeedback::IsScriptContextSlot | ( |  | ) | const | 
      
 
 
◆ property_cell()
      
        
          | PropertyCellRef v8::internal::compiler::GlobalAccessFeedback::property_cell | ( |  | ) | const | 
      
 
 
◆ script_context()
      
        
          | ContextRef v8::internal::compiler::GlobalAccessFeedback::script_context | ( |  | ) | const | 
      
 
 
◆ slot_index()
      
        
          | int v8::internal::compiler::GlobalAccessFeedback::slot_index | ( |  | ) | const | 
      
 
 
◆ cell_or_context_
  
  | 
        
          | OptionalObjectRef const v8::internal::compiler::GlobalAccessFeedback::cell_or_context_ |  | private | 
 
 
◆ index_and_immutable_
  
  | 
        
          | int const v8::internal::compiler::GlobalAccessFeedback::index_and_immutable_ |  | private | 
 
 
The documentation for this class was generated from the following files: