Searched defs:AllocateRawUnaligned (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/heap/ | ||
D | paged-spaces-inl.h | 132 AllocationResult PagedSpace::AllocateRawUnaligned(int size_in_bytes, in AllocateRawUnaligned() function |
D | new-spaces.cc | 595 AllocationResult NewSpace::AllocateRawUnaligned(int size_in_bytes, in AllocateRawUnaligned() function in v8::internal::NewSpace |
D | read-only-spaces.cc | 656 AllocationResult ReadOnlySpace::AllocateRawUnaligned(int size_in_bytes) { in AllocateRawUnaligned() function in v8::internal::ReadOnlySpace |
/external/v8/src/codegen/ | ||
D | code-stub-assembler.cc | 1200 TNode<HeapObject> CodeStubAssembler::AllocateRawUnaligned( in AllocateRawUnaligned() function in v8::internal::CodeStubAssembler |