OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLargeObjectAlignment
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
globals.h
45
static constexpr size_t
kLargeObjectAlignment
= kPageSize;
/art/runtime/gc/accounting/
space_bitmap.h
232
typedef SpaceBitmap<
kLargeObjectAlignment
> LargeObjectBitmap;
/art/runtime/gc/
heap.h
578
accounting::SpaceBitmap<
kLargeObjectAlignment
>* large_objects,
[
all
...]
Completed in 545 milliseconds