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

  /art/compiler/dex/quick/arm64/
target_arm64.cc 620 int x_reg_num = info->GetReg().GetRegNum(); local
621 RegStorage x_reg = RegStorage::Solo64(x_reg_num);
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 664 int x_reg_num = info->GetReg().GetRegNum(); local
665 RegStorage x_reg = RegStorage::Solo64(x_reg_num);
    [all...]

Completed in 181 milliseconds