Searched refs:AllocationFlags (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.h | 336 using AllocationFlags = base::Flags<AllocationFlag>; variable 778 TNode<IntPtrT> size, AllocationFlags flags = AllocationFlag::kNone); 780 int size, AllocationFlags flags = AllocationFlag::kNone); 782 AllocationFlags flags = AllocationFlag::kNone); 785 AllocationFlags flags = AllocationFlag::kNone); 1889 AllocationFlags flags); 1893 TNode<UintPtrT> length, AllocationFlags flags = AllocationFlag::kNone); 1897 uint32_t length, AllocationFlags flags = AllocationFlag::kNone); 1902 uint32_t length, AllocationFlags flags = AllocationFlag::kNone); 1920 AllocationFlags = AllocationFlag::kNone); [all …]
|
| D | macro-assembler.h | 16 enum AllocationFlags { enum
|
| D | code-stub-assembler.cc | 1211 AllocationFlags flags, in AllocateRaw() 1331 TNode<IntPtrT> size_in_bytes, AllocationFlags flags, in AllocateRawUnaligned() 1338 TNode<IntPtrT> size_in_bytes, AllocationFlags flags, in AllocateRawDoubleAligned() 1359 TNode<IntPtrT> size_in_bytes, AllocationFlags flags) { in AllocateInNewSpace() 1367 AllocationFlags flags) { in Allocate() 1431 AllocationFlags flags) { in AllocateInNewSpace() 1439 AllocationFlags flags) { in Allocate() 3468 TNode<UintPtrT> length, AllocationFlags flags) { in AllocateNonEmptyByteArray() 3491 AllocationFlags flags) { in AllocateByteArray() 3544 uint32_t length, AllocationFlags flags) { in AllocateSeqOneByteString() [all …]
|