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.22652;

  D.22652 = mono_gc_is_moving ();
  if (D.22652 != 0) goto <D.22653>; else goto <D.22654>;
  <D.22653>:
  cfg->disable_ref_noref_stack_slot_share = 1;
  cfg->gen_write_barriers = 1;
  <D.22654>:
  mini_gc_init_gc_map (cfg);
}


mini_gc_init_gc_map (struct MonoCompile * cfg)
{

}


