Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic.cc2552 FeedbackSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION() local
2556 FeedbackSlotKind kind = vector->GetKind(vector_slot); in RUNTIME_FUNCTION()
2558 LoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
2565 LoadGlobalICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
2572 KeyedLoadICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
2588 FeedbackSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION() local
2590 LoadGlobalICNexus nexus(vector, vector_slot); in RUNTIME_FUNCTION()
2630 FeedbackSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION() local
2631 FeedbackSlotKind kind = vector->GetKind(vector_slot); in RUNTIME_FUNCTION()
2651 FeedbackSlot vector_slot = vector->ToSlot(slot->value()); in RUNTIME_FUNCTION() local
[all …]