diff options
author | David Srbecky <dsrbecky@google.com> | 2015-04-07 19:46:22 +0100 |
---|---|---|
committer | David Srbecky <dsrbecky@google.com> | 2015-04-07 20:07:58 +0100 |
commit | 8c57831b2b07185ee1986b9af68a351e1ca584c3 (patch) | |
tree | 862c57e602dff367ca141d3a86235b48bf47bf17 /compiler/utils/assembler.h | |
parent | caff30245889729f102af87e79705893401251ef (diff) | |
download | android_art-8c57831b2b07185ee1986b9af68a351e1ca584c3.tar.gz android_art-8c57831b2b07185ee1986b9af68a351e1ca584c3.tar.bz2 android_art-8c57831b2b07185ee1986b9af68a351e1ca584c3.zip |
Remove the old CFI infrastructure.
Change-Id: I12a17a8a1c39ffccaa499c328ebac36e4d74dc4e
Diffstat (limited to 'compiler/utils/assembler.h')
-rw-r--r-- | compiler/utils/assembler.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/utils/assembler.h b/compiler/utils/assembler.h index 923ecdbd9d..323f93cb42 100644 --- a/compiler/utils/assembler.h +++ b/compiler/utils/assembler.h @@ -504,12 +504,6 @@ class Assembler { // and branch to a ExceptionSlowPath if it is. virtual void ExceptionPoll(ManagedRegister scratch, size_t stack_adjust) = 0; - 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<uint8_t>* GetFrameDescriptionEntry() { return nullptr; } - virtual ~Assembler() {} protected: |