Lines Matching refs:mem_operand
2917 MemOperand mem_operand = PrepareKeyedOperand( in DoLoadKeyedExternalArray() local
2922 __ ldrsb(result, mem_operand); in DoLoadKeyedExternalArray()
2926 __ ldrb(result, mem_operand); in DoLoadKeyedExternalArray()
2929 __ ldrsh(result, mem_operand); in DoLoadKeyedExternalArray()
2932 __ ldrh(result, mem_operand); in DoLoadKeyedExternalArray()
2935 __ ldr(result, mem_operand); in DoLoadKeyedExternalArray()
2938 __ ldr(result, mem_operand); in DoLoadKeyedExternalArray()
3992 MemOperand mem_operand = PrepareKeyedOperand( in DoStoreKeyedExternalArray() local
4000 __ strb(value, mem_operand); in DoStoreKeyedExternalArray()
4004 __ strh(value, mem_operand); in DoStoreKeyedExternalArray()
4008 __ str(value, mem_operand); in DoStoreKeyedExternalArray()