Home
last modified time | relevance | path

Searched refs:AllocTempRef (Results 1 – 11 of 11) sorted by relevance

/art/compiler/dex/quick/x86/
Dcall_x86.cc136 RegStorage reg_card_base = AllocTempRef(); in UnconditionallyMarkGCCard()
137 RegStorage reg_card_no = AllocTempRef(); in UnconditionallyMarkGCCard()
Dint_x86.cc1419 RegStorage r_pc = r_tmp.Valid() ? r_tmp : AllocTempRef(); in GetPcAndAnchor()
/art/compiler/dex/quick/
Dgen_common.cc581 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()
Dralloc_util.cc416 RegStorage Mir2Lir::AllocTempRef(bool required) { in AllocTempRef() function in art::Mir2Lir
455 return AllocTempRef(required); in AllocTypedTemp()
Dmir_to_lir.h721 virtual RegStorage AllocTempRef(bool required = true);
Dgen_invoke.cc1012 RegStorage reg_ptr = AllocTempRef(); in GenInlinedCharAt()
/art/compiler/dex/quick/mips/
Dcall_mips.cc218 RegStorage reset_reg = AllocTempRef(); in GenMoveException()
Dint_mips.cc687 RegStorage reg_ptr = (cu_->target64) ? AllocTempRef() : AllocTemp(); in GenArrayGet()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc770 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()
/art/compiler/dex/quick/arm/
Dint_arm.cc1417 reg_ptr = AllocTempRef(); in GenArrayGet()
1442 RegStorage reg_ptr = AllocTempRef(); in GenArrayGet()
1493 reg_ptr = AllocTempRef(); in GenArrayPut()
Dcall_arm.cc341 RegStorage reset_reg = AllocTempRef(); in GenMoveException()