Searched refs:LITERAL (Results 1 – 7 of 7) sorted by relevance
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 279 addl LITERAL(28), %ebx // reserve space for return addr, method*, ebx, and ebp in frame 280 andl LITERAL(0xFFFFFFF0), %ebx // align frame size to 16 bytes 281 subl LITERAL(12), %ebx // remove space for return address, ebx, and ebp 289 addl LITERAL(12), %esp // pop arguments to memcpy 290 movl LITERAL(0), (%esp) // store NULL for method* 304 cmpb LITERAL(68), (%edx) // test if result type char == 'D' 306 cmpb LITERAL(70), (%edx) // test if result type char == 'F' 537 test LITERAL(0xC0000000), %ecx // test the 2 high bits. 554 addl LITERAL(65536), %ecx // increment recursion count 555 test LITERAL(0xC0000000), %ecx // overflowed if either of top two bits are set [all …]
|
D | portable_entrypoints_x86.S | 36 addl LITERAL(28), %ebx // reserve space for return addr, method*, ebx, and ebp in frame 37 andl LITERAL(0xFFFFFFF0), %ebx // align frame size to 16 bytes 38 subl LITERAL(12), %ebx // remove space for return address, ebx, and ebp 46 addl LITERAL(12), %esp // pop arguments to memcpy 54 cmpl LITERAL(68), 24(%esp) // test if result type char == 'D' 56 cmpl LITERAL(70), 24(%esp) // test if result type char == 'F' 73 subl LITERAL(4), %esp // Align stack 97 subl LITERAL(4), %esp // Align stack 122 subl LITERAL(8), %esp // Align stack
|
D | jni_entrypoints_x86.S | 23 subl LITERAL(4), %esp // align stack 29 addl LITERAL(4), %esp // remove argument 32 addl LITERAL(4), %esp // remove padding
|
D | asm_support_x86.S | 38 #define LITERAL(value) $value macro 60 #define LITERAL(value) $value macro
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 61 subq LITERAL(4 * 8), %rsp 104 subq LITERAL(8 + 4*8), %rsp 130 addq LITERAL(8 + 4*8), %rsp 457 addl LITERAL(60), %edx // Reserve space for return addr, StackReference<method>, rbp, 459 andl LITERAL(0xFFFFFFF0), %edx // Align frame size to 16 bytes. 460 subl LITERAL(32), %edx // Remove space for return address, rbp, r8 and r9. 466 movl LITERAL(0), (%rsp) // Store NULL for method* 478 addq LITERAL(4), %r11 // arg_array++ 490 cmpb LITERAL(68), (%r9) // Test if result type char == 'D'. 492 cmpb LITERAL(70), (%r9) // Test if result type char == 'F'. [all …]
|
D | jni_entrypoints_x86_64.S | 31 subq LITERAL(72 + 4 * 8), %rsp 63 addq LITERAL(72 + 4 * 8), %rsp
|
D | asm_support_x86_64.S | 38 #define LITERAL(value) $value macro 60 #define LITERAL(value) $value macro
|