Searched refs:AllocTempRef (Results 1 – 11 of 11) sorted by relevance
136 RegStorage reg_card_base = AllocTempRef(); in UnconditionallyMarkGCCard()137 RegStorage reg_card_no = AllocTempRef(); in UnconditionallyMarkGCCard()
1419 RegStorage r_pc = r_tmp.Valid() ? r_tmp : AllocTempRef(); in GetPcAndAnchor()
581 RegStorage r_src = AllocTempRef(); in GenFilledNewArray()582 RegStorage r_dst = AllocTempRef(); in GenFilledNewArray()583 RegStorage r_idx = AllocTempRef(); // Not really a reference, but match src/dst. in GenFilledNewArray()694 r_base = AllocTempRef(); in GenSput()772 r_base = AllocTempRef(); in GenSget()1038 RegStorage res_reg = AllocTempRef(); in GenConstClass()1091 RegStorage res_reg = AllocTempRef(); in GenConstString()
416 RegStorage Mir2Lir::AllocTempRef(bool required) { in AllocTempRef() function in art::Mir2Lir455 return AllocTempRef(required); in AllocTypedTemp()
721 virtual RegStorage AllocTempRef(bool required = true);
1012 RegStorage reg_ptr = AllocTempRef(); in GenInlinedCharAt()
218 RegStorage reset_reg = AllocTempRef(); in GenMoveException()
687 RegStorage reg_ptr = (cu_->target64) ? AllocTempRef() : AllocTemp(); in GenArrayGet()
770 RegStorage r_ptr = AllocTempRef(); in GenInlinedCas()794 r_tmp = AllocTempRef(); in GenInlinedCas()1232 RegStorage reg_ptr = AllocTempRef(); in GenArrayGet()1286 reg_ptr = AllocTempRef(); in GenArrayPut()
1417 reg_ptr = AllocTempRef(); in GenArrayGet()1442 RegStorage reg_ptr = AllocTempRef(); in GenArrayGet()1493 reg_ptr = AllocTempRef(); in GenArrayPut()
341 RegStorage reset_reg = AllocTempRef(); in GenMoveException()