diff options
| author | 2014-03-13 14:11:28 +0000 | |
|---|---|---|
| committer | 2014-03-13 15:54:41 +0000 | |
| commit | 3bc8615332b7848dec8c2297a40f7e4d176c0efb (patch) | |
| tree | 5f3f0e36151f62e43beafa474fd59795673f86ae /compiler/dex/quick/codegen_util.cc | |
| parent | c1020433660737d466b0d726bbeb86d9a279a44a (diff) | |
Use LIRSlowPath for intrinsics, improve String.indexOf().
Rewrite intrinsic launchpads to use the LIRSlowPath.
Improve String.indexOf for constant chars by avoiding
the check for code points over 0xFFFF.
Change-Id: I7fd5583214c5b4ab9c38ee36c5d6f003dd6345a8
Diffstat (limited to 'compiler/dex/quick/codegen_util.cc')
| -rw-r--r-- | compiler/dex/quick/codegen_util.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/dex/quick/codegen_util.cc b/compiler/dex/quick/codegen_util.cc index 34d3834682..d095444c94 100644 --- a/compiler/dex/quick/codegen_util.cc +++ b/compiler/dex/quick/codegen_util.cc @@ -997,7 +997,6 @@ Mir2Lir::Mir2Lir(CompilationUnit* cu, MIRGraph* mir_graph, ArenaAllocator* arena fill_array_data_(arena, 4, kGrowableArrayFillArrayData), throw_launchpads_(arena, 2048, kGrowableArrayThrowLaunchPads), suspend_launchpads_(arena, 4, kGrowableArraySuspendLaunchPads), - intrinsic_launchpads_(arena, 2048, kGrowableArrayMisc), tempreg_info_(arena, 20, kGrowableArrayMisc), reginfo_map_(arena, 64, kGrowableArrayMisc), pointer_storage_(arena, 128, kGrowableArrayMisc), |