OSDN Git Service

Exception cleanup in the assembly interpreters
authorbuzbee <buzbee@google.com>
Tue, 1 Mar 2011 00:38:50 +0000 (16:38 -0800)
committerbuzbee <buzbee@google.com>
Tue, 1 Mar 2011 17:38:27 +0000 (09:38 -0800)
commit98f3eb12bf2a33c49712e093d5cc2aa713a93aa5
treeeeec08dc384a4bb84fa6103dfeec7595b8ab0c60
parent937c938e73361d2ce1f05fdd5aa6decc442e1a16
Exception cleanup in the assembly interpreters

Removed the last of the "exception as strings" calls from the
assembly interpreters, replacing them with the helper functions.

Change-Id: I4c44cde348ed7d2ea99f908bc22166afeb5e3d37
29 files changed:
vm/mterp/armv5te/OP_FILLED_NEW_ARRAY.S
vm/mterp/armv5te/OP_FILLED_NEW_ARRAY_JUMBO.S
vm/mterp/armv5te/OP_NEW_INSTANCE.S
vm/mterp/armv5te/footer.S
vm/mterp/armv5te/header.S
vm/mterp/c/header.c
vm/mterp/out/InterpAsm-armv5te-vfp.S
vm/mterp/out/InterpAsm-armv5te.S
vm/mterp/out/InterpAsm-armv7-a-neon.S
vm/mterp/out/InterpAsm-armv7-a.S
vm/mterp/out/InterpAsm-x86.S
vm/mterp/out/InterpC-allstubs.c
vm/mterp/out/InterpC-armv5te-vfp.c
vm/mterp/out/InterpC-armv5te.c
vm/mterp/out/InterpC-armv7-a-neon.c
vm/mterp/out/InterpC-armv7-a.c
vm/mterp/out/InterpC-portdbg.c
vm/mterp/out/InterpC-portstd.c
vm/mterp/out/InterpC-x86-atom.c
vm/mterp/out/InterpC-x86.c
vm/mterp/x86-atom/TODO.txt
vm/mterp/x86/OP_FILLED_NEW_ARRAY.S
vm/mterp/x86/OP_FILLED_NEW_ARRAY_JUMBO.S
vm/mterp/x86/OP_INVOKE_SUPER.S
vm/mterp/x86/OP_INVOKE_SUPER_JUMBO.S
vm/mterp/x86/OP_NEW_INSTANCE.S
vm/mterp/x86/OP_NEW_INSTANCE_JUMBO.S
vm/mterp/x86/footer.S
vm/mterp/x86/header.S