HomeSort by relevance Sort by last modified time
    Searched refs:IsWordAligned (Results 1 - 10 of 10) sorted by null

  /external/vixl/test/
test-code-buffer.cc 47 VIXL_CHECK(IsWordAligned(code_buffer.GetCursorOffset()));
  /art/runtime/
memory_region.h 63 DCHECK(IsWordAligned(address));
73 DCHECK(IsWordAligned(address));
212 template<typename T> static constexpr bool IsWordAligned(const T* address) {
  /art/compiler/optimizing/
code_generator_vector_arm_vixl.cc 634 static bool IsWordAligned(HVecMemoryOperation* instruction) {
733 if (IsWordAligned(instruction)) {
744 if (IsWordAligned(instruction)) {
754 if (IsWordAligned(instruction)) {
780 if (IsWordAligned(instruction)) {
791 if (IsWordAligned(instruction)) {
801 if (IsWordAligned(instruction)) {
  /external/vixl/src/
code-buffer-vixl.cc 67 VIXL_ASSERT(IsWordAligned(buffer_));
utils-vixl.h 466 bool IsWordAligned(T pointer) {
  /external/vixl/src/aarch64/
instructions-aarch64.cc 387 VIXL_ASSERT(IsWordAligned(source));
instructions-aarch64.h 475 VIXL_ASSERT(IsWordAligned(this + offset));
assembler-aarch64.h 252 VIXL_ASSERT(IsWordAligned(offset));
268 VIXL_ASSERT(IsWordAligned(offset));
    [all...]
simulator-aarch64.h 829 VIXL_ASSERT(IsWordAligned(pc_));
    [all...]
assembler-aarch64.cc 152 VIXL_ASSERT(IsWordAligned(GetCursorOffset()));
    [all...]

Completed in 133 milliseconds