[mini] Rename & expose a few functions to mini.h.
authorRodrigo Kumpera <kumpera@gmail.com>
Mon, 1 May 2017 20:14:37 +0000 (13:14 -0700)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 1 May 2017 20:14:37 +0000 (13:14 -0700)
commit509763cebeb76fa5a14e3737b4b9a57a70664d76
tree9ab80311d93e0cc19f2c4cd1bc5e4409fd243399
parent45d90b20b7fb92adbeaf9a711cade5489ebeee42
[mini] Rename & expose a few functions to mini.h.

This adds to mini.h & fixes naming of the following functions:
emit_get_gsharedvt_info_klass
mono_emit_calli
get_memcpy_method
get_memset_method
emit_memory_barrier
emit_runtime_constant
mini_class_check_context_used
mono_emit_wb_aware_memcpy
emit_write_barrier

Those functions will be used later by the memory access functions to be extracted out of method-to-ir.c
mono/mini/method-to-ir.c
mono/mini/mini.h
mono/mini/type-checking.c