// - Allow code emission from the specified `Assembler`. // - Optionally reserve space in the `CodeBuffer` (if it is managed by VIXL). // - Optionally, on destruction, check the size of the generated ...
In the early stages of development, in order to better detect issues related to code stubs, a failure to allocate a code buffer in the debug build would cause an immediate crash. However, now that the ...