From e21dc3db191df04c100620965bee4617b3b24397 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Mon, 8 Dec 2014 16:59:43 -0800 Subject: ART: Swap-space in the compiler Introduce a swap-space and corresponding allocator to transparently switch native allocations to memory backed by a file. Bug: 18596910 (cherry picked from commit 62746d8d9c4400e4764f162b22bfb1a32be287a9) Change-Id: I131448f3907115054a592af73db86d2b9257ea33 --- compiler/utils/assembler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compiler/utils/assembler.h') diff --git a/compiler/utils/assembler.h b/compiler/utils/assembler.h index 67711e312c..134dda4b2c 100644 --- a/compiler/utils/assembler.h +++ b/compiler/utils/assembler.h @@ -502,6 +502,8 @@ class Assembler { virtual void InitializeFrameDescriptionEntry() {} virtual void FinalizeFrameDescriptionEntry() {} + // Give a vector containing FDE data, or null if not used. Note: the assembler must take care + // of handling the lifecycle. virtual std::vector* GetFrameDescriptionEntry() { return nullptr; } virtual ~Assembler() {} -- cgit v1.2.3-59-g8ed1b