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

  /art/compiler/dex/quick/mips/
codegen_mips.h 45 explicit InToRegStorageMips64Mapper(Mir2Lir* m2l) : m2l_(m2l), cur_arg_reg_(0) {}
48 cur_arg_reg_ = 0;
53 size_t cur_arg_reg_; member in class:art::FINAL::InToRegStorageMips64Mapper
target_mips.cc 276 if (cur_arg_reg_ < fpArgMappingToPhysicalRegSize) {
278 result = m2l_->TargetReg(fpArgMappingToPhysicalReg[cur_arg_reg_++],
282 if (cur_arg_reg_ < coreArgMappingToPhysicalRegSize) {
284 result = m2l_->TargetReg(coreArgMappingToPhysicalReg[cur_arg_reg_++],
    [all...]

Completed in 458 milliseconds