Searched refs:kMaxInstructionSizeInBytes (Results 1 - 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc335 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);
976 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes);
[all...]
H A Dlabel-aarch32.h327 return std::min(near_checkpoint_, tmp) - kMaxInstructionSizeInBytes -
332 kMaxInstructionSizeInBytes;
H A Dconstants-aarch32.h80 const uint32_t kMaxInstructionSizeInBytes = 4; member in namespace:vixl::aarch32
H A Dmacro-assembler-aarch32.h138 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;
/external/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc1164 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);
1472 2 * kMaxInstructionSizeInBytes,
1517 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4);
1560 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4);
1943 int masm_check_margin = 10 * kMaxInstructionSizeInBytes;
1946 static_cast<int32_t>(kMaxInstructionSizeInBytes)) {
2281 (2 * kMaxInstructionSizeInBytes) - margin;
2527 kMaxInstructionSizeInBytes,
[all...]

Completed in 167 milliseconds