Searched refs:CodeBufferCheckScope (Results 1 – 9 of 9) sorted by relevance
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.cc | 504 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in HandleOutOfBoundsImmediate() 510 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in HandleOutOfBoundsImmediate() 516 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in HandleOutOfBoundsImmediate() 521 CodeBufferCheckScope scope(this, 2 * kMaxInstructionSizeInBytes); in HandleOutOfBoundsImmediate() 976 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate() 1022 CodeBufferCheckScope scope(this, 2 * kMaxInstructionSizeInBytes); in Delegate() 1040 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate() 1062 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate() 1073 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate() 1083 CodeBufferCheckScope scope(this, kMaxInstructionSizeInBytes); in Delegate() [all …]
|
D | macro-assembler-aarch32.h | 577 CodeBufferCheckScope scope(this, 4 * kMaxInstructionSizeInBytes);
|
/external/vixl/src/ |
D | code-generation-scopes-vixl.h | 43 class CodeBufferCheckScope { 67 CodeBufferCheckScope(internal::AssemblerBase* assembler, 78 CodeBufferCheckScope() : assembler_(NULL), initialised_(false) { in CodeBufferCheckScope() function 82 virtual ~CodeBufferCheckScope() { Close(); } in ~CodeBufferCheckScope() 148 class EmissionCheckScope : public CodeBufferCheckScope { 194 CodeBufferCheckScope::Close(); in Close() 222 CodeBufferCheckScope::Open(masm->AsAssemblerBase(), in Open()
|
D | assembler-base-vixl.h | 34 class CodeBufferCheckScope; variable 72 friend class vixl::CodeBufferCheckScope;
|
/external/vixl/test/ |
D | test-code-generation-scopes.cc | 57 CodeBufferCheckScope scope(&masm, aarch32::kA32InstructionSizeInBytes); in TEST() 71 CodeBufferCheckScope scope(&masm, aarch64::kInstructionSize); in TEST() 85 CodeBufferCheckScope scope(&masm, 2 * aarch32::kA32InstructionSizeInBytes); in TEST() 100 CodeBufferCheckScope scope(&masm, 2 * aarch64::kInstructionSize); in TEST() 115 CodeBufferCheckScope scope; in TEST() 131 CodeBufferCheckScope scope; in TEST() 147 CodeBufferCheckScope scope(&masm, aarch32::kA32InstructionSizeInBytes); in TEST() 163 CodeBufferCheckScope scope(&masm, aarch64::kInstructionSize); in TEST() 179 CodeBufferCheckScope scope; in TEST() 197 CodeBufferCheckScope scope; in TEST()
|
/external/vixl/doc/aarch32/design/ |
D | code-generation-aarch32.md | 70 ### `CodeBufferCheckScope(Assembler* assm, size_t size, ...)` 80 ### `CodeBufferCheckScope(MacroAssembler* masm, ...)` 84 Otherwise, this is the same as `CodeBufferCheckScope(Assembler*)`. 96 `CodeBufferCheckScope` has. 118 `CodeBufferCheckScope`, it disables the `MacroAssembler`, and guarantees that 206 // and CodeBufferCheckScope. 213 // CodeBufferCheckScope to acquire the buffer. 214 CodeBufferCheckScope(assm, ...);
|
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 2711 CodeBufferCheckScope::kMaximumSize); in TEST_T32() 3110 CodeBufferCheckScope scope(&assm, kMaxInstructionSizeInBytes); in TEST_NOASM() 3138 CodeBufferCheckScope scope(&assm, kMaxInstructionSizeInBytes); in TEST_NOASM() 3640 ExactAssemblyScope scope(&masm, space, CodeBufferCheckScope::kExactSize); in TEST_T32() 3715 ExactAssemblyScope scope(&masm, space, CodeBufferCheckScope::kExactSize); in TEST_T32() 3810 ExactAssemblyScope scope(&masm, space, CodeBufferCheckScope::kExactSize); in TEST_T32() 3885 ExactAssemblyScope scope(&masm, space, CodeBufferCheckScope::kExactSize); in TEST_T32() 3960 CodeBufferCheckScope::kExactSize); \ in TEST_T32() 4801 ExactAssemblyScope aas(&masm, 2 * NUM1, CodeBufferCheckScope::kMaximumSize); in TEST_T32() 4810 ExactAssemblyScope aas(&masm, 2 * NUM2, CodeBufferCheckScope::kMaximumSize); in TEST_T32() [all …]
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.cc | 122 CodeBufferCheckScope guard(masm_, in Emit() 124 CodeBufferCheckScope::kCheck, in Emit() 125 CodeBufferCheckScope::kExactSize); in Emit() 277 CodeBufferCheckScope scope(masm_, in Emit() 279 CodeBufferCheckScope::kCheck, in Emit() 280 CodeBufferCheckScope::kExactSize); in Emit()
|
D | macro-assembler-aarch64.h | 3390 CodeBufferCheckScope::kExactSize); in CallRuntime()
|