OSDN Git Service

ART: Move boot-image loading to ImageSpace
authorAndreas Gampe <agampe@google.com>
Mon, 5 Dec 2016 20:37:36 +0000 (12:37 -0800)
committerAndreas Gampe <agampe@google.com>
Mon, 5 Dec 2016 21:58:15 +0000 (13:58 -0800)
commit2bd842872a0231b691cdff2833014413845937e7
tree7fce87b7533c57b276da0b87e49bee769f6495ce
parente4cdd4dbcbc75e373917d22214cd431643cd3610
ART: Move boot-image loading to ImageSpace

Move the complete loading sequence for multi-image into ImageSpace.
This simplifies Heap initialization.

Test: m test-art-host
Change-Id: I5a9ee818ce26f205c641e96288f5b4c42257e202
runtime/gc/heap.cc
runtime/gc/space/image_space.cc
runtime/gc/space/image_space.h