| commit | 12ba015231ab6cfdd0a714c719aacc2b225bd173 | [log] [tgz] |
|---|---|---|
| author | Bill Buzbee <buzbee@google.com> | Thu Sep 03 14:03:09 2009 -0700 |
| committer | Bill Buzbee <buzbee@google.com> | Thu Sep 03 14:03:09 2009 -0700 |
| tree | 08cb84caf6bfeb1580131d3e86a19ee66f03a16e | |
| parent | a16e97f71ec713f43ad820061250ddb8e39a719a [diff] [blame] |
Update the JIT to use the new indexAt() inline native routines.
diff --git a/vm/compiler/codegen/arm/Codegen.c b/vm/compiler/codegen/arm/Codegen.c index d142ca0..2d2e533 100644 --- a/vm/compiler/codegen/arm/Codegen.c +++ b/vm/compiler/codegen/arm/Codegen.c
@@ -3307,6 +3307,8 @@ return genInlinedAbsDouble(cUnit, mir); case INLINE_STRING_COMPARETO: case INLINE_STRING_EQUALS: + case INLINE_STRING_INDEXOF_I: + case INLINE_STRING_INDEXOF_II: break; default: dvmAbort();