Searched refs:GetCachedStoreICSlot (Results 1 – 2 of 2) sorted by relevance
280 FeedbackSlot GetCachedStoreICSlot(const Expression* expr,
1566 FeedbackSlot slot = GetCachedStoreICSlot(property->obj(), name); in VisitForInAssignment()2861 FeedbackSlot slot = GetCachedStoreICSlot(property->obj(), name); in BuildStoreNamedProperty()4035 FeedbackSlot slot = GetCachedStoreICSlot(property->obj(), name); in VisitCountOperation()5143 FeedbackSlot BytecodeGenerator::GetCachedStoreICSlot(const Expression* expr, in GetCachedStoreICSlot() function in v8::internal::interpreter::BytecodeGenerator