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

  /external/vixl/src/aarch32/
macro-assembler-aarch32.cc 335 kMaxInstructionSizeInBytes,
414 literal_pool_manager_.GetLiteralPoolSize() + kMaxInstructionSizeInBytes;
427 kMaxInstructionSizeInBytes,
476 GetBuffer()->EnsureSpaceFor(kMaxInstructionSizeInBytes);
481 kMaxInstructionSizeInBytes,
504 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes);
510 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes);
516 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes);
521 CodeBufferCheckScope scope(this, 2 * kMaxInstructionSizeInBytes);
    [all...]
label-aarch32.h 327 return std::min(near_checkpoint_, tmp) - kMaxInstructionSizeInBytes -
332 kMaxInstructionSizeInBytes;
constants-aarch32.h 80 const uint32_t kMaxInstructionSizeInBytes = 4;
macro-assembler-aarch32.h 138 8 * kMaxInstructionSizeInBytes;
314 return checkpoint_ - kMaxInstructionSizeInBytes;
354 2 * static_cast<int32_t>(kMaxInstructionSizeInBytes);
577 CodeBufferCheckScope scope(this, 4 * kMaxInstructionSizeInBytes);
647 veneer_pool_manager_.GetMaxSize() + kMaxInstructionSizeInBytes;
    [all...]
  /art/compiler/utils/arm/
jni_macro_assembler_arm_vixl.cc 472 3 * vixl32::kMaxInstructionSizeInBytes,
479 2 * vixl32::kMaxInstructionSizeInBytes,
510 2 * vixl32::kMaxInstructionSizeInBytes,
603 vixl32::kMaxInstructionSizeInBytes,
  /art/compiler/optimizing/
intrinsics_arm_vixl.cc 552 2 * kMaxInstructionSizeInBytes,
636 2 * kMaxInstructionSizeInBytes,
706 3 * kMaxInstructionSizeInBytes,
748 3 * kMaxInstructionSizeInBytes,
    [all...]
code_generator_arm_vixl.cc 121 ExactAssemblyScope eas(codegen->GetVIXLAssembler(), kMaxInstructionSizeInBytes);
136 ExactAssemblyScope aas(assembler, kMaxInstructionSizeInBytes);
    [all...]
code_generator_arm_vixl.h 44 15 * vixl::aarch32::kMaxInstructionSizeInBytes;
    [all...]
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc 1164 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4);
1214 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4);
1269 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4);
    [all...]

Completed in 263 milliseconds