Home | History | Annotate | Download | only in mterp

Lines Matching refs:start_label

282     start_label = global_name_format % "artMterpAsmInstructionStart"
286 asm_fp.write("\n .global %s\n" % start_label)
287 asm_fp.write(" " + (function_type_format % start_label) + "\n");
288 asm_fp.write("%s = " % start_label + label_prefix + "_op_nop\n")
313 asm_fp.write(" " + (function_size_format % (start_label, start_label)) + "\n")
349 start_label = global_name_format % "artMterpAsmAltInstructionStart"
353 asm_fp.write("\n .global %s\n" % start_label)
354 asm_fp.write(" " + (function_type_format % start_label) + "\n");
356 asm_fp.write("%s = " % start_label + label_prefix + "_ALT_op_nop\n")
367 asm_fp.write(" " + (function_size_format % (start_label, start_label)) + "\n")