commit | 08e1ba3c5899213e63007b0158e0a491f2449ea4 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Tue May 08 15:08:51 2012 +0800 |
committer | Shih-wei Liao <sliao@google.com> | Tue May 08 11:53:40 2012 -0700 |
tree | f53f9352a3c9e6fe6e6e9a3f0a90f58bae69ac8a | |
parent | e0e4024b2e3f6fa6feb3ef42f0f072ffb004f8f7 [diff] [blame] |
Don't fork dex2oat process on target device. Change-Id: I35370d328aaa1aaaed5b56e62e51c4c74afa9cba
diff --git a/src/compiler.h b/src/compiler.h index 9b8a3ab..c0732aa 100644 --- a/src/compiler.h +++ b/src/compiler.h
@@ -176,6 +176,10 @@ return compiler_context_; } + size_t GetThreadCount() const { + return thread_count_; + } + class PatchInformation { public: DexCache* GetDexCache() const {