Initialize GC mixin bases only when leftmost vtable has been initialized.

For GC mixin constructors that allocate on the Oilpan heap, extra care
is required. It is unsafe to fully construct these until the vptr for the
leftmost object that implement/provide the mixin has been initialized.

Should a (conservative) GC kick in while in that mixin's constructor, the
object reference to the object instance will be located through stack
scanning, but it will not as-yet have its trace method set up. The result
is failure to trace the object being constructed (including its mixin
base).

R=haraken
BUG=420515

Review URL: https://codereview.chromium.org/860063002

git-svn-id: svn://svn.chromium.org/blink/trunk@188695 bbb929c8-8fbe-4397-9dbb-9b2b20218538
25 files changed