OSDN Git Service

Fix instrumentation frame check with inlining
authorSebastien Hertz <shertz@google.com>
Tue, 6 Oct 2015 13:28:44 +0000 (15:28 +0200)
committerSebastien Hertz <shertz@google.com>
Thu, 8 Oct 2015 06:42:58 +0000 (08:42 +0200)
commit3079e28b00accd19aa1153929fb00497d00956d9
tree73e5b45d3e242b9b6515ce7ecbb69e17993cfe07
parent35ef974da353b13938fb0f3272c03070ad728431
Fix instrumentation frame check with inlining

When instrumenting code compiled with inlining, we must compute
frame IDs like instrumentation did for pushing instrumentation
stack frames.

Bug: 22519499
Change-Id: I4a72dbe9e4d2fd4985e49f8261b54c96df7c4a81
runtime/instrumentation.cc
runtime/instrumentation.h
runtime/stack.cc