HomeSort by relevance Sort by last modified time
    Searched refs:AllocTempRef (Results 1 - 11 of 11) sorted by null

  /art/compiler/dex/quick/x86/
call_x86.cc 136 RegStorage reg_card_base = AllocTempRef();
137 RegStorage reg_card_no = AllocTempRef();
int_x86.cc     [all...]
  /art/compiler/dex/quick/
gen_common.cc 581 RegStorage r_src = AllocTempRef();
582 RegStorage r_dst = AllocTempRef();
583 RegStorage r_idx = AllocTempRef(); // Not really a reference, but match src/dst.
694 r_base = AllocTempRef();
772 r_base = AllocTempRef();
    [all...]
ralloc_util.cc 416 RegStorage Mir2Lir::AllocTempRef(bool required) {
455 return AllocTempRef(required);
    [all...]
mir_to_lir.h 721 virtual RegStorage AllocTempRef(bool required = true);
    [all...]
gen_invoke.cc     [all...]
  /art/compiler/dex/quick/arm64/
int_arm64.cc 770 RegStorage r_ptr = AllocTempRef();
794 r_tmp = AllocTempRef();
    [all...]
  /art/compiler/dex/quick/mips/
call_mips.cc 218 RegStorage reset_reg = AllocTempRef();
int_mips.cc 687 RegStorage reg_ptr = (cu_->target64) ? AllocTempRef() : AllocTemp();
  /art/compiler/dex/quick/arm/
int_arm.cc     [all...]
call_arm.cc 341 RegStorage reset_reg = AllocTempRef();

Completed in 2060 milliseconds