Lines Matching refs:mem_operand
2998 MemOperand mem_operand = PrepareKeyedOperand( in DoLoadKeyedExternalArray() local
3003 __ lb(result, mem_operand); in DoLoadKeyedExternalArray()
3007 __ lbu(result, mem_operand); in DoLoadKeyedExternalArray()
3010 __ lh(result, mem_operand); in DoLoadKeyedExternalArray()
3013 __ lhu(result, mem_operand); in DoLoadKeyedExternalArray()
3016 __ lw(result, mem_operand); in DoLoadKeyedExternalArray()
3019 __ lw(result, mem_operand); in DoLoadKeyedExternalArray()
4182 MemOperand mem_operand = PrepareKeyedOperand( in DoStoreKeyedExternalArray() local
4190 __ sb(value, mem_operand); in DoStoreKeyedExternalArray()
4194 __ sh(value, mem_operand); in DoStoreKeyedExternalArray()
4198 __ sw(value, mem_operand); in DoStoreKeyedExternalArray()