Searched refs:COMPRESSED_REFERENCE_SIZE (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | asm_support.h | 71 #define COMPRESSED_REFERENCE_SIZE 4 in CheckAsmSupportOffsetsAndSizes() macro 72 ADD_TEST_EQ(static_cast<size_t>(COMPRESSED_REFERENCE_SIZE), in CheckAsmSupportOffsetsAndSizes() 77 static_cast<size_t>(COMPRESSED_REFERENCE_SIZE)) in CheckAsmSupportOffsetsAndSizes()
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 820 movl 0(%rdx, %rdi, COMPRESSED_REFERENCE_SIZE), %edx 868 addq LITERAL(COMPRESSED_REFERENCE_SIZE), %rcx 915 movl 0(%rdx, %rdi, COMPRESSED_REFERENCE_SIZE), %edx
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 833 movl 0(%edx, %eax, COMPRESSED_REFERENCE_SIZE), %edx 902 addl LITERAL(COMPRESSED_REFERENCE_SIZE), %edi
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1630 str w3, [x1], #COMPRESSED_REFERENCE_SIZE // (Increment x1 as a side effect.)
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1599 daddiu $t3, $t3, COMPRESSED_REFERENCE_SIZE
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1069 str r3, [r1], #COMPRESSED_REFERENCE_SIZE // (Increment r1 as a side effect.)
|