V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache Class Reference
Inheritance diagram for v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache:
v8::internal::ZoneObject

Public Member Functions

 FeedbackSlotCache (Zone *zone)
 
void Put (FeedbackSlotKind slot_kind, Variable *variable, FeedbackSlot slot)
 
void Put (FeedbackSlotKind slot_kind, AstNode *node, FeedbackSlot slot)
 
void Put (FeedbackSlotKind slot_kind, int variable_index, const AstRawString *name, FeedbackSlot slot)
 
FeedbackSlot Get (FeedbackSlotKind slot_kind, Variable *variable) const
 
FeedbackSlot Get (FeedbackSlotKind slot_kind, AstNode *node) const
 
FeedbackSlot Get (FeedbackSlotKind slot_kind, int variable_index, const AstRawString *name) const
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t size, Zone *zone)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 

Detailed Description

Definition at line 805 of file bytecode-generator.cc.


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