Searched refs:GetNextReg (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/arm64/ |
D | codegen_arm64.h | 32 virtual RegStorage GetNextReg(bool is_double_or_float, bool is_wide, bool is_ref) = 0; 40 virtual RegStorage GetNextReg(bool is_double_or_float, bool is_wide, bool is_ref);
|
D | target_arm64.cc | 789 RegStorage Arm64Mir2Lir::InToRegStorageArm64Mapper::GetNextReg(bool is_double_or_float, in GetNextReg() function in art::Arm64Mir2Lir::InToRegStorageArm64Mapper 838 RegStorage reg = mapper->GetNextReg(arg_locs[in_position].fp, in Initialize()
|
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 31 virtual RegStorage GetNextReg(bool is_double_or_float, bool is_wide, bool is_ref) = 0; 39 virtual RegStorage GetNextReg(bool is_double_or_float, bool is_wide, bool is_ref);
|
D | target_x86.cc | 2376 RegStorage X86Mir2Lir::InToRegStorageX86_64Mapper::GetNextReg(bool is_double_or_float, bool is_wide, in GetNextReg() function in art::X86Mir2Lir::InToRegStorageX86_64Mapper 2411 RegStorage reg = mapper->GetNextReg(arg_locs[in_position].fp, in Initialize()
|