OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DCHECK_ALIGNED
(Results
1 - 11
of
11
) sorted by null
/art/runtime/mirror/
art_field.cc
51
DCHECK_ALIGNED
(num_bytes.Uint32Value(), 8);
/art/runtime/
thread-inl.h
196
DCHECK_ALIGNED
(start, sizeof(mirror::Object*));
197
DCHECK_ALIGNED
(end, sizeof(mirror::Object*));
oat.cc
159
DCHECK_ALIGNED
(executable_offset_, kPageSize);
165
DCHECK_ALIGNED
(executable_offset, kPageSize);
utils.h
108
#define
DCHECK_ALIGNED
(value, alignment) \
/art/runtime/gc/space/
large_object_space.cc
211
DCHECK_ALIGNED
(size, FreeListSpace::kAlignment);
245
DCHECK_ALIGNED
(bytes, FreeListSpace::kAlignment);
343
DCHECK_ALIGNED
(obj, kAlignment);
348
DCHECK_ALIGNED
(allocation_size, kAlignment);
image_space.cc
543
DCHECK_ALIGNED
(current, kObjectAlignment);
/art/runtime/gc/
heap-inl.h
235
DCHECK_ALIGNED
(alloc_size, space::BumpPointerSpace::kAlignment);
/art/runtime/gc/collector/
semi_space.cc
454
DCHECK_ALIGNED
(reinterpret_cast<uintptr_t>(byte_dest), kPageSize);
455
DCHECK_ALIGNED
(reinterpret_cast<uintptr_t>(byte_dest), sizeof(uintptr_t));
456
DCHECK_ALIGNED
(reinterpret_cast<uintptr_t>(byte_src), sizeof(uintptr_t));
[
all
...]
mark_compact.cc
111
DCHECK_ALIGNED
(obj, space::BumpPointerSpace::kAlignment);
/art/runtime/gc/allocator/
rosalloc.cc
[
all
...]
/art/compiler/
image_writer.cc
182
DCHECK_ALIGNED
(obj, kObjectAlignment);
[
all
...]
Completed in 163 milliseconds