< prev index next >

src/cpu/arm/vm/interpreterRT_arm.hpp

Print this page

        

*** 54,64 **** #ifdef __ABI_HARD__ void pass_double(); #endif public: // Creation ! SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) : NativeSignatureIterator(method) { _masm = new MacroAssembler(buffer); _abi_offset = 0; _ireg = is_static() ? 2 : 1; #ifdef __ABI_HARD__ #ifdef AARCH64 --- 54,64 ---- #ifdef __ABI_HARD__ void pass_double(); #endif public: // Creation ! SignatureHandlerGenerator(const methodHandle& method, CodeBuffer* buffer) : NativeSignatureIterator(method) { _masm = new MacroAssembler(buffer); _abi_offset = 0; _ireg = is_static() ? 2 : 1; #ifdef __ABI_HARD__ #ifdef AARCH64
< prev index next >