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 23:43:14 +0000 (15:43 -0800)
commitbc4d218ce2ceef0c4f308d4ff42f7ec1ec43c40e
treea583db9be377183508653607a724dcb8742f4ca2
parent01c30e8dbc45bdc5d922cef6e5a404be7bed0e8c
ART: Add unstarted-runtime functions

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

Bug: 27248115

(cherry picked from commit 0866f4ed6338faa4a193b7e819fc7cd72bd7b0ae)

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