OSDN Git Service

Inline methods that throw.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 8 Feb 2017 15:07:18 +0000 (15:07 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 15 Feb 2017 10:25:54 +0000 (10:25 +0000)
commitfdb7d638c17dab47984e1d325d04796bb426d9b3
treea352c1d8e52e18551c16bfea5bb9c564695b5239
parent8dc12b1546c7409be19a7b5dc48932011db13067
Inline methods that throw.

Forked from https://android-review.googlesource.com/214292

test: 637-checker-throw-inline
bug: 30933338
Change-Id: I184be82dfab0710af3f3796e9e486c7817fa9c60
compiler/optimizing/inliner.cc
compiler/optimizing/nodes.cc
runtime/jit/profiling_info.cc
runtime/jit/profiling_info.h
test/476-checker-ctor-memory-barrier/src/Main.java
test/478-checker-clinit-check-pruning/src/Main.java
test/609-checker-inline-interface/src/Main.java
test/637-checker-throw-inline/expected.txt [new file with mode: 0644]
test/637-checker-throw-inline/info.txt [new file with mode: 0644]
test/637-checker-throw-inline/src/Main.java [new file with mode: 0644]