diff options
author | 2017-03-06 12:35:10 -0800 | |
---|---|---|
committer | 2017-03-29 16:51:26 -0700 | |
commit | 8c19d2431f45861ca11cf5ebc4fdaf10200f2458 (patch) | |
tree | 2d376ce322be680898d55fde929e67032d4c711c /runtime/class_table.h | |
parent | 4e03442619834c56dbf79a3493eb8a2d91b93e7f (diff) |
Refactor image writer
Aim to have common functions for copying references and pointers.
Required for adding support for faster image fixups.
Test: test-art-host -j32
Bug: 34927277
Bug: 34928633
Change-Id: Ia654efc483b332eea3535570496bfeccd7c635ee
Diffstat (limited to 'runtime/class_table.h')
-rw-r--r-- | runtime/class_table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_table.h b/runtime/class_table.h index 79f5aea399..430edbba4e 100644 --- a/runtime/class_table.h +++ b/runtime/class_table.h @@ -256,6 +256,7 @@ class ClassTable { } private: + // Only copies classes. void CopyWithoutLocks(const ClassTable& source_table) NO_THREAD_SAFETY_ANALYSIS; void InsertWithoutLocks(ObjPtr<mirror::Class> klass) NO_THREAD_SAFETY_ANALYSIS; |