Home
last modified time | relevance | path

Searched refs:COMPRESSED_REFERENCE_SIZE (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dasm_support.h71 #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/
Dquick_entrypoints_x86_64.S820 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/
Dquick_entrypoints_x86.S833 movl 0(%edx, %eax, COMPRESSED_REFERENCE_SIZE), %edx
902 addl LITERAL(COMPRESSED_REFERENCE_SIZE), %edi
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1630 str w3, [x1], #COMPRESSED_REFERENCE_SIZE // (Increment x1 as a side effect.)
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1599 daddiu $t3, $t3, COMPRESSED_REFERENCE_SIZE
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1069 str r3, [r1], #COMPRESSED_REFERENCE_SIZE // (Increment r1 as a side effect.)