Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc4011 FeedbackSlot count_slot = feedback_spec()->AddBinaryOpICSlot(); in VisitCountOperation() local
4018 ->ToNumeric(feedback_index(count_slot)) in VisitCountOperation()
4023 builder()->UnaryOperation(expr->op(), feedback_index(count_slot)); in VisitCountOperation()