Searched refs:AllocTempSingle (Results 1 – 4 of 4) sorted by relevance
427 RegStorage r_imm_point5 = (is_double) ? AllocTempDouble() : AllocTempSingle(); in GenInlinedRound()428 RegStorage r_tmp = (is_double) ? AllocTempDouble() : AllocTempSingle(); in GenInlinedRound()
67 r_src2 = AllocTempSingle(); in GenArithOpFloat()220 RegStorage temp_reg = AllocTempSingle(); in GenConversion()279 RegStorage temp_reg = AllocTempSingle(); in GenConversion()
439 RegStorage Mir2Lir::AllocTempSingle(bool required) { in AllocTempSingle() function in art::Mir2Lir467 return AllocTempSingle(required); in AllocTypedTemp()
752 virtual RegStorage AllocTempSingle(bool required = true);