Lines Matching refs:struct_ref
2697 let struct_ref = environ.translate_struct_new(builder, struct_type_index, fields)?; in translate_operator() localVariable
2698 environ.stacks.push1(struct_ref); in translate_operator()
2703 let struct_ref = environ.translate_struct_new_default(builder, struct_type_index)?; in translate_operator() localVariable
2704 environ.stacks.push1(struct_ref); in translate_operator()
2713 let struct_ref = environ.stacks.pop1(); in translate_operator() localVariable
2718 struct_ref, in translate_operator()
2728 let struct_ref = environ.stacks.pop1(); in translate_operator() localVariable
2733 struct_ref, in translate_operator()
2744 let struct_ref = environ.stacks.pop1(); in translate_operator() localVariable
2749 struct_ref, in translate_operator()
2760 let struct_ref = environ.stacks.pop1(); in translate_operator() localVariable
2765 struct_ref, in translate_operator()