v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache Member List

This is the complete list of members for v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache, including all inherited members.

FeedbackSlotCache(Zone *zone)v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCacheinlineexplicit
Get(SlotKind slot_kind, Variable *variable) constv8::internal::interpreter::BytecodeGenerator::FeedbackSlotCacheinline
Get(SlotKind slot_kind, AstNode *node) constv8::internal::interpreter::BytecodeGenerator::FeedbackSlotCacheinline
Get(SlotKind slot_kind, int variable_index, const AstRawString *name) constv8::internal::interpreter::BytecodeGenerator::FeedbackSlotCacheinline
Get(SlotKind slot_kind, const AstRawString *name) constv8::internal::interpreter::BytecodeGenerator::FeedbackSlotCacheinline
GetImpl(SlotKind slot_kind, int index, const void *node) constv8::internal::interpreter::BytecodeGenerator::FeedbackSlotCacheinlineprivate
Key typedefv8::internal::interpreter::BytecodeGenerator::FeedbackSlotCacheprivate
map_v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCacheprivate
operator delete(void *, size_t)v8::internal::ZoneObjectinline
operator delete(void *pointer, Zone *zone)=deletev8::internal::ZoneObject
operator new(size_t, Zone *)=deletev8::internal::ZoneObject
operator new(size_t size, void *ptr)v8::internal::ZoneObjectinline
Put(SlotKind slot_kind, Variable *variable, int slot_index)v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCacheinline
Put(SlotKind slot_kind, AstNode *node, int slot_index)v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCacheinline
Put(SlotKind slot_kind, int variable_index, const AstRawString *name, int slot_index)v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCacheinline
Put(SlotKind slot_kind, const AstRawString *name, int slot_index)v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCacheinline
PutImpl(SlotKind slot_kind, int index, const void *node, int slot_index)v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCacheinlineprivate
SlotKind enum namev8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache