summaryrefslogtreecommitdiff
path: root/runtime/class_linker.h
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2014-10-09 13:21:38 -0700
committer Ian Rogers <irogers@google.com> 2014-10-09 14:31:29 -0700
commitcdc1aaffabbdf417d29b203b2cd2763ed2d623f8 (patch)
treeff56b9bbaa3ce0305c0ef71c055d3664dddfe93a /runtime/class_linker.h
parentbbb1fc6e95f46470979936450b0d3f1e020c5904 (diff)
Simplify instance reference offsets.
Don't encode Object's class. Use trailing rather than leading zeroes to give offset position. Change-Id: I1ae74e7a01f63696429644adf81cdf6ee58832fe
Diffstat (limited to 'runtime/class_linker.h')
-rw-r--r--runtime/class_linker.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/class_linker.h b/runtime/class_linker.h
index 111dd6369e..cc75530cc8 100644
--- a/runtime/class_linker.h
+++ b/runtime/class_linker.h
@@ -539,8 +539,6 @@ class ClassLinker {
SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
void CreateReferenceInstanceOffsets(Handle<mirror::Class> klass)
SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
- void CreateReferenceOffsets(Handle<mirror::Class> klass, uint32_t reference_offsets)
- SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
// For use by ImageWriter to find DexCaches for its roots
ReaderWriterMutex* DexLock()