mini_gc_enable_gc_maps_for_aot ()
{

}


mini_gc_init ()
{

}


mini_gc_create_gc_map (struct MonoCompile * cfg)
{

}


mini_gc_set_slot_type_from_fp (struct MonoCompile * cfg, int slot_offset, GCSlotType type)
{

}


mini_gc_set_slot_type_from_cfa (struct MonoCompile * cfg, int slot_offset, GCSlotType type)
{

}


mini_gc_init_cfg (struct MonoCompile * cfg)
{
  int D.21803;

  D.21803 = mono_gc_is_moving ();
  if (D.21803 != 0) goto <D.21804>; else goto <D.21805>;
  <D.21804>:
  cfg->disable_ref_noref_stack_slot_share = 1;
  cfg->gen_write_barriers = 1;
  <D.21805>:
  mini_gc_init_gc_map (cfg);
}


mini_gc_init_gc_map (struct MonoCompile * cfg)
{

}


