summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorRazvan A Lupusoru <razvan.a.lupusoru@intel.com>2014-08-04 09:38:46 -0700
committerRazvan A Lupusoru <razvan.a.lupusoru@intel.com>2014-08-20 17:42:10 +0000
commit7642324bc8a5c839c669aebbb1fba61c05418651 (patch)
tree1abf21ecf589c62c47ba320bf35d00bbff7d4e97 /compiler/optimizing/graph_visualizer.cc
parent07277a700cdc7de2f40773a05c7a791b71abd581 (diff)
ART: Implement kMirOpNullCheck
The semantics of kMirOpNullCheck is to check object for null and throw exception in that case. However, the implementation for it is empty. This has been changed and appropriate dataflow have been added to correctly reflect behavior. In order to allow testing of implementation, the SpecialMethodInliner has been updated to get rid of invoke and use this instead. This helps all optimizations which do not check the MIR_INLINED flag because when invoke is left in, they believe that invoke will still be done. Change-Id: I62e425e42bdbc6357246fb949db5f79de73cf358 Signed-off-by: Razvan A Lupusoru <razvan.a.lupusoru@intel.com>
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions