Searched refs:AddSlot (Results 1 – 3 of 3) sorted by relevance
99 FeedbackSlot AddCallICSlot() { return AddSlot(FeedbackSlotKind::kCall); } in AddCallICSlot()102 return AddSlot(FeedbackSlotKind::kLoadProperty); in AddLoadICSlot()106 return AddSlot(typeof_mode == INSIDE_TYPEOF in AddLoadGlobalICSlot()112 return AddSlot(FeedbackSlotKind::kCreateClosure); in AddCreateClosureSlot()116 return AddSlot(FeedbackSlotKind::kLoadKeyed); in AddKeyedLoadICSlot()121 return AddSlot(is_strict(language_mode) in AddStoreICSlot()127 return AddSlot(FeedbackSlotKind::kStoreOwnNamed); in AddStoreOwnICSlot()132 return AddSlot(is_strict(language_mode) in AddKeyedStoreICSlot()138 return AddSlot(FeedbackSlotKind::kBinaryOp); in AddInterpreterBinaryOpICSlot()142 return AddSlot(FeedbackSlotKind::kCompareOp); in AddInterpreterCompareICSlot()[all …]
16 FeedbackSlot FeedbackVectorSpecBase<Derived>::AddSlot(FeedbackSlotKind kind) { in AddSlot() function
402 if (!top_chunk->AddSlot(slot)) { in Insert()405 bool added = new_top_chunk->AddSlot(slot); in Insert()516 bool AddSlot(TypedSlot slot) { in AddSlot() function