Home
last modified time | relevance | path

Searched refs:pushed_slots (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc1675 int pushed_slots = ElementSizeInPointers(rep); in AssembleArchInstruction() local
1679 __ AllocateStackSpace((slots - pushed_slots) * kSystemPointerSize); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1730 int pushed_slots = ElementSizeInPointers(rep); in AssembleArchInstruction() local
1734 __ AllocateStackSpace((slots - pushed_slots) * kSystemPointerSize); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1967 int pushed_slots = ElementSizeInPointers(rep); in AssembleArchInstruction() local
1971 __ AllocateStackSpace((slots - pushed_slots) * kSystemPointerSize); in AssembleArchInstruction()

Completed in 15 milliseconds