Lines Matching refs:FeedbackSlot

2077     FeedbackSlot slot = clauses->length() > 0
2079 : FeedbackSlot::Invalid();
2324 FeedbackSlot slot = feedback_spec()->AddForInSlot();
2668 FeedbackSlot slot = GetDummyCompareICSlot();
2754 FeedbackSlot slot = feedback_spec()->AddStoreICSlot(language_mode());
2774 FeedbackSlot slot =
2854 FeedbackSlot slot = feedback_spec()->AddDefineNamedOwnICSlot();
2860 FeedbackSlot slot = feedback_spec()->AddDefineKeyedOwnICSlot();
2909 FeedbackSlot slot = feedback_spec()->AddDefineKeyedOwnICSlot();
2936 FeedbackSlot slot = feedback_spec()->AddLoadICSlot();
3126 FeedbackSlot slot = feedback_spec()->AddDefineNamedOwnICSlot();
3130 FeedbackSlot slot = feedback_spec()->AddDefineKeyedOwnICSlot();
3251 FeedbackSlot slot =
3319 FeedbackSlot next_value_slot, FeedbackSlot next_done_slot,
3320 FeedbackSlot index_slot, FeedbackSlot element_slot) {
3474 FeedbackSlot next_value_load_slot = feedback_spec()->AddLoadICSlot();
3475 FeedbackSlot next_done_load_slot = feedback_spec()->AddLoadICSlot();
3476 FeedbackSlot real_index_slot = index_slot.Get();
3477 FeedbackSlot real_element_slot = element_slot.Get();
3558 FeedbackSlot slot = GetCachedLoadGlobalICSlot(typeof_mode, variable);
3604 FeedbackSlot slot = feedback_spec()->AddLoadGlobalICSlot(typeof_mode);
3625 FeedbackSlot slot = GetCachedLoadGlobalICSlot(typeof_mode, variable);
3845 FeedbackSlot slot = GetCachedLoadICSlot(object_expr, name);
3858 FeedbackSlot slot = GetCachedStoreICSlot(object_expr, name);
3874 FeedbackSlot slot = GetCachedStoreGlobalICSlot(language_mode(), variable);
4165 FeedbackSlot next_value_load_slot = feedback_spec()->AddLoadICSlot();
4166 FeedbackSlot next_done_load_slot = feedback_spec()->AddLoadICSlot();
4279 FeedbackSlot element_slot =
4281 FeedbackSlot index_slot = feedback_spec()->AddBinaryOpICSlot();
4491 FeedbackSlot slot = feedback_spec()->AddKeyedStoreICSlot(language_mode());
4572 FeedbackSlot slot = feedback_spec()->AddKeyedLoadICSlot();
4617 FeedbackSlot slot = feedback_spec()->AddBinaryOpICSlot();
4873 FeedbackSlot slot = feedback_spec()->AddCallICSlot();
5209 FeedbackSlot slot = feedback_spec()->AddKeyedHasICSlot();
5291 FeedbackSlot slot = GetCachedLoadSuperICSlot(name);
6013 FeedbackSlot count_slot = feedback_spec()->AddBinaryOpICSlot();
6037 FeedbackSlot slot = GetCachedStoreICSlot(property->obj(), name);
6051 FeedbackSlot slot = feedback_spec()->AddKeyedStoreICSlot(language_mode());
6197 FeedbackSlot slot;
6212 FeedbackSlot slot = feedback_spec()->AddBinaryOpICSlot();
6401 FeedbackSlot slot = feedback_spec()->AddLoadICSlot();
6443 FeedbackSlot literal_slot = feedback_spec()->AddLiteralSlot();
6457 FeedbackSlot slot = feedback_spec()->AddBinaryOpICSlot();
7208 int BytecodeGenerator::feedback_index(FeedbackSlot slot) const {
7213 FeedbackSlot BytecodeGenerator::GetCachedLoadGlobalICSlot(
7219 FeedbackSlot slot(feedback_slot_cache()->Get(slot_kind, variable));
7228 FeedbackSlot BytecodeGenerator::GetCachedStoreGlobalICSlot(
7234 FeedbackSlot slot(feedback_slot_cache()->Get(slot_kind, variable));
7243 FeedbackSlot BytecodeGenerator::GetCachedLoadICSlot(const Expression* expr,
7255 FeedbackSlot slot(
7266 FeedbackSlot BytecodeGenerator::GetCachedLoadSuperICSlot(
7274 FeedbackSlot slot(feedback_slot_cache()->Get(slot_kind, name));
7283 FeedbackSlot BytecodeGenerator::GetCachedStoreICSlot(const Expression* expr,
7295 FeedbackSlot slot(
7318 FeedbackSlot BytecodeGenerator::GetDummyCompareICSlot() {