commit | a3760aad59f41bb0b1d46733165a2d7219ecca73 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Mon Nov 14 14:32:37 2011 -0800 |
committer | Ian Rogers <irogers@google.com> | Mon Nov 14 15:40:11 2011 -0800 |
tree | 28c031bac11cc172f04b8943e189bf1d065acd9c | |
parent | 169c9a7f46776b235d0a37d5e0ff27682deffe06 [diff] [blame] |
Refactor the use of Method by the oat compiler. Change-Id: Ib0ee18ed06846f82567f746edc7a5049dc6215df
diff --git a/src/compiler/codegen/arm/CodegenCommon.cc b/src/compiler/codegen/arm/CodegenCommon.cc index 4a2768c..9b71b14 100644 --- a/src/compiler/codegen/arm/CodegenCommon.cc +++ b/src/compiler/codegen/arm/CodegenCommon.cc
@@ -283,7 +283,7 @@ DCHECK(isPseudoOpcode(opcode) || (EncodingMap[opcode].flags & IS_TERTIARY_OP)) << (int)opcode << " " - << PrettyMethod(cUnit->method) << " " + << PrettyMethod(cUnit->method_idx, *cUnit->dex_file) << " " << cUnit->currentDalvikOffset; insn->opcode = opcode; insn->operands[0] = dest;