Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h278 FeedbackSlot GetCachedLoadICSlot(const Expression* expr,
Dbytecode-generator.cc2835 FeedbackSlot slot = GetCachedLoadICSlot(property->obj(), name); in BuildLoadNamedProperty()
3971 feedback_index(GetCachedLoadICSlot(property->obj(), name))); in VisitCountOperation()
5123 FeedbackSlot BytecodeGenerator::GetCachedLoadICSlot(const Expression* expr, in GetCachedLoadICSlot() function in v8::internal::interpreter::BytecodeGenerator