Home
last modified time | relevance | path

Searched refs:ElementSizeInPointers (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dmachine-type.h420 V8_EXPORT_PRIVATE inline constexpr int ElementSizeInPointers( in ElementSizeInPointers() function
/third_party/node/deps/v8/src/compiler/
Dlinkage.h133 return ElementSizeInPointers(GetType().representation()); in GetSizeInPointers()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc1967 int pushed_slots = ElementSizeInPointers(rep); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1675 int pushed_slots = ElementSizeInPointers(rep); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc1730 int pushed_slots = ElementSizeInPointers(rep); in AssembleArchInstruction()