typing: marks ADebugTypeExpr as typed
[nit.git] / c_src / standard___hash._sep.c
index 441cab1..c0d85ec 100644 (file)
@@ -1,5 +1,6 @@
 /* This C file is generated by NIT to compile module standard___hash. */
 #include "standard___hash._sep.h"
+static const char LOCATE_standard___hash___Object___hash[] = "hash::Object::hash";
 val_t standard___hash___Object___hash(val_t p0){
   struct {struct stack_frame_t me;} fra;
   val_t REGB0;
@@ -17,7 +18,7 @@ val_t standard___hash___Object___hash(val_t p0){
   /* ../lib/standard/hash.nit:24 */
   REGB0 = CALL_standard___kernel___Object___object_id(fra.me.REG[0])(fra.me.REG[0]);
   REGB1 = TAG_Int(8);
-  /* ../lib/standard/kernel.nit:239 */
+  /* ../lib/standard/kernel.nit:242 */
   REGB1 = TAG_Int(UNTAG_Int(REGB0)/UNTAG_Int(REGB1));
   /* ../lib/standard/hash.nit:24 */
   goto label1;
@@ -25,6 +26,7 @@ val_t standard___hash___Object___hash(val_t p0){
   stack_frame_head = fra.me.prev;
   return REGB1;
 }
+static const char LOCATE_standard___hash___Int___hash[] = "hash::Int::(hash::Object::hash)";
 val_t standard___hash___Int___hash(val_t p0){
   struct {struct stack_frame_t me;} fra;
   val_t REGB0;
@@ -43,6 +45,7 @@ val_t standard___hash___Int___hash(val_t p0){
   stack_frame_head = fra.me.prev;
   return REGB0;
 }
+static const char LOCATE_standard___hash___Char___hash[] = "hash::Char::(hash::Object::hash)";
 val_t standard___hash___Char___hash(val_t p0){
   struct {struct stack_frame_t me;} fra;
   val_t REGB0;
@@ -55,7 +58,7 @@ val_t standard___hash___Char___hash(val_t p0){
   fra.me.REG_size = 0;
   fra.me.nitni_local_ref_head = NULL;
   REGB0 = p0;
-  /* ../lib/standard/kernel.nit:413 */
+  /* ../lib/standard/kernel.nit:416 */
   REGB0 = TAG_Int((unsigned char)UNTAG_Char(REGB0));
   /* ../lib/standard/hash.nit:32 */
   goto label1;
@@ -63,6 +66,7 @@ val_t standard___hash___Char___hash(val_t p0){
   stack_frame_head = fra.me.prev;
   return REGB0;
 }
+static const char LOCATE_standard___hash___Bool___hash[] = "hash::Bool::(hash::Object::hash)";
 val_t standard___hash___Bool___hash(val_t p0){
   struct {struct stack_frame_t me;} fra;
   val_t REGB0;