Searched refs:vector_slot (Results 1 – 1 of 1) sorted by relevance
2228 FeedbackVectorSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION() local2229 CallICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()2247 FeedbackVectorSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION() local2251 if (vector->GetKind(vector_slot) == FeedbackVectorSlotKind::LOAD_IC) { in RUNTIME_FUNCTION()2252 LoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()2258 vector->GetKind(vector_slot)); in RUNTIME_FUNCTION()2259 KeyedLoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()2279 FeedbackVectorSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION() local2280 KeyedLoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()2298 FeedbackVectorSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION() local[all …]