Searched defs:first_stack_slot (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dlinkage.cc468 int first_stack_slot = OsrHelper::FirstStackSlotIndex(parameter_count); local
476 } else if (index >= first_stack_slot) {
479 index - first_stack_slot + StandardFrameConstants::kFixedSlotCount;

Completed in 192 milliseconds