OSDN Git Service

64bit: make runtime offsets more deterministic.
authorIan Rogers <irogers@google.com>
Thu, 20 Mar 2014 15:10:17 +0000 (08:10 -0700)
committerIan Rogers <irogers@google.com>
Thu, 20 Mar 2014 21:34:21 +0000 (14:34 -0700)
commit6ed19fd1b08abbc438781ae3e6fea111c1f92315
tree1a6c62363904c7c19c2541d0a5304cb85cea48d2
parentcfea1d0ba7a1b6547aee704aab8210505da1f708
64bit: make runtime offsets more deterministic.

STL implementations vary causing offsets not to be consistent. Place member
variables we care about the offsets of at the start of Runtime.

Change-Id: I3ad7fe606cb99bcdd884a8fdbdd06bd7e047cd84
runtime/arch/arm64/asm_support_arm64.h
runtime/arch/x86_64/asm_support_x86_64.h
runtime/runtime.cc
runtime/runtime.h