Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dlinkage.cc595 int first_stack_slot = OsrHelper::FirstStackSlotIndex(parameter_count); in GetOsrValueLocation() local
603 } else if (index >= first_stack_slot) { in GetOsrValueLocation()
606 index - first_stack_slot + StandardFrameConstants::kFixedSlotCount; in GetOsrValueLocation()