From c061de1236e98fdd34d0214a9bbcc0e2149ff226 Mon Sep 17 00:00:00 2001 From: Alexey Frunze Date: Tue, 14 Feb 2017 13:27:23 -0800 Subject: MIPS: Implement heap poisoning in ART's Optimizing compiler. This is in preparation for read barrier support. Bug: 12687968 Test: test-art-host-gtest Test: booted MIPS32R2 in QEMU Test: test-art-target Test: booted MIPS64 (with 2nd arch MIPS32R6) in QEMU Test: test-art-target (both MIPS64R6 and MIPS32R6) Note: built with ART_HEAP_POISONING=true. Change-Id: I0e6e04ff8de2fc8ca6126388409fa218e6920734 --- compiler/utils/mips/assembler_mips.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'compiler/utils/mips/assembler_mips.h') diff --git a/compiler/utils/mips/assembler_mips.h b/compiler/utils/mips/assembler_mips.h index 2fca185ec3..47ddf2547a 100644 --- a/compiler/utils/mips/assembler_mips.h +++ b/compiler/utils/mips/assembler_mips.h @@ -727,6 +727,38 @@ class MipsAssembler FINAL : public Assembler, public JNIMacroAssembler(label)); } -- cgit v1.2.3-59-g8ed1b