Lines Matching refs:mem_operand
2848 MemOperand mem_operand = PrepareKeyedOperand( in DoLoadKeyedExternalArray() local
2853 __ lb(result, mem_operand); in DoLoadKeyedExternalArray()
2857 __ lbu(result, mem_operand); in DoLoadKeyedExternalArray()
2860 __ lh(result, mem_operand); in DoLoadKeyedExternalArray()
2863 __ lhu(result, mem_operand); in DoLoadKeyedExternalArray()
2866 __ lw(result, mem_operand); in DoLoadKeyedExternalArray()
2869 __ lw(result, mem_operand); in DoLoadKeyedExternalArray()
3959 MemOperand mem_operand = PrepareKeyedOperand( in DoStoreKeyedExternalArray() local
3967 __ sb(value, mem_operand); in DoStoreKeyedExternalArray()
3971 __ sh(value, mem_operand); in DoStoreKeyedExternalArray()
3975 __ sw(value, mem_operand); in DoStoreKeyedExternalArray()