X-Git-Url: http://nitlanguage.org diff --git a/c_src/abstract_collection._sep.c b/c_src/abstract_collection._sep.c index a54bdbc..8a48c03 100644 --- a/c_src/abstract_collection._sep.c +++ b/c_src/abstract_collection._sep.c @@ -1,998 +1,1806 @@ /* This C file is generated by NIT to compile module abstract_collection. */ #include "abstract_collection._sep.h" -val_t abstract_collection___Collection___iterator(val_t self) { - struct trace_t trace = {NULL, NULL, 42, LOCATE_abstract_collection___Collection___iterator}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " (%s:%d)\n", LOCATE_abstract_collection, 42); - nit_exit(1); - tracehead = trace.prev; +val_t abstract_collection___Collection___iterator(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 42; + fra.me.meth = LOCATE_abstract_collection___Collection___iterator; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:42 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 42); + stack_frame_head = fra.me.prev; return NIT_NULL; } -val_t abstract_collection___Collection___is_empty(val_t self) { - struct trace_t trace = {NULL, NULL, 45, LOCATE_abstract_collection___Collection___is_empty}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " (%s:%d)\n", LOCATE_abstract_collection, 45); - nit_exit(1); - tracehead = trace.prev; +void abstract_collection___Collection___iterate(val_t p0, struct stack_frame_t *closctx_param, fun_t clos_fun0){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t REGB0; + fun_t CREG[1]; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 45; + fra.me.meth = LOCATE_abstract_collection___Collection___iterate; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.closure_ctx = closctx_param; + fra.me.closure_funs = CREG; + fra.me.REG[0] = p0; + CREG[0] = clos_fun0; + /* ./../lib/standard//collection//abstract_collection.nit:49 */ + fra.me.REG[0] = CALL_abstract_collection___Collection___iterator(fra.me.REG[0])(fra.me.REG[0]); + /* ./../lib/standard//collection//abstract_collection.nit:50 */ + while(1) { + REGB0 = CALL_abstract_collection___Iterator___is_ok(fra.me.REG[0])(fra.me.REG[0]); + if (UNTAG_Bool(REGB0)) { + /* ./../lib/standard//collection//abstract_collection.nit:51 */ + fra.me.REG[1] = CALL_abstract_collection___Iterator___item(fra.me.REG[0])(fra.me.REG[0]); + ((void (*)(struct stack_frame_t *, val_t))(CREG[0]))(closctx_param, fra.me.REG[1]); + if (closctx_param->has_broke) { + goto label1; + } + /* ./../lib/standard//collection//abstract_collection.nit:52 */ + CALL_abstract_collection___Iterator___next(fra.me.REG[0])(fra.me.REG[0]); + } else { + /* ./../lib/standard//collection//abstract_collection.nit:50 */ + goto label2; + } + } + label2: while(0); + label1: while(0); + stack_frame_head = fra.me.prev; + return; +} +val_t abstract_collection___Collection___is_empty(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 56; + fra.me.meth = LOCATE_abstract_collection___Collection___is_empty; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:56 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 56); + stack_frame_head = fra.me.prev; return NIT_NULL; } -val_t abstract_collection___Collection___length(val_t self) { - struct trace_t trace = {NULL, NULL, 48, LOCATE_abstract_collection___Collection___length}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " (%s:%d)\n", LOCATE_abstract_collection, 48); - nit_exit(1); - tracehead = trace.prev; +val_t abstract_collection___Collection___length(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 59; + fra.me.meth = LOCATE_abstract_collection___Collection___length; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:59 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 59); + stack_frame_head = fra.me.prev; return NIT_NULL; } -val_t abstract_collection___Collection___has(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 51, LOCATE_abstract_collection___Collection___has}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " (%s:%d)\n", LOCATE_abstract_collection, 51); - nit_exit(1); - tracehead = trace.prev; +val_t abstract_collection___Collection___has(val_t p0, val_t p1){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 62; + fra.me.meth = LOCATE_abstract_collection___Collection___has; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:62 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 62); + stack_frame_head = fra.me.prev; return NIT_NULL; } -val_t abstract_collection___Collection___has_only(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 55, LOCATE_abstract_collection___Collection___has_only}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " (%s:%d)\n", LOCATE_abstract_collection, 55); - nit_exit(1); - tracehead = trace.prev; +val_t abstract_collection___Collection___has_only(val_t p0, val_t p1){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 66; + fra.me.meth = LOCATE_abstract_collection___Collection___has_only; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:66 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 66); + stack_frame_head = fra.me.prev; return NIT_NULL; } -val_t abstract_collection___Collection___count(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 60, LOCATE_abstract_collection___Collection___count}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " (%s:%d)\n", LOCATE_abstract_collection, 60); - nit_exit(1); - tracehead = trace.prev; +val_t abstract_collection___Collection___count(val_t p0, val_t p1){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 71; + fra.me.meth = LOCATE_abstract_collection___Collection___count; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:71 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 71); + stack_frame_head = fra.me.prev; return NIT_NULL; } -val_t abstract_collection___Collection___first(val_t self) { - struct trace_t trace = {NULL, NULL, 64, LOCATE_abstract_collection___Collection___first}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " (%s:%d)\n", LOCATE_abstract_collection, 64); - nit_exit(1); - tracehead = trace.prev; +val_t abstract_collection___Collection___first(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 75; + fra.me.meth = LOCATE_abstract_collection___Collection___first; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:75 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 75); + stack_frame_head = fra.me.prev; return NIT_NULL; } -val_t abstract_collection___NaiveCollection___is_empty(val_t self) { - struct trace_t trace = {NULL, NULL, 72, LOCATE_abstract_collection___NaiveCollection___is_empty}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = ((abstract_collection___NaiveCollection___length_t)CALL( self,COLOR_abstract_collection___Collection___length))( self) /*NaiveCollection::length*/; - variable0 = TAG_Bool((variable0)==( TAG_Int(0))); - goto return_label0; - return_label0: while(false); - tracehead = trace.prev; - return variable0; -} -val_t abstract_collection___NaiveCollection___length(val_t self) { - struct trace_t trace = {NULL, NULL, 74, LOCATE_abstract_collection___NaiveCollection___length}; - val_t variable0; - val_t variable1; - val_t variable2; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = TAG_Int(0); - variable1 = ((abstract_collection___Collection___iterator_t)CALL( self,COLOR_abstract_collection___Collection___iterator))( self) /*Collection::iterator*/; - while (true) { /*for*/ - variable2 = ((abstract_collection___Iterator___is_ok_t)CALL(variable1,COLOR_abstract_collection___Iterator___is_ok))(variable1) /*Iterator::is_ok*/; - if (!UNTAG_Bool(variable2)) break; /*for*/ - variable2 = ((abstract_collection___Iterator___item_t)CALL(variable1,COLOR_abstract_collection___Iterator___item))(variable1) /*Iterator::item*/; - variable0 = TAG_Int(UNTAG_Int(variable0)+UNTAG_Int( variable0 /*nb*/)) /*nb*/; - continue_2: while(0); - ((abstract_collection___Iterator___next_t)CALL(variable1,COLOR_abstract_collection___Iterator___next))(variable1) /*Iterator::next*/; - } - break_2: while(0); - variable0 = variable0 /*nb*/; - goto return_label1; - return_label1: while(false); - tracehead = trace.prev; - return variable0; -} -val_t abstract_collection___NaiveCollection___has(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 81, LOCATE_abstract_collection___NaiveCollection___has}; - val_t variable0; - val_t variable1; - val_t variable2; - val_t variable3; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable1 = ((abstract_collection___Collection___iterator_t)CALL( self,COLOR_abstract_collection___Collection___iterator))( self) /*Collection::iterator*/; - while (true) { /*for*/ - variable2 = ((abstract_collection___Iterator___is_ok_t)CALL(variable1,COLOR_abstract_collection___Iterator___is_ok))(variable1) /*Iterator::is_ok*/; - if (!UNTAG_Bool(variable2)) break; /*for*/ - variable2 = ((abstract_collection___Iterator___item_t)CALL(variable1,COLOR_abstract_collection___Iterator___item))(variable1) /*Iterator::item*/; - variable3 = TAG_Bool(( variable2 /*i*/ == variable0 /*item*/) || (( variable2 /*i*/ != NIT_NULL) && ((((kernel___Object_____eqeq_t)CALL( variable2 /*i*/,COLOR_kernel___Object_____eqeq))==kernel___Object_____eqeq)?(IS_EQUAL_NN( variable2 /*i*/, variable0 /*item*/)):(UNTAG_Bool(((kernel___Object_____eqeq_t)CALL( variable2 /*i*/,COLOR_kernel___Object_____eqeq))( variable2 /*i*/, variable0 /*item*/) /*Object::==*/))))); - if (UNTAG_Bool(variable3)) { /*if*/ - variable1 = TAG_Bool(true); - goto return_label3; +val_t abstract_collection___NaiveCollection___is_empty(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t REGB1; + val_t REGB2; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 83; + fra.me.meth = LOCATE_abstract_collection___NaiveCollection___is_empty; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:83 */ + REGB0 = CALL_abstract_collection___Collection___length(fra.me.REG[0])(fra.me.REG[0]); + REGB1 = TAG_Int(0); + REGB2 = TAG_Bool(IS_EQUAL_OO(REGB0,REGB1)); + if (UNTAG_Bool(REGB2)) { + } else { + /* ./../lib/standard//kernel.nit:207 */ + REGB1 = TAG_Bool((REGB0)==(REGB1)); + /* ./../lib/standard//collection//abstract_collection.nit:83 */ + REGB2 = REGB1; + } + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return REGB2; +} +val_t abstract_collection___NaiveCollection___length(val_t p0){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 85; + fra.me.meth = LOCATE_abstract_collection___NaiveCollection___length; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:87 */ + REGB0 = TAG_Int(0); + fra.me.REG[1] = REGB0; + CALL_abstract_collection___Collection___iterate(fra.me.REG[0])(fra.me.REG[0], (&(fra.me)), ((fun_t)OC_abstract_collection___NaiveCollection___length_1)); + /* ./../lib/standard//collection//abstract_collection.nit:89 */ + REGB0 = fra.me.REG[1]; + goto label2; + label2: while(0); + stack_frame_head = fra.me.prev; + return REGB0; +} + void OC_abstract_collection___NaiveCollection___length_1(struct stack_frame_t *closctx, val_t p0, struct stack_frame_t *closctx_param, fun_t clos_fun0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + fun_t CREG[1]; + val_t tmp; + /* ./../lib/standard//collection//abstract_collection.nit:88 */ + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 0; + fra.me.meth = LOCATE_abstract_collection___NaiveCollection___length; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.closure_ctx = closctx_param; + fra.me.closure_funs = CREG; + fra.me.REG[0] = p0; + CREG[0] = clos_fun0; + REGB0 = TAG_Int(1); + /* ./../lib/standard//kernel.nit:215 */ + REGB0 = TAG_Int(UNTAG_Int(closctx->REG[1])+UNTAG_Int(REGB0)); + /* ./../lib/standard//collection//abstract_collection.nit:88 */ + closctx->REG[1] = REGB0; + stack_frame_head = fra.me.prev; + return; + } +val_t abstract_collection___NaiveCollection___has(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 92; + fra.me.meth = LOCATE_abstract_collection___NaiveCollection___has; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + CALL_abstract_collection___Collection___iterate(fra.me.REG[0])(fra.me.REG[0], (&(fra.me)), ((fun_t)OC_abstract_collection___NaiveCollection___has_1)); + switch ((&(fra.me))->has_broke) { + case 0: break; + case 1: (&(fra.me))->has_broke = 0; goto label3; + } + /* ./../lib/standard//collection//abstract_collection.nit:95 */ + REGB0 = TAG_Bool(false); + fra.me.REG[0] = REGB0; + goto label3; + label3: while(0); + stack_frame_head = fra.me.prev; + return fra.me.REG[0]; +} + void OC_abstract_collection___NaiveCollection___has_1(struct stack_frame_t *closctx, val_t p0, struct stack_frame_t *closctx_param, fun_t clos_fun0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t REGB1; + fun_t CREG[1]; + val_t tmp; + /* ./../lib/standard//collection//abstract_collection.nit:94 */ + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 0; + fra.me.meth = LOCATE_abstract_collection___NaiveCollection___has; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.closure_ctx = closctx_param; + fra.me.closure_funs = CREG; + fra.me.REG[0] = p0; + CREG[0] = clos_fun0; + REGB0 = TAG_Bool(IS_EQUAL_NN(fra.me.REG[0],closctx->REG[1])); + if (UNTAG_Bool(REGB0)) { + } else { + REGB1 = TAG_Bool(fra.me.REG[0]==NIT_NULL); + if (UNTAG_Bool(REGB1)) { + REGB1 = TAG_Bool(false); + REGB0 = REGB1; + } else { + REGB1 = CALL_kernel___Object_____eqeq(fra.me.REG[0])(fra.me.REG[0], closctx->REG[1]); + REGB0 = REGB1; + } + } + if (UNTAG_Bool(REGB0)) { + REGB0 = TAG_Bool(true); + closctx->REG[0] = REGB0; + closctx->has_broke = 1; + goto label2; } - continue_4: while(0); - ((abstract_collection___Iterator___next_t)CALL(variable1,COLOR_abstract_collection___Iterator___next))(variable1) /*Iterator::next*/; - } - break_4: while(0); - variable1 = TAG_Bool(false); - goto return_label3; - return_label3: while(false); - tracehead = trace.prev; - return variable1; -} -val_t abstract_collection___NaiveCollection___has_only(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 87, LOCATE_abstract_collection___NaiveCollection___has_only}; - val_t variable0; - val_t variable1; - val_t variable2; - val_t variable3; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable1 = ((abstract_collection___Collection___iterator_t)CALL( self,COLOR_abstract_collection___Collection___iterator))( self) /*Collection::iterator*/; - while (true) { /*for*/ - variable2 = ((abstract_collection___Iterator___is_ok_t)CALL(variable1,COLOR_abstract_collection___Iterator___is_ok))(variable1) /*Iterator::is_ok*/; - if (!UNTAG_Bool(variable2)) break; /*for*/ - variable2 = ((abstract_collection___Iterator___item_t)CALL(variable1,COLOR_abstract_collection___Iterator___item))(variable1) /*Iterator::item*/; - variable3 = TAG_Bool(!UNTAG_Bool(TAG_Bool(( variable2 /*i*/ == variable0 /*item*/) || (( variable2 /*i*/ != NIT_NULL) && ((((kernel___Object_____eqeq_t)CALL( variable2 /*i*/,COLOR_kernel___Object_____eqeq))==kernel___Object_____eqeq)?(IS_EQUAL_NN( variable2 /*i*/, variable0 /*item*/)):(UNTAG_Bool(((kernel___Object_____eqeq_t)CALL( variable2 /*i*/,COLOR_kernel___Object_____eqeq))( variable2 /*i*/, variable0 /*item*/) /*Object::==*/))))))); - if (UNTAG_Bool(variable3)) { /*if*/ - variable1 = TAG_Bool(false); - goto return_label5; + label2: while(0); + stack_frame_head = fra.me.prev; + return; + } +val_t abstract_collection___NaiveCollection___has_only(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 98; + fra.me.meth = LOCATE_abstract_collection___NaiveCollection___has_only; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + CALL_abstract_collection___Collection___iterate(fra.me.REG[0])(fra.me.REG[0], (&(fra.me)), ((fun_t)OC_abstract_collection___NaiveCollection___has_only_1)); + switch ((&(fra.me))->has_broke) { + case 0: break; + case 1: (&(fra.me))->has_broke = 0; goto label3; + } + /* ./../lib/standard//collection//abstract_collection.nit:101 */ + REGB0 = TAG_Bool(true); + fra.me.REG[0] = REGB0; + goto label3; + label3: while(0); + stack_frame_head = fra.me.prev; + return fra.me.REG[0]; +} + void OC_abstract_collection___NaiveCollection___has_only_1(struct stack_frame_t *closctx, val_t p0, struct stack_frame_t *closctx_param, fun_t clos_fun0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t REGB1; + fun_t CREG[1]; + val_t tmp; + /* ./../lib/standard//collection//abstract_collection.nit:100 */ + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 0; + fra.me.meth = LOCATE_abstract_collection___NaiveCollection___has_only; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.closure_ctx = closctx_param; + fra.me.closure_funs = CREG; + fra.me.REG[0] = p0; + CREG[0] = clos_fun0; + REGB0 = TAG_Bool(IS_EQUAL_NN(fra.me.REG[0],closctx->REG[1])); + if (UNTAG_Bool(REGB0)) { + } else { + REGB1 = TAG_Bool(fra.me.REG[0]==NIT_NULL); + if (UNTAG_Bool(REGB1)) { + REGB1 = TAG_Bool(false); + REGB0 = REGB1; + } else { + REGB1 = CALL_kernel___Object_____eqeq(fra.me.REG[0])(fra.me.REG[0], closctx->REG[1]); + REGB0 = REGB1; + } + } + REGB0 = TAG_Bool(!UNTAG_Bool(REGB0)); + if (UNTAG_Bool(REGB0)) { + REGB0 = TAG_Bool(false); + closctx->REG[0] = REGB0; + closctx->has_broke = 1; + goto label2; + } + label2: while(0); + stack_frame_head = fra.me.prev; + return; + } +val_t abstract_collection___NaiveCollection___count(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[2];} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 104; + fra.me.meth = LOCATE_abstract_collection___NaiveCollection___count; + fra.me.has_broke = 0; + fra.me.REG_size = 3; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[2] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:106 */ + REGB0 = TAG_Int(0); + fra.me.REG[2] = REGB0; + CALL_abstract_collection___Collection___iterate(fra.me.REG[0])(fra.me.REG[0], (&(fra.me)), ((fun_t)OC_abstract_collection___NaiveCollection___count_1)); + /* ./../lib/standard//collection//abstract_collection.nit:108 */ + REGB0 = fra.me.REG[2]; + goto label2; + label2: while(0); + stack_frame_head = fra.me.prev; + return REGB0; +} + void OC_abstract_collection___NaiveCollection___count_1(struct stack_frame_t *closctx, val_t p0, struct stack_frame_t *closctx_param, fun_t clos_fun0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t REGB1; + fun_t CREG[1]; + val_t tmp; + /* ./../lib/standard//collection//abstract_collection.nit:107 */ + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 0; + fra.me.meth = LOCATE_abstract_collection___NaiveCollection___count; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.closure_ctx = closctx_param; + fra.me.closure_funs = CREG; + fra.me.REG[0] = p0; + CREG[0] = clos_fun0; + REGB0 = TAG_Bool(IS_EQUAL_NN(fra.me.REG[0],closctx->REG[1])); + if (UNTAG_Bool(REGB0)) { + } else { + REGB1 = TAG_Bool(fra.me.REG[0]==NIT_NULL); + if (UNTAG_Bool(REGB1)) { + REGB1 = TAG_Bool(false); + REGB0 = REGB1; + } else { + REGB1 = CALL_kernel___Object_____eqeq(fra.me.REG[0])(fra.me.REG[0], closctx->REG[1]); + REGB0 = REGB1; + } } - continue_6: while(0); - ((abstract_collection___Iterator___next_t)CALL(variable1,COLOR_abstract_collection___Iterator___next))(variable1) /*Iterator::next*/; - } - break_6: while(0); - variable1 = TAG_Bool(true); - goto return_label5; - return_label5: while(false); - tracehead = trace.prev; - return variable1; -} -val_t abstract_collection___NaiveCollection___count(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 93, LOCATE_abstract_collection___NaiveCollection___count}; - val_t variable0; - val_t variable1; - val_t variable2; - val_t variable3; - val_t variable4; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable1 = TAG_Int(0); - variable2 = ((abstract_collection___Collection___iterator_t)CALL( self,COLOR_abstract_collection___Collection___iterator))( self) /*Collection::iterator*/; - while (true) { /*for*/ - variable3 = ((abstract_collection___Iterator___is_ok_t)CALL(variable2,COLOR_abstract_collection___Iterator___is_ok))(variable2) /*Iterator::is_ok*/; - if (!UNTAG_Bool(variable3)) break; /*for*/ - variable3 = ((abstract_collection___Iterator___item_t)CALL(variable2,COLOR_abstract_collection___Iterator___item))(variable2) /*Iterator::item*/; - variable4 = TAG_Bool(( variable3 /*i*/ == variable0 /*item*/) || (( variable3 /*i*/ != NIT_NULL) && ((((kernel___Object_____eqeq_t)CALL( variable3 /*i*/,COLOR_kernel___Object_____eqeq))==kernel___Object_____eqeq)?(IS_EQUAL_NN( variable3 /*i*/, variable0 /*item*/)):(UNTAG_Bool(((kernel___Object_____eqeq_t)CALL( variable3 /*i*/,COLOR_kernel___Object_____eqeq))( variable3 /*i*/, variable0 /*item*/) /*Object::==*/))))); - if (UNTAG_Bool(variable4)) { /*if*/ - variable1 = TAG_Int(UNTAG_Int(variable1)+UNTAG_Int( TAG_Int(1))) /*nb*/; + if (UNTAG_Bool(REGB0)) { + REGB0 = TAG_Int(1); + /* ./../lib/standard//kernel.nit:215 */ + REGB0 = TAG_Int(UNTAG_Int(closctx->REG[2])+UNTAG_Int(REGB0)); + /* ./../lib/standard//collection//abstract_collection.nit:107 */ + closctx->REG[2] = REGB0; } - continue_8: while(0); - ((abstract_collection___Iterator___next_t)CALL(variable2,COLOR_abstract_collection___Iterator___next))(variable2) /*Iterator::next*/; - } - break_8: while(0); - variable1 = variable1 /*nb*/; - goto return_label7; - return_label7: while(false); - tracehead = trace.prev; - return variable1; -} -val_t abstract_collection___NaiveCollection___first(val_t self) { - struct trace_t trace = {NULL, NULL, 100, LOCATE_abstract_collection___NaiveCollection___first}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = ((abstract_collection___NaiveCollection___length_t)CALL( self,COLOR_abstract_collection___Collection___length))( self) /*NaiveCollection::length*/; - variable0 = TAG_Bool(UNTAG_Int(variable0)>UNTAG_Int( TAG_Int(0))); - if (!UNTAG_Bool(variable0)) { fprintf(stderr, "Assert%s failed", ""); fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___NaiveCollection___first, LOCATE_abstract_collection, 102); nit_exit(1);} - variable0 = ((abstract_collection___Collection___iterator_t)CALL( self,COLOR_abstract_collection___Collection___iterator))( self) /*Collection::iterator*/; - variable0 = ((abstract_collection___Iterator___item_t)CALL(variable0,COLOR_abstract_collection___Iterator___item))(variable0) /*Iterator::item*/; - goto return_label9; - return_label9: while(false); - tracehead = trace.prev; - return variable0; -} -val_t abstract_collection___Iterator___item(val_t self) { - struct trace_t trace = {NULL, NULL, 110, LOCATE_abstract_collection___Iterator___item}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___NaiveCollection___first, LOCATE_abstract_collection, 110); - nit_exit(1); - tracehead = trace.prev; + stack_frame_head = fra.me.prev; + return; + } +val_t abstract_collection___NaiveCollection___first(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t REGB1; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 111; + fra.me.meth = LOCATE_abstract_collection___NaiveCollection___first; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:113 */ + REGB0 = CALL_abstract_collection___Collection___length(fra.me.REG[0])(fra.me.REG[0]); + REGB1 = TAG_Int(0); + /* ./../lib/standard//kernel.nit:214 */ + REGB1 = TAG_Bool(UNTAG_Int(REGB0)>UNTAG_Int(REGB1)); + /* ./../lib/standard//collection//abstract_collection.nit:113 */ + if (UNTAG_Bool(REGB1)) { + } else { + nit_abort("Assert failed", NULL, LOCATE_abstract_collection, 113); + } + /* ./../lib/standard//collection//abstract_collection.nit:114 */ + fra.me.REG[0] = CALL_abstract_collection___Collection___iterator(fra.me.REG[0])(fra.me.REG[0]); + fra.me.REG[0] = CALL_abstract_collection___Iterator___item(fra.me.REG[0])(fra.me.REG[0]); + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return fra.me.REG[0]; +} +val_t abstract_collection___Iterator___item(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 121; + fra.me.meth = LOCATE_abstract_collection___Iterator___item; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:121 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 121); + stack_frame_head = fra.me.prev; return NIT_NULL; } -void abstract_collection___Iterator___next(val_t self) { - struct trace_t trace = {NULL, NULL, 114, LOCATE_abstract_collection___Iterator___next}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___NaiveCollection___first, LOCATE_abstract_collection, 114); - nit_exit(1); - tracehead = trace.prev; +void abstract_collection___Iterator___next(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 125; + fra.me.meth = LOCATE_abstract_collection___Iterator___next; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:125 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 125); + stack_frame_head = fra.me.prev; return; } -val_t abstract_collection___Iterator___is_ok(val_t self) { - struct trace_t trace = {NULL, NULL, 118, LOCATE_abstract_collection___Iterator___is_ok}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___NaiveCollection___first, LOCATE_abstract_collection, 118); - nit_exit(1); - tracehead = trace.prev; +val_t abstract_collection___Iterator___is_ok(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 129; + fra.me.meth = LOCATE_abstract_collection___Iterator___is_ok; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:129 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 129); + stack_frame_head = fra.me.prev; return NIT_NULL; } -val_t abstract_collection___Container___first(val_t self) { - struct trace_t trace = {NULL, NULL, 126, LOCATE_abstract_collection___Container___first}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = ATTR_abstract_collection___Container____item( self) /*Container::_item*/; - goto return_label10; - return_label10: while(false); - tracehead = trace.prev; - return variable0; -} -val_t abstract_collection___Container___is_empty(val_t self) { - struct trace_t trace = {NULL, NULL, 128, LOCATE_abstract_collection___Container___is_empty}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = TAG_Bool(false); - goto return_label11; - return_label11: while(false); - tracehead = trace.prev; - return variable0; -} -val_t abstract_collection___Container___length(val_t self) { - struct trace_t trace = {NULL, NULL, 130, LOCATE_abstract_collection___Container___length}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = TAG_Int(1); - goto return_label12; - return_label12: while(false); - tracehead = trace.prev; - return variable0; -} -val_t abstract_collection___Container___has(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 132, LOCATE_abstract_collection___Container___has}; - val_t variable0; - val_t variable1; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable1 = ATTR_abstract_collection___Container____item( self) /*Container::_item*/; - variable1 = TAG_Bool((variable1 == variable0 /*an_item*/) || ((variable1 != NIT_NULL) && ((((kernel___Object_____eqeq_t)CALL(variable1,COLOR_kernel___Object_____eqeq))==kernel___Object_____eqeq)?(IS_EQUAL_NN(variable1, variable0 /*an_item*/)):(UNTAG_Bool(((kernel___Object_____eqeq_t)CALL(variable1,COLOR_kernel___Object_____eqeq))(variable1, variable0 /*an_item*/) /*Object::==*/))))); - goto return_label13; - return_label13: while(false); - tracehead = trace.prev; - return variable1; -} -val_t abstract_collection___Container___has_only(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 134, LOCATE_abstract_collection___Container___has_only}; - val_t variable0; - val_t variable1; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable1 = ATTR_abstract_collection___Container____item( self) /*Container::_item*/; - variable1 = TAG_Bool((variable1 == variable0 /*an_item*/) || ((variable1 != NIT_NULL) && ((((kernel___Object_____eqeq_t)CALL(variable1,COLOR_kernel___Object_____eqeq))==kernel___Object_____eqeq)?(IS_EQUAL_NN(variable1, variable0 /*an_item*/)):(UNTAG_Bool(((kernel___Object_____eqeq_t)CALL(variable1,COLOR_kernel___Object_____eqeq))(variable1, variable0 /*an_item*/) /*Object::==*/))))); - goto return_label14; - return_label14: while(false); - tracehead = trace.prev; - return variable1; -} -val_t abstract_collection___Container___count(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 136, LOCATE_abstract_collection___Container___count}; - val_t variable0; - val_t variable1; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable1 = ATTR_abstract_collection___Container____item( self) /*Container::_item*/; - variable1 = TAG_Bool((variable1 == variable0 /*an_item*/) || ((variable1 != NIT_NULL) && ((((kernel___Object_____eqeq_t)CALL(variable1,COLOR_kernel___Object_____eqeq))==kernel___Object_____eqeq)?(IS_EQUAL_NN(variable1, variable0 /*an_item*/)):(UNTAG_Bool(((kernel___Object_____eqeq_t)CALL(variable1,COLOR_kernel___Object_____eqeq))(variable1, variable0 /*an_item*/) /*Object::==*/))))); - if (UNTAG_Bool(variable1)) { /*if*/ - variable1 = TAG_Int(1); - goto return_label15; - } else { /*if*/ - variable1 = TAG_Int(0); - goto return_label15; - } - return_label15: while(false); - tracehead = trace.prev; - return variable1; -} -val_t abstract_collection___Container___iterator(val_t self) { - struct trace_t trace = {NULL, NULL, 145, LOCATE_abstract_collection___Container___iterator}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = NEW_abstract_collection___ContainerIterator___init( self); /*new ContainerIterator[E]*/ - goto return_label16; - return_label16: while(false); - tracehead = trace.prev; - return variable0; -} -void abstract_collection___Container___init(val_t self, val_t param0, int* init_table) { - struct trace_t trace = {NULL, NULL, 147, LOCATE_abstract_collection___Container___init}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - if (init_table[VAL2OBJ( self)->vft[INIT_TABLE_POS_Container].i]) return; - ATTR_abstract_collection___Container____item( self) /*Container::_item*/ = variable0 /*e*/; - init_table[VAL2OBJ( self)->vft[INIT_TABLE_POS_Container].i] = 1; - tracehead = trace.prev; +val_t abstract_collection___Container___first(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 137; + fra.me.meth = LOCATE_abstract_collection___Container___first; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:137 */ + fra.me.REG[0] = ATTR_abstract_collection___Container____item(fra.me.REG[0]); + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return fra.me.REG[0]; +} +val_t abstract_collection___Container___is_empty(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 139; + fra.me.meth = LOCATE_abstract_collection___Container___is_empty; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:139 */ + REGB0 = TAG_Bool(false); + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return REGB0; +} +val_t abstract_collection___Container___length(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 141; + fra.me.meth = LOCATE_abstract_collection___Container___length; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:141 */ + REGB0 = TAG_Int(1); + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return REGB0; +} +val_t abstract_collection___Container___has(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t REGB0; + val_t REGB1; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 143; + fra.me.meth = LOCATE_abstract_collection___Container___has; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:143 */ + fra.me.REG[0] = ATTR_abstract_collection___Container____item(fra.me.REG[0]); + REGB0 = TAG_Bool(IS_EQUAL_NN(fra.me.REG[0],fra.me.REG[1])); + if (UNTAG_Bool(REGB0)) { + } else { + REGB1 = TAG_Bool(fra.me.REG[0]==NIT_NULL); + if (UNTAG_Bool(REGB1)) { + REGB1 = TAG_Bool(false); + REGB0 = REGB1; + } else { + REGB1 = CALL_kernel___Object_____eqeq(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[1]); + REGB0 = REGB1; + } + } + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return REGB0; +} +val_t abstract_collection___Container___has_only(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t REGB0; + val_t REGB1; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 145; + fra.me.meth = LOCATE_abstract_collection___Container___has_only; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:145 */ + fra.me.REG[0] = ATTR_abstract_collection___Container____item(fra.me.REG[0]); + REGB0 = TAG_Bool(IS_EQUAL_NN(fra.me.REG[0],fra.me.REG[1])); + if (UNTAG_Bool(REGB0)) { + } else { + REGB1 = TAG_Bool(fra.me.REG[0]==NIT_NULL); + if (UNTAG_Bool(REGB1)) { + REGB1 = TAG_Bool(false); + REGB0 = REGB1; + } else { + REGB1 = CALL_kernel___Object_____eqeq(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[1]); + REGB0 = REGB1; + } + } + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return REGB0; +} +val_t abstract_collection___Container___count(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t REGB0; + val_t REGB1; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 147; + fra.me.meth = LOCATE_abstract_collection___Container___count; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:149 */ + fra.me.REG[0] = ATTR_abstract_collection___Container____item(fra.me.REG[0]); + REGB0 = TAG_Bool(IS_EQUAL_NN(fra.me.REG[0],fra.me.REG[1])); + if (UNTAG_Bool(REGB0)) { + } else { + REGB1 = TAG_Bool(fra.me.REG[0]==NIT_NULL); + if (UNTAG_Bool(REGB1)) { + REGB1 = TAG_Bool(false); + REGB0 = REGB1; + } else { + REGB1 = CALL_kernel___Object_____eqeq(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[1]); + REGB0 = REGB1; + } + } + if (UNTAG_Bool(REGB0)) { + /* ./../lib/standard//collection//abstract_collection.nit:150 */ + REGB0 = TAG_Int(1); + goto label1; + } else { + /* ./../lib/standard//collection//abstract_collection.nit:152 */ + REGB1 = TAG_Int(0); + REGB0 = REGB1; + goto label1; + } + label1: while(0); + stack_frame_head = fra.me.prev; + return REGB0; +} +val_t abstract_collection___Container___iterator(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 156; + fra.me.meth = LOCATE_abstract_collection___Container___iterator; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:156 */ + fra.me.REG[0] = NEW_ContainerIterator_abstract_collection___ContainerIterator___init(fra.me.REG[0]); + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return fra.me.REG[0]; +} +void abstract_collection___Container___init(val_t p0, val_t p1, int* init_table){ + int itpos0 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_Container].i; + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t tmp; + if (init_table[itpos0]) return; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 158; + fra.me.meth = LOCATE_abstract_collection___Container___init; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:159 */ + ATTR_abstract_collection___Container____item(fra.me.REG[0]) = fra.me.REG[1]; + stack_frame_head = fra.me.prev; + init_table[itpos0] = 1; return; } -val_t abstract_collection___Container___item(val_t self) { - struct trace_t trace = {NULL, NULL, 150, LOCATE_abstract_collection___Container___item}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - tracehead = trace.prev; - return ATTR_abstract_collection___Container____item( self) /*Container::_item*/; -} -void abstract_collection___Container___item__eq(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 150, LOCATE_abstract_collection___Container___item__eq}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - ATTR_abstract_collection___Container____item( self) /*Container::_item*/ = param0; - tracehead = trace.prev; +val_t abstract_collection___Container___item(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 161; + fra.me.meth = LOCATE_abstract_collection___Container___item; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:161 */ + fra.me.REG[0] = ATTR_abstract_collection___Container____item(fra.me.REG[0]); + stack_frame_head = fra.me.prev; + return fra.me.REG[0]; +} +void abstract_collection___Container___item__eq(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 161; + fra.me.meth = LOCATE_abstract_collection___Container___item__eq; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:161 */ + ATTR_abstract_collection___Container____item(fra.me.REG[0]) = fra.me.REG[1]; + stack_frame_head = fra.me.prev; return; } -val_t abstract_collection___ContainerIterator___item(val_t self) { - struct trace_t trace = {NULL, NULL, 157, LOCATE_abstract_collection___ContainerIterator___item}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = ATTR_abstract_collection___ContainerIterator____container( self) /*ContainerIterator::_container*/; - variable0 = ((abstract_collection___Container___item_t)CALL(variable0,COLOR_abstract_collection___Container___item))(variable0) /*Container::item*/; - goto return_label18; - return_label18: while(false); - tracehead = trace.prev; - return variable0; -} -void abstract_collection___ContainerIterator___next(val_t self) { - struct trace_t trace = {NULL, NULL, 159, LOCATE_abstract_collection___ContainerIterator___next}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - ATTR_abstract_collection___ContainerIterator____is_ok( self) /*ContainerIterator::_is_ok*/ = TAG_Bool(false); - tracehead = trace.prev; +val_t abstract_collection___ContainerIterator___item(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 168; + fra.me.meth = LOCATE_abstract_collection___ContainerIterator___item; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:168 */ + REGB0 = TAG_Bool(ATTR_abstract_collection___ContainerIterator____container(fra.me.REG[0])!=NIT_NULL); + if (UNTAG_Bool(REGB0)) { + } else { + nit_abort("Uninitialized attribute %s", "_container", LOCATE_abstract_collection, 168); + } + fra.me.REG[0] = ATTR_abstract_collection___ContainerIterator____container(fra.me.REG[0]); + fra.me.REG[0] = CALL_abstract_collection___Container___item(fra.me.REG[0])(fra.me.REG[0]); + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return fra.me.REG[0]; +} +void abstract_collection___ContainerIterator___next(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 170; + fra.me.meth = LOCATE_abstract_collection___ContainerIterator___next; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:170 */ + REGB0 = TAG_Bool(false); + ATTR_abstract_collection___ContainerIterator____is_ok(fra.me.REG[0]) = REGB0; + stack_frame_head = fra.me.prev; return; } -void abstract_collection___ContainerIterator___init(val_t self, val_t param0, int* init_table) { - struct trace_t trace = {NULL, NULL, 161, LOCATE_abstract_collection___ContainerIterator___init}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - if (init_table[VAL2OBJ( self)->vft[INIT_TABLE_POS_ContainerIterator].i]) return; - ATTR_abstract_collection___ContainerIterator____container( self) /*ContainerIterator::_container*/ = variable0 /*c*/; - init_table[VAL2OBJ( self)->vft[INIT_TABLE_POS_ContainerIterator].i] = 1; - tracehead = trace.prev; +void abstract_collection___ContainerIterator___init(val_t p0, val_t p1, int* init_table){ + int itpos1 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_ContainerIterator].i; + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t tmp; + if (init_table[itpos1]) return; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 172; + fra.me.meth = LOCATE_abstract_collection___ContainerIterator___init; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:172 */ + ATTR_abstract_collection___ContainerIterator____container(fra.me.REG[0]) = fra.me.REG[1]; + stack_frame_head = fra.me.prev; + init_table[itpos1] = 1; return; } -val_t abstract_collection___ContainerIterator___is_ok(val_t self) { - struct trace_t trace = {NULL, NULL, 163, LOCATE_abstract_collection___ContainerIterator___is_ok}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - tracehead = trace.prev; - return ATTR_abstract_collection___ContainerIterator____is_ok( self) /*ContainerIterator::_is_ok*/; -} -void abstract_collection___RemovableCollection___clear(val_t self) { - struct trace_t trace = {NULL, NULL, 171, LOCATE_abstract_collection___RemovableCollection___clear}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___ContainerIterator___init, LOCATE_abstract_collection, 171); - nit_exit(1); - tracehead = trace.prev; +val_t abstract_collection___ContainerIterator___is_ok(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 174; + fra.me.meth = LOCATE_abstract_collection___ContainerIterator___is_ok; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:174 */ + REGB0 = TAG_Bool(ATTR_abstract_collection___ContainerIterator____is_ok(fra.me.REG[0])!=NIT_NULL); + if (UNTAG_Bool(REGB0)) { + } else { + nit_abort("Uninitialized attribute %s", "_is_ok", LOCATE_abstract_collection, 174); + } + REGB0 = ATTR_abstract_collection___ContainerIterator____is_ok(fra.me.REG[0]); + stack_frame_head = fra.me.prev; + return REGB0; +} +void abstract_collection___RemovableCollection___clear(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 182; + fra.me.meth = LOCATE_abstract_collection___RemovableCollection___clear; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:182 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 182); + stack_frame_head = fra.me.prev; return; } -void abstract_collection___RemovableCollection___remove(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 174, LOCATE_abstract_collection___RemovableCollection___remove}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___ContainerIterator___init, LOCATE_abstract_collection, 174); - nit_exit(1); - tracehead = trace.prev; +void abstract_collection___RemovableCollection___remove(val_t p0, val_t p1){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 185; + fra.me.meth = LOCATE_abstract_collection___RemovableCollection___remove; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:185 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 185); + stack_frame_head = fra.me.prev; return; } -void abstract_collection___RemovableCollection___remove_all(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 177, LOCATE_abstract_collection___RemovableCollection___remove_all}; - val_t variable0; - val_t variable1; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - while (true) { /*while*/ - variable1 = ((abstract_collection___Collection___has_t)CALL( self,COLOR_abstract_collection___Collection___has))( self, variable0 /*item*/) /*Collection::has*/; - if (!UNTAG_Bool(variable1)) break; /* while*/ - ((abstract_collection___RemovableCollection___remove_t)CALL( self,COLOR_abstract_collection___RemovableCollection___remove))( self, variable0 /*item*/) /*RemovableCollection::remove*/; - continue_22: while(0); - } - break_22: while(0); - tracehead = trace.prev; +void abstract_collection___RemovableCollection___remove_all(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 188; + fra.me.meth = LOCATE_abstract_collection___RemovableCollection___remove_all; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:189 */ + while(1) { + REGB0 = CALL_abstract_collection___Collection___has(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[1]); + if (UNTAG_Bool(REGB0)) { + CALL_abstract_collection___RemovableCollection___remove(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[1]); + } else { + goto label1; + } + } + label1: while(0); + stack_frame_head = fra.me.prev; return; } -void abstract_collection___SimpleCollection___add(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 184, LOCATE_abstract_collection___SimpleCollection___add}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___RemovableCollection___remove_all, LOCATE_abstract_collection, 184); - nit_exit(1); - tracehead = trace.prev; +void abstract_collection___SimpleCollection___add(val_t p0, val_t p1){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 195; + fra.me.meth = LOCATE_abstract_collection___SimpleCollection___add; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:195 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 195); + stack_frame_head = fra.me.prev; return; } -void abstract_collection___SimpleCollection___add_all(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 188, LOCATE_abstract_collection___SimpleCollection___add_all}; - val_t variable0; - val_t variable1; - val_t variable2; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable1 = TAG_Bool(!UNTAG_Bool(TAG_Bool(( variable0 /*coll*/ == NIT_NULL /*null*/) || (( variable0 /*coll*/ != NIT_NULL) && ((((kernel___Object_____eqeq_t)CALL( variable0 /*coll*/,COLOR_kernel___Object_____eqeq))==kernel___Object_____eqeq)?(IS_EQUAL_NN( variable0 /*coll*/, NIT_NULL /*null*/)):(UNTAG_Bool(((kernel___Object_____eqeq_t)CALL( variable0 /*coll*/,COLOR_kernel___Object_____eqeq))( variable0 /*coll*/, NIT_NULL /*null*/) /*Object::==*/))))))); - if (UNTAG_Bool(variable1)) { /*if*/ - variable1 = ((abstract_collection___Collection___iterator_t)CALL( variable0 /*coll*/,COLOR_abstract_collection___Collection___iterator))( variable0 /*coll*/) /*Collection::iterator*/; - while (true) { /*for*/ - variable2 = ((abstract_collection___Iterator___is_ok_t)CALL(variable1,COLOR_abstract_collection___Iterator___is_ok))(variable1) /*Iterator::is_ok*/; - if (!UNTAG_Bool(variable2)) break; /*for*/ - variable2 = ((abstract_collection___Iterator___item_t)CALL(variable1,COLOR_abstract_collection___Iterator___item))(variable1) /*Iterator::item*/; - ((abstract_collection___SimpleCollection___add_t)CALL( self,COLOR_abstract_collection___SimpleCollection___add))( self, variable2 /*i*/) /*SimpleCollection::add*/; - continue_24: while(0); - ((abstract_collection___Iterator___next_t)CALL(variable1,COLOR_abstract_collection___Iterator___next))(variable1) /*Iterator::next*/; - } - break_24: while(0); - } - tracehead = trace.prev; +void abstract_collection___SimpleCollection___add_all(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 199; + fra.me.meth = LOCATE_abstract_collection___SimpleCollection___add_all; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + CALL_abstract_collection___Collection___iterate(fra.me.REG[1])(fra.me.REG[1], (&(fra.me)), ((fun_t)OC_abstract_collection___SimpleCollection___add_all_1)); + stack_frame_head = fra.me.prev; return; } -val_t abstract_collection___Set___has_only(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 204, LOCATE_abstract_collection___Set___has_only}; - val_t variable0; - val_t variable1; - val_t variable2; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable2 = ((abstract_collection___Collection___length_t)CALL( self,COLOR_abstract_collection___Collection___length))( self) /*Collection::length*/; - variable1 = variable2; - variable2 = TAG_Bool(( variable1 /*l*/)==( TAG_Int(1))); - if (UNTAG_Bool(variable2)) { /*if*/ - variable2 = ((abstract_collection___Collection___has_t)CALL( self,COLOR_abstract_collection___Collection___has))( self, variable0 /*item*/) /*Collection::has*/; - variable1 = variable2; - goto return_label25; - } else { /*if*/ - variable2 = TAG_Bool(( variable1 /*l*/)==( TAG_Int(0))); - if (UNTAG_Bool(variable2)) { /*if*/ - variable1 = TAG_Bool(true); - goto return_label25; - } else { /*if*/ - variable1 = TAG_Bool(false); - goto return_label25; + void OC_abstract_collection___SimpleCollection___add_all_1(struct stack_frame_t *closctx, val_t p0, struct stack_frame_t *closctx_param, fun_t clos_fun0){ + struct {struct stack_frame_t me;} fra; + fun_t CREG[1]; + val_t tmp; + /* ./../lib/standard//collection//abstract_collection.nit:200 */ + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 0; + fra.me.meth = LOCATE_abstract_collection___SimpleCollection___add_all; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.closure_ctx = closctx_param; + fra.me.closure_funs = CREG; + fra.me.REG[0] = p0; + CREG[0] = clos_fun0; + CALL_abstract_collection___SimpleCollection___add(closctx->REG[0])(closctx->REG[0], fra.me.REG[0]); + stack_frame_head = fra.me.prev; + return; + } +val_t abstract_collection___Set___has_only(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t REGB0; + val_t REGB1; + val_t REGB2; + val_t REGB3; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 215; + fra.me.meth = LOCATE_abstract_collection___Set___has_only; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:217 */ + REGB0 = CALL_abstract_collection___Collection___length(fra.me.REG[0])(fra.me.REG[0]); + /* ./../lib/standard//collection//abstract_collection.nit:218 */ + REGB1 = TAG_Int(1); + REGB2 = TAG_Bool(IS_EQUAL_OO(REGB0,REGB1)); + if (UNTAG_Bool(REGB2)) { + } else { + /* ./../lib/standard//kernel.nit:207 */ + REGB1 = TAG_Bool((REGB0)==(REGB1)); + /* ./../lib/standard//collection//abstract_collection.nit:218 */ + REGB2 = REGB1; + } + if (UNTAG_Bool(REGB2)) { + /* ./../lib/standard//collection//abstract_collection.nit:219 */ + REGB2 = CALL_abstract_collection___Collection___has(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[1]); + goto label1; + } else { + /* ./../lib/standard//collection//abstract_collection.nit:220 */ + REGB1 = TAG_Int(0); + REGB3 = TAG_Bool(IS_EQUAL_OO(REGB0,REGB1)); + if (UNTAG_Bool(REGB3)) { + } else { + /* ./../lib/standard//kernel.nit:207 */ + REGB1 = TAG_Bool((REGB0)==(REGB1)); + /* ./../lib/standard//collection//abstract_collection.nit:220 */ + REGB3 = REGB1; + } + if (UNTAG_Bool(REGB3)) { + /* ./../lib/standard//collection//abstract_collection.nit:221 */ + REGB3 = TAG_Bool(true); + REGB2 = REGB3; + goto label1; + } else { + /* ./../lib/standard//collection//abstract_collection.nit:223 */ + REGB3 = TAG_Bool(false); + REGB2 = REGB3; + goto label1; } } - return_label25: while(false); - tracehead = trace.prev; - return variable1; -} -val_t abstract_collection___Set___count(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 216, LOCATE_abstract_collection___Set___count}; - val_t variable0; - val_t variable1; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable1 = ((abstract_collection___Collection___has_t)CALL( self,COLOR_abstract_collection___Collection___has))( self, variable0 /*item*/) /*Collection::has*/; - if (UNTAG_Bool(variable1)) { /*if*/ - variable1 = TAG_Int(1); - goto return_label26; - } else { /*if*/ - variable1 = TAG_Int(0); - goto return_label26; - } - return_label26: while(false); - tracehead = trace.prev; - return variable1; -} -void abstract_collection___Set___remove_all(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 226, LOCATE_abstract_collection___Set___remove_all}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - ((abstract_collection___RemovableCollection___remove_t)CALL( self,COLOR_abstract_collection___RemovableCollection___remove))( self, variable0 /*item*/) /*RemovableCollection::remove*/; - tracehead = trace.prev; + label1: while(0); + stack_frame_head = fra.me.prev; + return REGB2; +} +val_t abstract_collection___Set___count(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t REGB0; + val_t REGB1; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 227; + fra.me.meth = LOCATE_abstract_collection___Set___count; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:230 */ + REGB0 = CALL_abstract_collection___Collection___has(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[1]); + if (UNTAG_Bool(REGB0)) { + /* ./../lib/standard//collection//abstract_collection.nit:231 */ + REGB0 = TAG_Int(1); + goto label1; + } else { + /* ./../lib/standard//collection//abstract_collection.nit:233 */ + REGB1 = TAG_Int(0); + REGB0 = REGB1; + goto label1; + } + label1: while(0); + stack_frame_head = fra.me.prev; + return REGB0; +} +void abstract_collection___Set___remove_all(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 237; + fra.me.meth = LOCATE_abstract_collection___Set___remove_all; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:238 */ + CALL_abstract_collection___RemovableCollection___remove(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[1]); + stack_frame_head = fra.me.prev; return; } -val_t abstract_collection___Map_____bra(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 244, LOCATE_abstract_collection___Map_____bra}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___Set___remove_all, LOCATE_abstract_collection, 244); - nit_exit(1); - tracehead = trace.prev; +val_t abstract_collection___MapRead_____bra(val_t p0, val_t p1){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 243; + fra.me.meth = LOCATE_abstract_collection___MapRead_____bra; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:243 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 243); + stack_frame_head = fra.me.prev; return NIT_NULL; } -void abstract_collection___Map_____braeq(val_t self, val_t param0, val_t param1) { - struct trace_t trace = {NULL, NULL, 247, LOCATE_abstract_collection___Map_____braeq}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___Set___remove_all, LOCATE_abstract_collection, 247); - nit_exit(1); - tracehead = trace.prev; - return; +val_t abstract_collection___MapRead___has_key(val_t p0, val_t p1){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 246; + fra.me.meth = LOCATE_abstract_collection___MapRead___has_key; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:246 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 246); + stack_frame_head = fra.me.prev; + return NIT_NULL; } -val_t abstract_collection___Map___has_key(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 250, LOCATE_abstract_collection___Map___has_key}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___Set___remove_all, LOCATE_abstract_collection, 250); - nit_exit(1); - tracehead = trace.prev; +val_t abstract_collection___MapRead___iterator(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 249; + fra.me.meth = LOCATE_abstract_collection___MapRead___iterator; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:249 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 249); + stack_frame_head = fra.me.prev; return NIT_NULL; } -void abstract_collection___Map___remove_at(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 253, LOCATE_abstract_collection___Map___remove_at}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___Set___remove_all, LOCATE_abstract_collection, 253); - nit_exit(1); - tracehead = trace.prev; +void abstract_collection___Map_____braeq(val_t p0, val_t p1, val_t p2){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 267; + fra.me.meth = LOCATE_abstract_collection___Map_____braeq; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:267 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 267); + stack_frame_head = fra.me.prev; + return; +} +void abstract_collection___Map___remove_at(val_t p0, val_t p1){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 270; + fra.me.meth = LOCATE_abstract_collection___Map___remove_at; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:270 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 270); + stack_frame_head = fra.me.prev; return; } -void abstract_collection___Map___recover_with(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 256, LOCATE_abstract_collection___Map___recover_with}; - val_t variable0; - val_t variable1; - val_t variable2; - val_t variable3; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable2 = ((abstract_collection___Map___iterator_t)CALL( variable0 /*map*/,COLOR_abstract_collection___Collection___iterator))( variable0 /*map*/) /*Map::iterator*/; - variable1 = variable2; - while (true) { /*while*/ - variable2 = ((abstract_collection___Iterator___is_ok_t)CALL( variable1 /*i*/,COLOR_abstract_collection___Iterator___is_ok))( variable1 /*i*/) /*Iterator::is_ok*/; - if (!UNTAG_Bool(variable2)) break; /* while*/ - variable2 = ((abstract_collection___MapIterator___key_t)CALL( variable1 /*i*/,COLOR_abstract_collection___MapIterator___key))( variable1 /*i*/) /*MapIterator::key*/; - variable3 = ((abstract_collection___Iterator___item_t)CALL( variable1 /*i*/,COLOR_abstract_collection___Iterator___item))( variable1 /*i*/) /*Iterator::item*/; - ((abstract_collection___Map_____braeq_t)CALL( self,COLOR_abstract_collection___Map_____braeq))( self, variable2, variable3) /*Map::[]=*/; - ((abstract_collection___Iterator___next_t)CALL( variable1 /*i*/,COLOR_abstract_collection___Iterator___next))( variable1 /*i*/) /*Iterator::next*/; - continue_29: while(0); - } - break_29: while(0); - tracehead = trace.prev; +void abstract_collection___Map___recover_with(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[3];} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 273; + fra.me.meth = LOCATE_abstract_collection___Map___recover_with; + fra.me.has_broke = 0; + fra.me.REG_size = 4; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[2] = NIT_NULL; + fra.me.REG[3] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:277 */ + fra.me.REG[1] = CALL_abstract_collection___Collection___iterator(fra.me.REG[1])(fra.me.REG[1]); + /* ./../lib/standard//collection//abstract_collection.nit:278 */ + while(1) { + REGB0 = CALL_abstract_collection___Iterator___is_ok(fra.me.REG[1])(fra.me.REG[1]); + if (UNTAG_Bool(REGB0)) { + /* ./../lib/standard//collection//abstract_collection.nit:279 */ + fra.me.REG[2] = CALL_abstract_collection___MapIterator___key(fra.me.REG[1])(fra.me.REG[1]); + fra.me.REG[3] = CALL_abstract_collection___Iterator___item(fra.me.REG[1])(fra.me.REG[1]); + CALL_abstract_collection___Map_____braeq(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[2], fra.me.REG[3]); + /* ./../lib/standard//collection//abstract_collection.nit:280 */ + CALL_abstract_collection___Iterator___next(fra.me.REG[1])(fra.me.REG[1]); + } else { + /* ./../lib/standard//collection//abstract_collection.nit:278 */ + goto label1; + } + } + label1: while(0); + stack_frame_head = fra.me.prev; return; } -val_t abstract_collection___Map___iterator(val_t self) { - struct trace_t trace = {NULL, NULL, 267, LOCATE_abstract_collection___Map___iterator}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___Map___recover_with, LOCATE_abstract_collection, 267); - nit_exit(1); - tracehead = trace.prev; +val_t abstract_collection___MapIterator___key(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 288; + fra.me.meth = LOCATE_abstract_collection___MapIterator___key; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:288 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 288); + stack_frame_head = fra.me.prev; return NIT_NULL; } -val_t abstract_collection___MapIterator___key(val_t self) { - struct trace_t trace = {NULL, NULL, 273, LOCATE_abstract_collection___MapIterator___key}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___Map___recover_with, LOCATE_abstract_collection, 273); - nit_exit(1); - tracehead = trace.prev; +val_t abstract_collection___SequenceRead___first(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 299; + fra.me.meth = LOCATE_abstract_collection___SequenceRead___first; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:303 */ + REGB0 = CALL_abstract_collection___Collection___is_empty(fra.me.REG[0])(fra.me.REG[0]); + REGB0 = TAG_Bool(!UNTAG_Bool(REGB0)); + if (UNTAG_Bool(REGB0)) { + } else { + nit_abort("Assert %s failed", "'not_empty'", LOCATE_abstract_collection, 303); + } + /* ./../lib/standard//collection//abstract_collection.nit:304 */ + REGB0 = TAG_Int(0); + fra.me.REG[0] = CALL_abstract_collection___MapRead_____bra(fra.me.REG[0])(fra.me.REG[0], REGB0); + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return fra.me.REG[0]; +} +val_t abstract_collection___SequenceRead___last(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t REGB1; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 307; + fra.me.meth = LOCATE_abstract_collection___SequenceRead___last; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:311 */ + REGB0 = CALL_abstract_collection___Collection___is_empty(fra.me.REG[0])(fra.me.REG[0]); + REGB0 = TAG_Bool(!UNTAG_Bool(REGB0)); + if (UNTAG_Bool(REGB0)) { + } else { + nit_abort("Assert %s failed", "'not_empty'", LOCATE_abstract_collection, 311); + } + /* ./../lib/standard//collection//abstract_collection.nit:312 */ + REGB0 = CALL_abstract_collection___Collection___length(fra.me.REG[0])(fra.me.REG[0]); + REGB1 = TAG_Int(1); + /* ./../lib/standard//kernel.nit:217 */ + REGB1 = TAG_Int(UNTAG_Int(REGB0)-UNTAG_Int(REGB1)); + /* ./../lib/standard//collection//abstract_collection.nit:312 */ + fra.me.REG[0] = CALL_abstract_collection___MapRead_____bra(fra.me.REG[0])(fra.me.REG[0], REGB1); + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return fra.me.REG[0]; +} +val_t abstract_collection___SequenceRead___index_of(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[2];} fra; + val_t REGB0; + val_t REGB1; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 315; + fra.me.meth = LOCATE_abstract_collection___SequenceRead___index_of; + fra.me.has_broke = 0; + fra.me.REG_size = 3; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[2] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:319 */ + fra.me.REG[0] = CALL_abstract_collection___Collection___iterator(fra.me.REG[0])(fra.me.REG[0]); + /* ./../lib/standard//collection//abstract_collection.nit:320 */ + while(1) { + REGB0 = CALL_abstract_collection___Iterator___is_ok(fra.me.REG[0])(fra.me.REG[0]); + if (UNTAG_Bool(REGB0)) { + /* ./../lib/standard//collection//abstract_collection.nit:321 */ + fra.me.REG[2] = CALL_abstract_collection___Iterator___item(fra.me.REG[0])(fra.me.REG[0]); + REGB0 = TAG_Bool(IS_EQUAL_NN(fra.me.REG[2],fra.me.REG[1])); + if (UNTAG_Bool(REGB0)) { + } else { + REGB1 = TAG_Bool(fra.me.REG[2]==NIT_NULL); + if (UNTAG_Bool(REGB1)) { + REGB1 = TAG_Bool(false); + REGB0 = REGB1; + } else { + REGB1 = CALL_kernel___Object_____eqeq(fra.me.REG[2])(fra.me.REG[2], fra.me.REG[1]); + REGB0 = REGB1; + } + } + if (UNTAG_Bool(REGB0)) { + REGB0 = CALL_abstract_collection___IndexedIterator___index(fra.me.REG[0])(fra.me.REG[0]); + goto label1; + } + /* ./../lib/standard//collection//abstract_collection.nit:322 */ + CALL_abstract_collection___Iterator___next(fra.me.REG[0])(fra.me.REG[0]); + } else { + /* ./../lib/standard//collection//abstract_collection.nit:320 */ + goto label2; + } + } + label2: while(0); + /* ./../lib/standard//collection//abstract_collection.nit:324 */ + REGB1 = TAG_Int(1); + /* ./../lib/standard//kernel.nit:216 */ + REGB1 = TAG_Int(-UNTAG_Int(REGB1)); + /* ./../lib/standard//collection//abstract_collection.nit:324 */ + REGB0 = REGB1; + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return REGB0; +} +val_t abstract_collection___SequenceRead___iterator(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 327; + fra.me.meth = LOCATE_abstract_collection___SequenceRead___iterator; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:327 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 327); + stack_frame_head = fra.me.prev; return NIT_NULL; } -void abstract_collection___MapIterator___item__eq(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 276, LOCATE_abstract_collection___MapIterator___item__eq}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___Map___recover_with, LOCATE_abstract_collection, 276); - nit_exit(1); - tracehead = trace.prev; +void abstract_collection___Sequence___first__eq(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 336; + fra.me.meth = LOCATE_abstract_collection___Sequence___first__eq; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:339 */ + REGB0 = TAG_Int(0); + CALL_abstract_collection___Map_____braeq(fra.me.REG[0])(fra.me.REG[0], REGB0, fra.me.REG[1]); + stack_frame_head = fra.me.prev; return; } -val_t abstract_collection___IndexedCollection___first(val_t self) { - struct trace_t trace = {NULL, NULL, 285, LOCATE_abstract_collection___IndexedCollection___first}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = ((abstract_collection___Collection___is_empty_t)CALL( self,COLOR_abstract_collection___Collection___is_empty))( self) /*Collection::is_empty*/; - if (!UNTAG_Bool( TAG_Bool(!UNTAG_Bool(variable0)))) { fprintf(stderr, "Assert%s failed", " 'not_empty' "); fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___IndexedCollection___first, LOCATE_abstract_collection, 289); nit_exit(1);} - variable0 = ((abstract_collection___Map_____bra_t)CALL( self,COLOR_abstract_collection___Map_____bra))( self, TAG_Int(0)) /*Map::[]*/; - goto return_label30; - return_label30: while(false); - tracehead = trace.prev; - return variable0; -} -void abstract_collection___IndexedCollection___first__eq(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 293, LOCATE_abstract_collection___IndexedCollection___first__eq}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - ((abstract_collection___Map_____braeq_t)CALL( self,COLOR_abstract_collection___Map_____braeq))( self, TAG_Int(0), variable0 /*item*/) /*Map::[]=*/; - tracehead = trace.prev; +void abstract_collection___Sequence___last__eq(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t REGB0; + val_t REGB1; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 341; + fra.me.meth = LOCATE_abstract_collection___Sequence___last__eq; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:345 */ + REGB0 = CALL_abstract_collection___Collection___length(fra.me.REG[0])(fra.me.REG[0]); + /* ./../lib/standard//collection//abstract_collection.nit:346 */ + REGB1 = TAG_Int(0); + /* ./../lib/standard//kernel.nit:214 */ + REGB1 = TAG_Bool(UNTAG_Int(REGB0)>UNTAG_Int(REGB1)); + /* ./../lib/standard//collection//abstract_collection.nit:346 */ + if (UNTAG_Bool(REGB1)) { + /* ./../lib/standard//collection//abstract_collection.nit:347 */ + REGB1 = TAG_Int(1); + /* ./../lib/standard//kernel.nit:217 */ + REGB1 = TAG_Int(UNTAG_Int(REGB0)-UNTAG_Int(REGB1)); + /* ./../lib/standard//collection//abstract_collection.nit:347 */ + CALL_abstract_collection___Map_____braeq(fra.me.REG[0])(fra.me.REG[0], REGB1, fra.me.REG[1]); + } else { + /* ./../lib/standard//collection//abstract_collection.nit:349 */ + REGB1 = TAG_Int(0); + CALL_abstract_collection___Map_____braeq(fra.me.REG[0])(fra.me.REG[0], REGB1, fra.me.REG[1]); + } + stack_frame_head = fra.me.prev; return; } -val_t abstract_collection___IndexedCollection___last(val_t self) { - struct trace_t trace = {NULL, NULL, 298, LOCATE_abstract_collection___IndexedCollection___last}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = ((abstract_collection___Collection___is_empty_t)CALL( self,COLOR_abstract_collection___Collection___is_empty))( self) /*Collection::is_empty*/; - if (!UNTAG_Bool( TAG_Bool(!UNTAG_Bool(variable0)))) { fprintf(stderr, "Assert%s failed", " 'not_empty' "); fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___IndexedCollection___last, LOCATE_abstract_collection, 302); nit_exit(1);} - variable0 = ((abstract_collection___Collection___length_t)CALL( self,COLOR_abstract_collection___Collection___length))( self) /*Collection::length*/; - variable0 = TAG_Int(UNTAG_Int(variable0)-UNTAG_Int( TAG_Int(1))); - variable0 = ((abstract_collection___Map_____bra_t)CALL( self,COLOR_abstract_collection___Map_____bra))( self, variable0) /*Map::[]*/; - goto return_label32; - return_label32: while(false); - tracehead = trace.prev; - return variable0; -} -void abstract_collection___IndexedCollection___last__eq(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 306, LOCATE_abstract_collection___IndexedCollection___last__eq}; - val_t variable0; - val_t variable1; - val_t variable2; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable2 = ((abstract_collection___Collection___length_t)CALL( self,COLOR_abstract_collection___Collection___length))( self) /*Collection::length*/; - variable1 = variable2; - variable2 = TAG_Bool(UNTAG_Int( variable1 /*l*/)>UNTAG_Int( TAG_Int(0))); - if (UNTAG_Bool(variable2)) { /*if*/ - variable2 = TAG_Int(UNTAG_Int( variable1 /*l*/)-UNTAG_Int( TAG_Int(1))); - ((abstract_collection___Map_____braeq_t)CALL( self,COLOR_abstract_collection___Map_____braeq))( self, variable2, variable0 /*item*/) /*Map::[]=*/; - } else { /*if*/ - ((abstract_collection___Map_____braeq_t)CALL( self,COLOR_abstract_collection___Map_____braeq))( self, TAG_Int(0), variable0 /*item*/) /*Map::[]=*/; - } - tracehead = trace.prev; +void abstract_collection___Sequence___add(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 353; + fra.me.meth = LOCATE_abstract_collection___Sequence___add; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:354 */ + CALL_abstract_collection___Sequence___push(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[1]); + stack_frame_head = fra.me.prev; return; } -void abstract_collection___IndexedCollection___add(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 318, LOCATE_abstract_collection___IndexedCollection___add}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - ((abstract_collection___IndexedCollection___push_t)CALL( self,COLOR_abstract_collection___IndexedCollection___push))( self, variable0 /*e*/) /*IndexedCollection::push*/; - tracehead = trace.prev; +void abstract_collection___Sequence___push(val_t p0, val_t p1){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 356; + fra.me.meth = LOCATE_abstract_collection___Sequence___push; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:356 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 356); + stack_frame_head = fra.me.prev; return; } -void abstract_collection___IndexedCollection___push(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 321, LOCATE_abstract_collection___IndexedCollection___push}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___IndexedCollection___add, LOCATE_abstract_collection, 321); - nit_exit(1); - tracehead = trace.prev; +void abstract_collection___Sequence___append(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 359; + fra.me.meth = LOCATE_abstract_collection___Sequence___append; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + CALL_abstract_collection___Collection___iterate(fra.me.REG[1])(fra.me.REG[1], (&(fra.me)), ((fun_t)OC_abstract_collection___Sequence___append_1)); + stack_frame_head = fra.me.prev; return; } -void abstract_collection___IndexedCollection___append(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 324, LOCATE_abstract_collection___IndexedCollection___append}; - val_t variable0; - val_t variable1; - val_t variable2; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable1 = TAG_Bool(!UNTAG_Bool(TAG_Bool(( variable0 /*coll*/ == NIT_NULL /*null*/) || (( variable0 /*coll*/ != NIT_NULL) && ((((kernel___Object_____eqeq_t)CALL( variable0 /*coll*/,COLOR_kernel___Object_____eqeq))==kernel___Object_____eqeq)?(IS_EQUAL_NN( variable0 /*coll*/, NIT_NULL /*null*/)):(UNTAG_Bool(((kernel___Object_____eqeq_t)CALL( variable0 /*coll*/,COLOR_kernel___Object_____eqeq))( variable0 /*coll*/, NIT_NULL /*null*/) /*Object::==*/))))))); - if (UNTAG_Bool(variable1)) { /*if*/ - variable1 = ((abstract_collection___Collection___iterator_t)CALL( variable0 /*coll*/,COLOR_abstract_collection___Collection___iterator))( variable0 /*coll*/) /*Collection::iterator*/; - while (true) { /*for*/ - variable2 = ((abstract_collection___Iterator___is_ok_t)CALL(variable1,COLOR_abstract_collection___Iterator___is_ok))(variable1) /*Iterator::is_ok*/; - if (!UNTAG_Bool(variable2)) break; /*for*/ - variable2 = ((abstract_collection___Iterator___item_t)CALL(variable1,COLOR_abstract_collection___Iterator___item))(variable1) /*Iterator::item*/; - ((abstract_collection___IndexedCollection___push_t)CALL( self,COLOR_abstract_collection___IndexedCollection___push))( self, variable2 /*i*/) /*IndexedCollection::push*/; - continue_36: while(0); - ((abstract_collection___Iterator___next_t)CALL(variable1,COLOR_abstract_collection___Iterator___next))(variable1) /*Iterator::next*/; - } - break_36: while(0); + void OC_abstract_collection___Sequence___append_1(struct stack_frame_t *closctx, val_t p0, struct stack_frame_t *closctx_param, fun_t clos_fun0){ + struct {struct stack_frame_t me;} fra; + fun_t CREG[1]; + val_t tmp; + /* ./../lib/standard//collection//abstract_collection.nit:360 */ + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 0; + fra.me.meth = LOCATE_abstract_collection___Sequence___append; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.closure_ctx = closctx_param; + fra.me.closure_funs = CREG; + fra.me.REG[0] = p0; + CREG[0] = clos_fun0; + CALL_abstract_collection___Sequence___push(closctx->REG[0])(closctx->REG[0], fra.me.REG[0]); + stack_frame_head = fra.me.prev; + return; } - tracehead = trace.prev; - return; -} -val_t abstract_collection___IndexedCollection___pop(val_t self) { - struct trace_t trace = {NULL, NULL, 327, LOCATE_abstract_collection___IndexedCollection___pop}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___IndexedCollection___append, LOCATE_abstract_collection, 327); - nit_exit(1); - tracehead = trace.prev; +val_t abstract_collection___Sequence___pop(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 362; + fra.me.meth = LOCATE_abstract_collection___Sequence___pop; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:362 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 362); + stack_frame_head = fra.me.prev; return NIT_NULL; } -void abstract_collection___IndexedCollection___unshift(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 330, LOCATE_abstract_collection___IndexedCollection___unshift}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___IndexedCollection___append, LOCATE_abstract_collection, 330); - nit_exit(1); - tracehead = trace.prev; +void abstract_collection___Sequence___unshift(val_t p0, val_t p1){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 365; + fra.me.meth = LOCATE_abstract_collection___Sequence___unshift; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:365 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 365); + stack_frame_head = fra.me.prev; return; } -val_t abstract_collection___IndexedCollection___shift(val_t self) { - struct trace_t trace = {NULL, NULL, 333, LOCATE_abstract_collection___IndexedCollection___shift}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___IndexedCollection___append, LOCATE_abstract_collection, 333); - nit_exit(1); - tracehead = trace.prev; +val_t abstract_collection___Sequence___shift(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 368; + fra.me.meth = LOCATE_abstract_collection___Sequence___shift; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:368 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 368); + stack_frame_head = fra.me.prev; return NIT_NULL; } -val_t abstract_collection___IndexedCollection___index_of(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 337, LOCATE_abstract_collection___IndexedCollection___index_of}; - val_t variable0; - val_t variable1; - val_t variable2; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable2 = ((abstract_collection___IndexedCollection___iterator_t)CALL( self,COLOR_abstract_collection___Collection___iterator))( self) /*IndexedCollection::iterator*/; - variable1 = variable2; - while (true) { /*while*/ - variable2 = ((abstract_collection___Iterator___is_ok_t)CALL( variable1 /*i*/,COLOR_abstract_collection___Iterator___is_ok))( variable1 /*i*/) /*Iterator::is_ok*/; - if (!UNTAG_Bool(variable2)) break; /* while*/ - variable2 = ((abstract_collection___Iterator___item_t)CALL( variable1 /*i*/,COLOR_abstract_collection___Iterator___item))( variable1 /*i*/) /*Iterator::item*/; - variable2 = TAG_Bool((variable2 == variable0 /*item*/) || ((variable2 != NIT_NULL) && ((((kernel___Object_____eqeq_t)CALL(variable2,COLOR_kernel___Object_____eqeq))==kernel___Object_____eqeq)?(IS_EQUAL_NN(variable2, variable0 /*item*/)):(UNTAG_Bool(((kernel___Object_____eqeq_t)CALL(variable2,COLOR_kernel___Object_____eqeq))(variable2, variable0 /*item*/) /*Object::==*/))))); - if (UNTAG_Bool(variable2)) { /*if*/ - variable2 = ((abstract_collection___IndexedIterator___index_t)CALL( variable1 /*i*/,COLOR_abstract_collection___IndexedIterator___index))( variable1 /*i*/) /*IndexedIterator::index*/; - variable1 = variable2; - goto return_label37; - } - ((abstract_collection___Iterator___next_t)CALL( variable1 /*i*/,COLOR_abstract_collection___Iterator___next))( variable1 /*i*/) /*Iterator::next*/; - continue_38: while(0); - } - break_38: while(0); - variable2 = TAG_Int(-UNTAG_Int( TAG_Int(1))); - variable1 = variable2; - goto return_label37; - return_label37: while(false); - tracehead = trace.prev; - return variable1; -} -val_t abstract_collection___IndexedCollection___iterator(val_t self) { - struct trace_t trace = {NULL, NULL, 349, LOCATE_abstract_collection___IndexedCollection___iterator}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___IndexedCollection___index_of, LOCATE_abstract_collection, 349); - nit_exit(1); - tracehead = trace.prev; +val_t abstract_collection___IndexedIterator___index(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 377; + fra.me.meth = LOCATE_abstract_collection___IndexedIterator___index; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:377 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 377); + stack_frame_head = fra.me.prev; return NIT_NULL; } -val_t abstract_collection___IndexedIterator___index(val_t self) { - struct trace_t trace = {NULL, NULL, 355, LOCATE_abstract_collection___IndexedIterator___index}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___IndexedCollection___index_of, LOCATE_abstract_collection, 355); - nit_exit(1); - tracehead = trace.prev; +val_t abstract_collection___IndexedIterator___key(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 380; + fra.me.meth = LOCATE_abstract_collection___IndexedIterator___key; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:381 */ + REGB0 = CALL_abstract_collection___IndexedIterator___index(fra.me.REG[0])(fra.me.REG[0]); + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return REGB0; +} +val_t abstract_collection___CoupleMap___couple_at(val_t p0, val_t p1){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 387; + fra.me.meth = LOCATE_abstract_collection___CoupleMap___couple_at; + fra.me.has_broke = 0; + fra.me.REG_size = 0; + /* ./../lib/standard//collection//abstract_collection.nit:387 */ + nit_abort("Deferred method called", NULL, LOCATE_abstract_collection, 387); + stack_frame_head = fra.me.prev; return NIT_NULL; } -val_t abstract_collection___IndexedIterator___key(val_t self) { - struct trace_t trace = {NULL, NULL, 358, LOCATE_abstract_collection___IndexedIterator___key}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = ((abstract_collection___IndexedIterator___index_t)CALL( self,COLOR_abstract_collection___IndexedIterator___index))( self) /*IndexedIterator::index*/; - goto return_label39; - return_label39: while(false); - tracehead = trace.prev; - return variable0; -} -val_t abstract_collection___CoupleMap___couple_at(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 365, LOCATE_abstract_collection___CoupleMap___couple_at}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - fprintf(stderr, "Deferred method %s called"); - fprintf(stderr, " in %s (%s:%d)\n", LOCATE_abstract_collection___IndexedIterator___key, LOCATE_abstract_collection, 365); - nit_exit(1); - tracehead = trace.prev; - return NIT_NULL; -} -val_t abstract_collection___CoupleMap_____bra(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 369, LOCATE_abstract_collection___CoupleMap_____bra}; - val_t variable0; - val_t variable1; - val_t variable2; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable2 = ((abstract_collection___CoupleMap___couple_at_t)CALL( self,COLOR_abstract_collection___CoupleMap___couple_at))( self, variable0 /*key*/) /*CoupleMap::couple_at*/; - variable1 = variable2; - variable2 = TAG_Bool(( variable1 /*c*/ == NIT_NULL /*null*/) || (( variable1 /*c*/ != NIT_NULL) && ((((kernel___Object_____eqeq_t)CALL( variable1 /*c*/,COLOR_kernel___Object_____eqeq))==kernel___Object_____eqeq)?(IS_EQUAL_NN( variable1 /*c*/, NIT_NULL /*null*/)):(UNTAG_Bool(((kernel___Object_____eqeq_t)CALL( variable1 /*c*/,COLOR_kernel___Object_____eqeq))( variable1 /*c*/, NIT_NULL /*null*/) /*Object::==*/))))); - if (UNTAG_Bool(variable2)) { /*if*/ - variable1 = NIT_NULL /*null*/; - goto return_label40; - } else { /*if*/ - variable2 = ((abstract_collection___Couple___second_t)CALL( variable1 /*c*/,COLOR_abstract_collection___Couple___second))( variable1 /*c*/) /*Couple::second*/; - variable1 = variable2; - goto return_label40; - } - return_label40: while(false); - tracehead = trace.prev; - return variable1; -} -val_t abstract_collection___CoupleMap___has_key(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 379, LOCATE_abstract_collection___CoupleMap___has_key}; - val_t variable0; - val_t variable1; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable1 = ((abstract_collection___CoupleMap___couple_at_t)CALL( self,COLOR_abstract_collection___CoupleMap___couple_at))( self, variable0 /*key*/) /*CoupleMap::couple_at*/; - variable1 = TAG_Bool(!UNTAG_Bool(TAG_Bool((variable1 == NIT_NULL /*null*/) || ((variable1 != NIT_NULL) && ((((kernel___Object_____eqeq_t)CALL(variable1,COLOR_kernel___Object_____eqeq))==kernel___Object_____eqeq)?(IS_EQUAL_NN(variable1, NIT_NULL /*null*/)):(UNTAG_Bool(((kernel___Object_____eqeq_t)CALL(variable1,COLOR_kernel___Object_____eqeq))(variable1, NIT_NULL /*null*/) /*Object::==*/))))))); - goto return_label41; - return_label41: while(false); - tracehead = trace.prev; - return variable1; -} -val_t abstract_collection___CoupleMapIterator___item(val_t self) { - struct trace_t trace = {NULL, NULL, 387, LOCATE_abstract_collection___CoupleMapIterator___item}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = ATTR_abstract_collection___CoupleMapIterator____iter( self) /*CoupleMapIterator::_iter*/; - variable0 = ((abstract_collection___Iterator___item_t)CALL(variable0,COLOR_abstract_collection___Iterator___item))(variable0) /*Iterator::item*/; - variable0 = ((abstract_collection___Couple___second_t)CALL(variable0,COLOR_abstract_collection___Couple___second))(variable0) /*Couple::second*/; - goto return_label42; - return_label42: while(false); - tracehead = trace.prev; - return variable0; -} -void abstract_collection___CoupleMapIterator___item__eq(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 389, LOCATE_abstract_collection___CoupleMapIterator___item__eq}; - val_t variable0; - val_t variable1; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable1 = ATTR_abstract_collection___CoupleMapIterator____iter( self) /*CoupleMapIterator::_iter*/; - variable1 = ((abstract_collection___Iterator___item_t)CALL(variable1,COLOR_abstract_collection___Iterator___item))(variable1) /*Iterator::item*/; - ((abstract_collection___Couple___second__eq_t)CALL(variable1,COLOR_abstract_collection___Couple___second__eq))(variable1, variable0 /*e*/) /*Couple::second=*/; - tracehead = trace.prev; - return; -} -val_t abstract_collection___CoupleMapIterator___key(val_t self) { - struct trace_t trace = {NULL, NULL, 391, LOCATE_abstract_collection___CoupleMapIterator___key}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = ATTR_abstract_collection___CoupleMapIterator____iter( self) /*CoupleMapIterator::_iter*/; - variable0 = ((abstract_collection___Iterator___item_t)CALL(variable0,COLOR_abstract_collection___Iterator___item))(variable0) /*Iterator::item*/; - variable0 = ((abstract_collection___Couple___first_t)CALL(variable0,COLOR_abstract_collection___Couple___first))(variable0) /*Couple::first*/; - goto return_label44; - return_label44: while(false); - tracehead = trace.prev; - return variable0; -} -val_t abstract_collection___CoupleMapIterator___is_ok(val_t self) { - struct trace_t trace = {NULL, NULL, 393, LOCATE_abstract_collection___CoupleMapIterator___is_ok}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = ATTR_abstract_collection___CoupleMapIterator____iter( self) /*CoupleMapIterator::_iter*/; - variable0 = ((abstract_collection___Iterator___is_ok_t)CALL(variable0,COLOR_abstract_collection___Iterator___is_ok))(variable0) /*Iterator::is_ok*/; - goto return_label45; - return_label45: while(false); - tracehead = trace.prev; - return variable0; -} -void abstract_collection___CoupleMapIterator___next(val_t self) { - struct trace_t trace = {NULL, NULL, 395, LOCATE_abstract_collection___CoupleMapIterator___next}; - val_t variable0; - val_t variable1; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = ATTR_abstract_collection___CoupleMapIterator____iter( self) /*CoupleMapIterator::_iter*/; - ((abstract_collection___Iterator___next_t)CALL(variable0,COLOR_abstract_collection___Iterator___next))(variable0) /*Iterator::next*/; - while (true) { /*while*/ - variable0 = ATTR_abstract_collection___CoupleMapIterator____iter( self) /*CoupleMapIterator::_iter*/; - variable0 = ((abstract_collection___Iterator___is_ok_t)CALL(variable0,COLOR_abstract_collection___Iterator___is_ok))(variable0) /*Iterator::is_ok*/; - variable1 = variable0; - if (UNTAG_Bool(variable1)) { /* and */ - variable1 = ATTR_abstract_collection___CoupleMapIterator____iter( self) /*CoupleMapIterator::_iter*/; - variable1 = ((abstract_collection___Iterator___item_t)CALL(variable1,COLOR_abstract_collection___Iterator___item))(variable1) /*Iterator::item*/; - variable1 = TAG_Bool((variable1 == NIT_NULL /*null*/) || ((variable1 != NIT_NULL) && ((((kernel___Object_____eqeq_t)CALL(variable1,COLOR_kernel___Object_____eqeq))==kernel___Object_____eqeq)?(IS_EQUAL_NN(variable1, NIT_NULL /*null*/)):(UNTAG_Bool(((kernel___Object_____eqeq_t)CALL(variable1,COLOR_kernel___Object_____eqeq))(variable1, NIT_NULL /*null*/) /*Object::==*/))))); +val_t abstract_collection___CoupleMap_____bra(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t REGB0; + val_t REGB1; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 391; + fra.me.meth = LOCATE_abstract_collection___CoupleMap_____bra; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:393 */ + fra.me.REG[1] = CALL_abstract_collection___CoupleMap___couple_at(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[1]); + /* ./../lib/standard//collection//abstract_collection.nit:394 */ + REGB0 = TAG_Bool(fra.me.REG[1]==NIT_NULL); + if (UNTAG_Bool(REGB0)) { + } else { + REGB1 = TAG_Bool(fra.me.REG[1]==NIT_NULL); + if (UNTAG_Bool(REGB1)) { + REGB1 = TAG_Bool(false); + REGB0 = REGB1; + } else { + REGB1 = CALL_kernel___Object_____eqeq(fra.me.REG[1])(fra.me.REG[1], NIT_NULL); + REGB0 = REGB1; + } + } + if (UNTAG_Bool(REGB0)) { + /* ./../lib/standard//collection//abstract_collection.nit:395 */ + nit_abort("Aborted", NULL, LOCATE_abstract_collection, 395); + } else { + /* ./../lib/standard//collection//abstract_collection.nit:397 */ + REGB0 = TAG_Bool(fra.me.REG[1]==NIT_NULL); + if (UNTAG_Bool(REGB0)) { + nit_abort("Reciever is null", NULL, LOCATE_abstract_collection, 397); + } + fra.me.REG[1] = CALL_abstract_collection___Couple___second(fra.me.REG[1])(fra.me.REG[1]); + goto label1; + } + label1: while(0); + stack_frame_head = fra.me.prev; + return fra.me.REG[1]; +} +val_t abstract_collection___CoupleMap___has_key(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t REGB0; + val_t REGB1; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 401; + fra.me.meth = LOCATE_abstract_collection___CoupleMap___has_key; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:401 */ + fra.me.REG[1] = CALL_abstract_collection___CoupleMap___couple_at(fra.me.REG[0])(fra.me.REG[0], fra.me.REG[1]); + REGB0 = TAG_Bool(fra.me.REG[1]==NIT_NULL); + if (UNTAG_Bool(REGB0)) { + } else { + REGB1 = TAG_Bool(fra.me.REG[1]==NIT_NULL); + if (UNTAG_Bool(REGB1)) { + REGB1 = TAG_Bool(false); + REGB0 = REGB1; + } else { + REGB1 = CALL_kernel___Object_____eqeq(fra.me.REG[1])(fra.me.REG[1], NIT_NULL); + REGB0 = REGB1; } - variable0 = variable1; - if (!UNTAG_Bool(variable0)) break; /* while*/ - variable0 = ATTR_abstract_collection___CoupleMapIterator____iter( self) /*CoupleMapIterator::_iter*/; - ((abstract_collection___Iterator___next_t)CALL(variable0,COLOR_abstract_collection___Iterator___next))(variable0) /*Iterator::next*/; - continue_47: while(0); - } - break_47: while(0); - tracehead = trace.prev; + } + REGB0 = TAG_Bool(!UNTAG_Bool(REGB0)); + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return REGB0; +} +val_t abstract_collection___CoupleMapIterator___item(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 409; + fra.me.meth = LOCATE_abstract_collection___CoupleMapIterator___item; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:409 */ + REGB0 = TAG_Bool(ATTR_abstract_collection___CoupleMapIterator____iter(fra.me.REG[0])!=NIT_NULL); + if (UNTAG_Bool(REGB0)) { + } else { + nit_abort("Uninitialized attribute %s", "_iter", LOCATE_abstract_collection, 409); + } + fra.me.REG[0] = ATTR_abstract_collection___CoupleMapIterator____iter(fra.me.REG[0]); + fra.me.REG[0] = CALL_abstract_collection___Iterator___item(fra.me.REG[0])(fra.me.REG[0]); + REGB0 = TAG_Bool(fra.me.REG[0]==NIT_NULL); + if (UNTAG_Bool(REGB0)) { + nit_abort("Reciever is null", NULL, LOCATE_abstract_collection, 409); + } + fra.me.REG[0] = CALL_abstract_collection___Couple___second(fra.me.REG[0])(fra.me.REG[0]); + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return fra.me.REG[0]; +} +val_t abstract_collection___CoupleMapIterator___key(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 413; + fra.me.meth = LOCATE_abstract_collection___CoupleMapIterator___key; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:413 */ + REGB0 = TAG_Bool(ATTR_abstract_collection___CoupleMapIterator____iter(fra.me.REG[0])!=NIT_NULL); + if (UNTAG_Bool(REGB0)) { + } else { + nit_abort("Uninitialized attribute %s", "_iter", LOCATE_abstract_collection, 413); + } + fra.me.REG[0] = ATTR_abstract_collection___CoupleMapIterator____iter(fra.me.REG[0]); + fra.me.REG[0] = CALL_abstract_collection___Iterator___item(fra.me.REG[0])(fra.me.REG[0]); + REGB0 = TAG_Bool(fra.me.REG[0]==NIT_NULL); + if (UNTAG_Bool(REGB0)) { + nit_abort("Reciever is null", NULL, LOCATE_abstract_collection, 413); + } + fra.me.REG[0] = CALL_abstract_collection___Couple___first(fra.me.REG[0])(fra.me.REG[0]); + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return fra.me.REG[0]; +} +val_t abstract_collection___CoupleMapIterator___is_ok(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 415; + fra.me.meth = LOCATE_abstract_collection___CoupleMapIterator___is_ok; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:415 */ + REGB0 = TAG_Bool(ATTR_abstract_collection___CoupleMapIterator____iter(fra.me.REG[0])!=NIT_NULL); + if (UNTAG_Bool(REGB0)) { + } else { + nit_abort("Uninitialized attribute %s", "_iter", LOCATE_abstract_collection, 415); + } + fra.me.REG[0] = ATTR_abstract_collection___CoupleMapIterator____iter(fra.me.REG[0]); + REGB0 = CALL_abstract_collection___Iterator___is_ok(fra.me.REG[0])(fra.me.REG[0]); + goto label1; + label1: while(0); + stack_frame_head = fra.me.prev; + return REGB0; +} +void abstract_collection___CoupleMapIterator___next(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t REGB0; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 417; + fra.me.meth = LOCATE_abstract_collection___CoupleMapIterator___next; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:419 */ + REGB0 = TAG_Bool(ATTR_abstract_collection___CoupleMapIterator____iter(fra.me.REG[0])!=NIT_NULL); + if (UNTAG_Bool(REGB0)) { + } else { + nit_abort("Uninitialized attribute %s", "_iter", LOCATE_abstract_collection, 419); + } + fra.me.REG[0] = ATTR_abstract_collection___CoupleMapIterator____iter(fra.me.REG[0]); + CALL_abstract_collection___Iterator___next(fra.me.REG[0])(fra.me.REG[0]); + stack_frame_head = fra.me.prev; return; } -void abstract_collection___CoupleMapIterator___init(val_t self, val_t param0, int* init_table) { - struct trace_t trace = {NULL, NULL, 403, LOCATE_abstract_collection___CoupleMapIterator___init}; - val_t variable0; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - if (init_table[VAL2OBJ( self)->vft[INIT_TABLE_POS_CoupleMapIterator].i]) return; - ATTR_abstract_collection___CoupleMapIterator____iter( self) /*CoupleMapIterator::_iter*/ = variable0 /*i*/; - init_table[VAL2OBJ( self)->vft[INIT_TABLE_POS_CoupleMapIterator].i] = 1; - tracehead = trace.prev; +void abstract_collection___CoupleMapIterator___init(val_t p0, val_t p1, int* init_table){ + int itpos2 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_CoupleMapIterator].i; + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t tmp; + if (init_table[itpos2]) return; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 424; + fra.me.meth = LOCATE_abstract_collection___CoupleMapIterator___init; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:424 */ + ATTR_abstract_collection___CoupleMapIterator____iter(fra.me.REG[0]) = fra.me.REG[1]; + stack_frame_head = fra.me.prev; + init_table[itpos2] = 1; return; } -val_t abstract_collection___Couple___first(val_t self) { - struct trace_t trace = {NULL, NULL, 411, LOCATE_abstract_collection___Couple___first}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - tracehead = trace.prev; - return ATTR_abstract_collection___Couple____first( self) /*Couple::_first*/; -} -void abstract_collection___Couple___first__eq(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 411, LOCATE_abstract_collection___Couple___first__eq}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - ATTR_abstract_collection___Couple____first( self) /*Couple::_first*/ = param0; - tracehead = trace.prev; +val_t abstract_collection___Couple___first(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 432; + fra.me.meth = LOCATE_abstract_collection___Couple___first; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:432 */ + fra.me.REG[0] = ATTR_abstract_collection___Couple____first(fra.me.REG[0]); + stack_frame_head = fra.me.prev; + return fra.me.REG[0]; +} +void abstract_collection___Couple___first__eq(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 432; + fra.me.meth = LOCATE_abstract_collection___Couple___first__eq; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:432 */ + ATTR_abstract_collection___Couple____first(fra.me.REG[0]) = fra.me.REG[1]; + stack_frame_head = fra.me.prev; return; } -val_t abstract_collection___Couple___second(val_t self) { - struct trace_t trace = {NULL, NULL, 414, LOCATE_abstract_collection___Couple___second}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - tracehead = trace.prev; - return ATTR_abstract_collection___Couple____second( self) /*Couple::_second*/; -} -void abstract_collection___Couple___second__eq(val_t self, val_t param0) { - struct trace_t trace = {NULL, NULL, 414, LOCATE_abstract_collection___Couple___second__eq}; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - ATTR_abstract_collection___Couple____second( self) /*Couple::_second*/ = param0; - tracehead = trace.prev; +val_t abstract_collection___Couple___second(val_t p0){ + struct {struct stack_frame_t me;} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 435; + fra.me.meth = LOCATE_abstract_collection___Couple___second; + fra.me.has_broke = 0; + fra.me.REG_size = 1; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[0] = p0; + /* ./../lib/standard//collection//abstract_collection.nit:435 */ + fra.me.REG[0] = ATTR_abstract_collection___Couple____second(fra.me.REG[0]); + stack_frame_head = fra.me.prev; + return fra.me.REG[0]; +} +void abstract_collection___Couple___second__eq(val_t p0, val_t p1){ + struct {struct stack_frame_t me; val_t MORE_REG[1];} fra; + val_t tmp; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 435; + fra.me.meth = LOCATE_abstract_collection___Couple___second__eq; + fra.me.has_broke = 0; + fra.me.REG_size = 2; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + /* ./../lib/standard//collection//abstract_collection.nit:435 */ + ATTR_abstract_collection___Couple____second(fra.me.REG[0]) = fra.me.REG[1]; + stack_frame_head = fra.me.prev; return; } -void abstract_collection___Couple___init(val_t self, val_t param0, val_t param1, int* init_table) { - struct trace_t trace = {NULL, NULL, 417, LOCATE_abstract_collection___Couple___init}; - val_t variable0; - val_t variable1; - trace.prev = tracehead; tracehead = &trace; - trace.file = LOCATE_abstract_collection; - variable0 = param0; - variable1 = param1; - if (init_table[VAL2OBJ( self)->vft[INIT_TABLE_POS_Couple].i]) return; - ATTR_abstract_collection___Couple____first( self) /*Couple::_first*/ = variable0 /*f*/; - ATTR_abstract_collection___Couple____second( self) /*Couple::_second*/ = variable1 /*s*/; - init_table[VAL2OBJ( self)->vft[INIT_TABLE_POS_Couple].i] = 1; - tracehead = trace.prev; +void abstract_collection___Couple___init(val_t p0, val_t p1, val_t p2, int* init_table){ + int itpos3 = VAL2OBJ(p0)->vft[INIT_TABLE_POS_Couple].i; + struct {struct stack_frame_t me; val_t MORE_REG[2];} fra; + val_t tmp; + if (init_table[itpos3]) return; + fra.me.prev = stack_frame_head; stack_frame_head = &fra.me; + fra.me.file = LOCATE_abstract_collection; + fra.me.line = 438; + fra.me.meth = LOCATE_abstract_collection___Couple___init; + fra.me.has_broke = 0; + fra.me.REG_size = 3; + fra.me.REG[0] = NIT_NULL; + fra.me.REG[1] = NIT_NULL; + fra.me.REG[2] = NIT_NULL; + fra.me.REG[0] = p0; + fra.me.REG[1] = p1; + fra.me.REG[2] = p2; + /* ./../lib/standard//collection//abstract_collection.nit:441 */ + ATTR_abstract_collection___Couple____first(fra.me.REG[0]) = fra.me.REG[1]; + /* ./../lib/standard//collection//abstract_collection.nit:442 */ + ATTR_abstract_collection___Couple____second(fra.me.REG[0]) = fra.me.REG[2]; + stack_frame_head = fra.me.prev; + init_table[itpos3] = 1; return; }