Home
last modified time | relevance | path

Searched refs:first_unused_stack_slot (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.h331 int first_unused_stack_slot);
336 int first_unused_stack_slot);
H A Dcode-generator.cc705 int first_unused_stack_slot; in AssembleInstruction() local
711 GetSlotAboveSPBeforeTailCall(instr, &first_unused_stack_slot); in AssembleInstruction()
712 if (adjust_stack) AssembleTailCallBeforeGap(instr, first_unused_stack_slot); in AssembleInstruction()
714 if (adjust_stack) AssembleTailCallAfterGap(instr, first_unused_stack_slot); in AssembleInstruction()

Completed in 3 milliseconds