Searched refs:MIRROR_STRING_VALUE_OFFSET (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | asm_support.h | 214 #define MIRROR_STRING_VALUE_OFFSET (8 + MIRROR_OBJECT_HEADER_SIZE) macro 215 ADD_TEST_EQ(MIRROR_STRING_VALUE_OFFSET, art::mirror::String::ValueOffset().Int32Value())
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 2339 lbu $t0, MIRROR_STRING_VALUE_OFFSET($a0) 2340 lhu $t1, MIRROR_STRING_VALUE_OFFSET($a1) 2350 lhu $t0, MIRROR_STRING_VALUE_OFFSET($a0) 2351 lbu $t1, MIRROR_STRING_VALUE_OFFSET($a1) 2361 lbu $t0, MIRROR_STRING_VALUE_OFFSET($a0) 2362 lbu $t1, MIRROR_STRING_VALUE_OFFSET($a1) 2373 lhu $t0, MIRROR_STRING_VALUE_OFFSET($a0) # while this.charAt(i) == anotherString.charAt(i) 2374 lhu $t1, MIRROR_STRING_VALUE_OFFSET($a1) 2420 lhu $t3, MIRROR_STRING_VALUE_OFFSET($a0) # if this.charAt(i) == ch 2440 lbu $t3, MIRROR_STRING_VALUE_OFFSET($a0)
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 2096 leal MIRROR_STRING_VALUE_OFFSET(%edi), %edi 2097 leal MIRROR_STRING_VALUE_OFFSET(%esi), %esi
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 2153 lea MIRROR_STRING_VALUE_OFFSET(%eax), %esi 2154 lea MIRROR_STRING_VALUE_OFFSET(%ecx), %edi
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 2033 add r0, #MIRROR_STRING_VALUE_OFFSET
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 2432 add x0, x0, #MIRROR_STRING_VALUE_OFFSET
|