Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc1140 feedback_index(clause->CompareOperationFeedbackSlot())); in VisitSwitchStatement()
1267 builder()->StoreNamedProperty(object, name, feedback_index(slot), in VisitForInAssignment()
1278 builder()->StoreKeyedProperty(object, key, feedback_index(slot), in VisitForInAssignment()
1346 feedback_index(slot)); in VisitForInStatement()
1482 int slot_index = feedback_index(expr->LiteralFeedbackSlot()); in VisitFunctionLiteral()
1508 constructor, feedback_index(expr->HomeObjectSlot()), language_mode()); in VisitClassLiteral()
1589 feedback_index(slot)); in VisitClassLiteralProperties()
1623 int slot_index = feedback_index(expr->LiteralFeedbackSlot()); in VisitNativeFunctionLiteral()
1667 expr->raw_pattern(), feedback_index(expr->literal_slot()), expr->flags()); in VisitRegExpLiteral()
1688 builder()->CreateObjectLiteral(entry, feedback_index(expr->literal_slot()), in VisitObjectLiteral()
[all …]
Dbytecode-generator.h203 int feedback_index(FeedbackSlot slot) const;
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce.h159 uint32_t feedback_index; member
Dradeon_vce_52.c562 enc->enc_pic.ti.feedback_index = fb_idx; in task_info()
568 RVCE_CS(enc->enc_pic.ti.feedback_index); in task_info()