Home
last modified time | relevance | path

Searched refs:is_double_or_float (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h32 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);
Dtarget_arm64.cc789 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/
Dcodegen_x86.h31 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);
Dtarget_x86.cc2376 RegStorage X86Mir2Lir::InToRegStorageX86_64Mapper::GetNextReg(bool is_double_or_float, bool is_wide, in GetNextReg() argument
2386 if (is_double_or_float) { in GetNextReg()