Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.cc456 int first_stack_slot = OsrHelper::FirstStackSlotIndex(parameter_count); in GetOsrValueLocation() local
464 } else if (index >= first_stack_slot) { in GetOsrValueLocation()
467 index - first_stack_slot + StandardFrameConstants::kFixedSlotCount; in GetOsrValueLocation()