Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.h232 bool GetSlotAboveSPBeforeTailCall(Instruction* instr, int* slot);
Dcode-generator.cc711 GetSlotAboveSPBeforeTailCall(instr, &first_unused_stack_slot); in AssembleInstruction()
832 bool CodeGenerator::GetSlotAboveSPBeforeTailCall(Instruction* instr, in GetSlotAboveSPBeforeTailCall() function in v8::internal::compiler::CodeGenerator