H A D | bytecode-generator.cc | 956 void Put(SlotKind slot_kind, Variable* variable, int slot_index) { in Put() argument 957 PutImpl(slot_kind, 0, variable, slot_index); in Put() 959 void Put(SlotKind slot_kind, AstNode* node, int slot_index) { in Put() argument 960 PutImpl(slot_kind, 0, node, slot_index); in Put() 962 void Put(SlotKind slot_kind, int variable_index, const AstRawString* name, in Put() argument 964 PutImpl(slot_kind, variable_index, name, slot_index); in Put() 966 void Put(SlotKind slot_kind, const AstRawString* name, int slot_index) { in Put() argument 967 PutImpl(slot_kind, 0, name, slot_index); in Put() 970 int Get(SlotKind slot_kind, Variable* variable) const { in Get() argument 971 return GetImpl(slot_kind, in Get() 973 Get(SlotKind slot_kind, AstNode* node) const Get() argument 976 Get(SlotKind slot_kind, int variable_index, const AstRawString* name) const Get() argument 980 Get(SlotKind slot_kind, const AstRawString* name) const Get() argument 987 PutImpl(SlotKind slot_kind, int index, const void* node, int slot_index) PutImpl() argument 994 GetImpl(SlotKind slot_kind, int index, const void* node) const GetImpl() argument 7215 FeedbackSlotCache::SlotKind slot_kind = GetCachedLoadGlobalICSlot() local 7230 FeedbackSlotCache::SlotKind slot_kind = GetCachedStoreGlobalICSlot() local 7249 FeedbackSlotCache::SlotKind slot_kind = GetCachedLoadICSlot() local 7271 FeedbackSlotCache::SlotKind slot_kind = GetCachedLoadSuperICSlot() local 7288 FeedbackSlotCache::SlotKind slot_kind = GetCachedStoreICSlot() local 7307 FeedbackSlotCache::SlotKind slot_kind = GetCachedCreateClosureSlot() local [all...] |