OSDN Git Service

ART: Make RuntimeCallbacks unique_ptr
authorAndreas Gampe <agampe@google.com>
Thu, 19 Jan 2017 05:02:36 +0000 (21:02 -0800)
committerAndreas Gampe <agampe@google.com>
Thu, 19 Jan 2017 23:14:19 +0000 (15:14 -0800)
commitac30fa2151095d2b5fe42f169a02ed09fea312b4
treee8ec1355dd7a307c696c1d38775aba5656ac33c6
parent0f01b583c3952d0219696480654a0db8fac4b661
ART: Make RuntimeCallbacks unique_ptr

Reduce the transitive closure of headers on runtime.h

Test: m
Change-Id: Ib5a3632c28b08bf07773f217a7ad711c1f12af6b
runtime/class_linker.cc
runtime/runtime.cc
runtime/runtime.h
runtime/runtime_callbacks_test.cc
runtime/thread.cc