OSDN Git Service

invoke-direct-empty doesn't actually invoke anything.
authorDan Bornstein <danfuzz@android.com>
Tue, 30 Nov 2010 22:58:53 +0000 (14:58 -0800)
committerDan Bornstein <danfuzz@android.com>
Tue, 30 Nov 2010 23:25:30 +0000 (15:25 -0800)
commit0759f52f2dd8497cc489b889a25e91d48ea10751
tree322e61a2c05c44dc60ac2e16e959ceef557b2181
parent36cead91c7f34f9521e453dcb285e1e88fdbbfa3
invoke-direct-empty doesn't actually invoke anything.

Update bytecode.txt as well as a couple bits in the JIT in recognition
of this fact.

Change-Id: I989556d39b40a879021eaf841404e015076073be
libdex/InstrUtils.c
opcode-gen/bytecode.txt
vm/compiler/Frontend.c
vm/compiler/InlineTransformation.c
vm/interp/Jit.c