Home
last modified time | relevance | path

Searched refs:GetCachedStoreICSlot (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.h280 FeedbackSlot GetCachedStoreICSlot(const Expression* expr,
Dbytecode-generator.cc1566 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