Lines Matching refs:Mips64Label

320   Mips64Label* GetReturnLabel() {  in GetReturnLabel()
332 Mips64Label return_label_;
635 Mips64Label done; in EmitNativeCode()
667 Mips64Label loop_head, exit_loop; in EmitNativeCode()
1413 Mips64Label done; in MarkGCCard()
2085 Mips64Label uncompressed_load, done; in VisitArrayGet()
2108 Mips64Label uncompressed_load, done; in VisitArrayGet()
2383 Mips64Label done; in VisitArraySet()
2390 Mips64Label non_zero; in VisitArraySet()
2423 Mips64Label do_put; in VisitArraySet()
2619 Mips64Label done; in VisitCheckCast()
2669 Mips64Label loop; in VisitCheckCast()
2694 Mips64Label loop; in VisitCheckCast()
2769 Mips64Label loop; in VisitCheckCast()
2882 Mips64Label done; in VisitCompare()
2904 Mips64Label done; in VisitCompare()
3518 Mips64Label* label) { in GenerateIntLongCompareAndBranch()
3721 Mips64Label* label) { in GenerateFpCompareAndBranch()
3820 Mips64Label* true_target, in GenerateTestAndBranch()
3821 Mips64Label* false_target) { in GenerateTestAndBranch()
3866 Mips64Label* branch_target = true_target; in GenerateTestAndBranch()
3904 Mips64Label* true_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), true_successor) ? in VisitIf()
3906 Mips64Label* false_target = codegen_->GoesToNextBlock(if_instr->GetBlock(), false_successor) ? in VisitIf()
3962 Mips64Label false_target; in VisitSelect()
4594 Mips64Label done; in VisitInstanceOf()
4629 Mips64Label loop; in VisitInstanceOf()
4653 Mips64Label loop, success; in VisitInstanceOf()
4679 Mips64Label success; in VisitInstanceOf()
5936 Mips64Label truncate; in VisitTypeConversion()
5937 Mips64Label done; in VisitTypeConversion()
6186 std::vector<Mips64Label*> labels(num_entries); in GenTableBasedPackedSwitch()