Searched refs:is_double_or_float (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() argument 802 if (is_double_or_float) { in GetNextReg()
|
/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() argument 2386 if (is_double_or_float) { in GetNextReg()
|