FeedbackSlotCache(Zone *zone) | v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache | inlineexplicit |
Get(SlotKind slot_kind, Variable *variable) const | v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache | inline |
Get(SlotKind slot_kind, AstNode *node) const | v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache | inline |
Get(SlotKind slot_kind, int variable_index, const AstRawString *name) const | v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache | inline |
Get(SlotKind slot_kind, const AstRawString *name) const | v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache | inline |
GetImpl(SlotKind slot_kind, int index, const void *node) const | v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache | inlineprivate |
Key typedef | v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache | private |
map_ | v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache | private |
operator delete(void *, size_t) | v8::internal::ZoneObject | inline |
operator delete(void *pointer, Zone *zone)=delete | v8::internal::ZoneObject | |
operator new(size_t, Zone *)=delete | v8::internal::ZoneObject | |
operator new(size_t size, void *ptr) | v8::internal::ZoneObject | inline |
Put(SlotKind slot_kind, Variable *variable, int slot_index) | v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache | inline |
Put(SlotKind slot_kind, AstNode *node, int slot_index) | v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache | inline |
Put(SlotKind slot_kind, int variable_index, const AstRawString *name, int slot_index) | v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache | inline |
Put(SlotKind slot_kind, const AstRawString *name, int slot_index) | v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache | inline |
PutImpl(SlotKind slot_kind, int index, const void *node, int slot_index) | v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache | inlineprivate |
SlotKind enum name | v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache | |