OSDN Git Service

Fix for inline string indexof; added regression tests
authorBill Buzbee <buzbee@google.com>
Wed, 4 Nov 2009 00:52:53 +0000 (16:52 -0800)
committerBill Buzbee <buzbee@google.com>
Wed, 4 Nov 2009 22:52:23 +0000 (14:52 -0800)
commit49024493479b1ab8b5f9b44c24a3b0c33afc796c
treeaa218607596833abc1c3f606609e512ca8972b0e
parenta1b8a628477c0314f970e9f0c713ea2f7f54aa22
Fix for inline string indexof; added regression tests
tests/082-inline-execute/expected.txt [new file with mode: 0644]
tests/082-inline-execute/info.txt [new file with mode: 0644]
tests/082-inline-execute/src/Main.java [new file with mode: 0644]
tests/082-inline-execute/src/junit/framework/Assert.java [new file with mode: 0644]
tests/082-inline-execute/src/junit/framework/AssertionFailedError.java [new file with mode: 0644]
tests/082-inline-execute/src/junit/framework/ComparisonFailure.java [new file with mode: 0644]
vm/compiler/codegen/arm/Codegen.c
vm/compiler/template/armv5te/TEMPLATE_STRING_INDEXOF.S
vm/compiler/template/out/CompilerTemplateAsm-armv5te-vfp.S
vm/compiler/template/out/CompilerTemplateAsm-armv5te.S
vm/compiler/template/out/CompilerTemplateAsm-armv7-a.S