Searched refs:kMaxInstructionSizeInBytes (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.cc | 227 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in HandleOutOfBoundsImmediate() 233 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in HandleOutOfBoundsImmediate() 239 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in HandleOutOfBoundsImmediate() 244 CodeBufferCheckScope scope(this, 2 * kMaxInstructionSizeInBytes); in HandleOutOfBoundsImmediate() 680 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate() 726 CodeBufferCheckScope scope(this, 2 * kMaxInstructionSizeInBytes); in Delegate() 744 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate() 755 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate() 766 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate() 777 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate() [all …]
|
D | location-aarch32.cc | 138 macro_assembler->GetBuffer()->EnsureSpaceFor(kMaxInstructionSizeInBytes); in EmitPoolObject() 140 kMaxInstructionSizeInBytes, in EmitPoolObject()
|
D | constants-aarch32.h | 80 const uint32_t kMaxInstructionSizeInBytes = 4; variable
|
D | macro-assembler-aarch32.h | 87 kMaxInstructionSizeInBytes, in EmitPoolHeader() 130 8 * kMaxInstructionSizeInBytes; 364 CodeBufferCheckScope scope(this, 4 * kMaxInstructionSizeInBytes); 11073 static const int kBranchSize = kMaxInstructionSizeInBytes;
|
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 1177 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in TEST() 1226 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in TEST() 1278 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in EmitReusedLoadLiteralStressTest() 1472 kMaxInstructionSizeInBytes, in EmitLdrdLiteralTest() 1521 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in TEST() 1565 const int string_size = AlignUp(ldrd_range + kMaxInstructionSizeInBytes, 4); in TEST() 1934 int masm_check_margin = 10 * kMaxInstructionSizeInBytes; in GenerateLdrLiteralTriggerPoolEmission() 1938 static_cast<int32_t>(kMaxInstructionSizeInBytes)) { in GenerateLdrLiteralTriggerPoolEmission() 2266 (2 * kMaxInstructionSizeInBytes) - margin; in TEST() 2513 kMaxInstructionSizeInBytes, in TEST_T32() [all …]
|