Home
last modified time | relevance | path

Searched refs:GetNextReg (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() function in art::Arm64Mir2Lir::InToRegStorageArm64Mapper
838 RegStorage reg = mapper->GetNextReg(arg_locs[in_position].fp, in Initialize()
/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() function in art::X86Mir2Lir::InToRegStorageX86_64Mapper
2411 RegStorage reg = mapper->GetNextReg(arg_locs[in_position].fp, in Initialize()