commit | b0fa5dc7769c1e054032f39de0a3f6d6dd06f8cf | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Mon Apr 28 16:47:08 2014 -0700 |
committer | Ian Rogers <irogers@google.com> | Tue Apr 29 14:36:28 2014 -0700 |
tree | 839d13ebfa7170967dd9b4abd434b7abda53da99 | |
parent | 948740c1938860df055ddc801f20fd1707331e38 [diff] [blame] |
Force inlining on trivial accessors. Make volatility for GetFieldObject a template parameter. Move some trivial mirror::String routines to a -inl.h. Bug: 14285442 Change-Id: Ie23b11d4f18cb15a62c3bbb42837a8aaf6b68f92
diff --git a/runtime/stack_indirect_reference_table.h b/runtime/stack_indirect_reference_table.h index b113129..3b632e7 100644 --- a/runtime/stack_indirect_reference_table.h +++ b/runtime/stack_indirect_reference_table.h
@@ -20,6 +20,7 @@ #include "base/logging.h" #include "base/macros.h" #include "stack.h" +#include "utils.h" namespace art { namespace mirror {