HomeSort by relevance Sort by last modified time
    Searched full:first_stack_slot (Results 1 - 1 of 1) sorted by null

  /external/v8/src/compiler/
linkage.cc 468 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 59 milliseconds