/external/v8/src/snapshot/ |
deserializer.h | 87 next_alignment_ = static_cast<AllocationAlignment>(alignment); 146 AllocationAlignment next_alignment_;
|
serializer.cc | 263 AllocationAlignment alignment = object->RequiredAlignment();
|
/external/v8/src/heap/ |
spaces-inl.h | 393 int size_in_bytes, AllocationAlignment alignment) { 411 AllocationAlignment alignment) { 468 AllocationAlignment alignment) { 501 AllocationAlignment alignment) { 523 AllocationAlignment alignment) { 575 AllocationAlignment alignment) { 587 int size_in_bytes, AllocationAlignment alignment) {
|
scavenger.cc | 147 template <AllocationAlignment alignment> 176 template <ObjectContents object_contents, AllocationAlignment alignment> 206 template <ObjectContents object_contents, AllocationAlignment alignment>
|
spaces.h | [all...] |
heap-inl.h | 297 AllocationAlignment alignment) {
|
heap.h | 656 static int GetMaximumFillToAlign(AllocationAlignment alignment); 659 static int GetFillToAlign(Address address, AllocationAlignment alignment); [all...] |
mark-compact.cc | [all...] |
heap.cc | [all...] |
spaces.cc | [all...] |
/external/swiftshader/src/OpenGL/compiler/ |
PoolAlloc.cpp | 59 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : 61 alignment(allocationAlignment),
|
PoolAlloc.h | 126 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
PoolAlloc.cpp | 105 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : 107 alignment(allocationAlignment),
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/ |
PoolAlloc.h | 149 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);
|
/external/v8/src/ |
globals.h | 504 enum AllocationAlignment { [all...] |
objects-inl.h | [all...] |
objects.h | [all...] |