HomeSort by relevance Sort by last modified time
    Searched refs:IsAligned (Results 76 - 100 of 133) sorted by null

1 2 34 5 6

  /art/compiler/utils/mips64/
assembler_mips64.h     [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 673 ASSERT_TRUE(IsAligned<kArm64Alignment>(last_method_offset));
    [all...]
  /art/runtime/gc/collector/
mark_compact.cc 146 if (!IsAligned<kPageSize>(ref)) {
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
Tensor.h 76 IsAligned = bool(EIGEN_MAX_ALIGN_BYTES>0) & !(Options_&DontAlign),
TensorImagePatch.h 167 IsAligned = false,
TensorPadding.h 96 IsAligned = true,
TensorFFT.h 135 IsAligned = false,
TensorVolumePatch.h 179 IsAligned = false,
TensorReduction.h 400 IsAligned = false,
    [all...]
  /external/v8/src/
utils.h 176 inline bool IsAligned(T value, U alignment) {
186 return IsAligned(offs, alignment);
    [all...]
  /art/compiler/utils/mips/
assembler_mips.h 631 if (IsAligned<kMipsDoublewordSize>(offset)) {
700 if (IsAligned<kMipsDoublewordSize>(offset)) {
    [all...]
  /art/patchoat/
patchoat.cc 750 if (!IsAligned<kPageSize>(base_delta)) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h 463 INLINE bool IsAligned(uptr a, uptr alignment) {
sanitizer_linux.cc 127 CHECK(IsAligned(offset, 4096));
    [all...]
  /external/v8/src/arm64/
simulator-arm64.h 314 DCHECK(IsAligned(reinterpret_cast<uintptr_t>(pc_), kInstructionSize));
assembler-arm64-inl.h 945 DCHECK(IsAligned(offset, kInstructionSize));
    [all...]
assembler-arm64.cc 375 prologue_size += IsAligned(assm_->pc_offset() + prologue_size, 8) ?
462 (IsAligned(assm_->pc_offset(), 8) ? 0 : 1);
508 DCHECK(IsAligned(assm_->pc_offset(), 8));
    [all...]
  /external/v8/src/heap/
spaces.cc 706 IsAligned(reinterpret_cast<intptr_t>(base), MemoryChunk::kAlignment));
    [all...]
  /art/runtime/mirror/
class-inl.h     [all...]
  /external/compiler-rt/lib/asan/
asan_report.cc     [all...]
  /external/eigen/Eigen/src/Core/
AssignEvaluator.h 363 template <bool IsAligned = false>
366 // if IsAligned = true, then do nothing
    [all...]
  /external/v8/src/regexp/arm/
regexp-macro-assembler-arm.cc     [all...]
  /external/v8/src/regexp/mips/
regexp-macro-assembler-mips.cc     [all...]
  /external/v8/src/regexp/mips64/
regexp-macro-assembler-mips64.cc     [all...]
  /art/runtime/
elf_file.cc     [all...]

Completed in 997 milliseconds

1 2 34 5 6