Home
last modified time | relevance | path

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

/art/tools/cpp-define-generator/
Dconstant_reference.def27 DEFINE_EXPR(COMPRESSED_REFERENCE_SIZE, size_t, sizeof(art::mirror::CompressedReference<art::m…
/art/runtime/generated/
Dasm_support_gen.h25 #define COMPRESSED_REFERENCE_SIZE 0x4 macro
26 DEFINE_CHECK_EQ(static_cast<size_t>(COMPRESSED_REFERENCE_SIZE), (static_cast<size_t>(sizeof(art::mi…
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1177 str r3, [r1], #COMPRESSED_REFERENCE_SIZE // (Increment r1 as a side effect.)
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1067 addq LITERAL(COMPRESSED_REFERENCE_SIZE), %rcx
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1591 daddiu $t3, $t3, COMPRESSED_REFERENCE_SIZE
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1635 addiu $t3, $t3, COMPRESSED_REFERENCE_SIZE
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1058 addl LITERAL(COMPRESSED_REFERENCE_SIZE), %eax
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1707 str w3, [x1], #COMPRESSED_REFERENCE_SIZE // (Increment x1 as a side effect.)