[profiler] Really fix looking up JIT info for AOT'd methods.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 25 Mar 2015 12:03:08 +0000 (13:03 +0100)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 25 Mar 2015 12:04:43 +0000 (13:04 +0100)
commit7e163fce469fdb882f440e83eef6f3f123bf2a88
treef56095d81e0fd1ab34239b17ee2395401d77bd4c
parent7ade5f7d7bfc484e977c0d059905a62f3b88b135
[profiler] Really fix looking up JIT info for AOT'd methods.

mono_aot_get_method () will not necessarily put methods into the
MonoDomain::jit_code_hash table. But it does return an IP that we
can use to look up the JIT info with mono_jit_info_table_find ().
mono/profiler/proflog.c