OSDN Git Service

ART: Add unstarted-runtime functions
authorAndreas Gampe <agampe@google.com>
Mon, 22 Feb 2016 18:03:12 +0000 (10:03 -0800)
committerAndreas Gampe <agampe@google.com>
Fri, 26 Feb 2016 02:56:00 +0000 (18:56 -0800)
commit0866f4ed6338faa4a193b7e819fc7cd72bd7b0ae
tree21d3eb3e35a5af9f3bbb183e12c2c30c2873e8c9
parent0841a6ddff92e6581fb61d9b72f7317ab4db7248
ART: Add unstarted-runtime functions

Add more functions to allow compile-time initialization of
code.

Bug: 27248115
Change-Id: Iaf8d92deb73547ccd31c0d6dde68da3bc14c3985
13 files changed:
runtime/atomic.cc
runtime/atomic.h
runtime/base/mutex.h
runtime/interpreter/unstarted_runtime.cc
runtime/interpreter/unstarted_runtime_list.h
runtime/mirror/abstract_method.cc
runtime/mirror/abstract_method.h
runtime/mirror/class.cc
runtime/mirror/class.h
runtime/mirror/method.cc
runtime/mirror/method.h
runtime/native/java_lang_Class.cc
runtime/native/java_util_concurrent_atomic_AtomicLong.cc