Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic.cc2228 FeedbackVectorSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION() local
2229 CallICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
2247 FeedbackVectorSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION() local
2251 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() local
2280 KeyedLoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
2298 FeedbackVectorSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION() local
[all …]