Searched refs:GetNextReg (Results 1 - 10 of 10) sorted by relevance

/art/compiler/dex/quick/mips/
H A Dcodegen_mips.h33 virtual RegStorage GetNextReg(ShortyArg arg);
46 virtual RegStorage GetNextReg(ShortyArg arg);
H A Dtarget_mips.cc250 RegStorage MipsMir2Lir::InToRegStorageMipsMapper::GetNextReg(ShortyArg arg) { function in class:art::MipsMir2Lir::InToRegStorageMipsMapper
266 RegStorage MipsMir2Lir::InToRegStorageMips64Mapper::GetNextReg(ShortyArg arg) { function in class:art::MipsMir2Lir::InToRegStorageMips64Mapper
/art/compiler/dex/quick/x86/
H A Dcodegen_x86.h37 virtual RegStorage GetNextReg(ShortyArg arg);
52 virtual RegStorage GetNextReg(ShortyArg arg);
H A Dtarget_x86.cc2362 RegStorage X86Mir2Lir::InToRegStorageX86_64Mapper::GetNextReg(ShortyArg arg) { function in class:art::X86Mir2Lir::InToRegStorageX86_64Mapper
2383 RegStorage X86Mir2Lir::InToRegStorageX86Mapper::GetNextReg(ShortyArg arg) { function in class:art::X86Mir2Lir::InToRegStorageX86Mapper
/art/compiler/dex/quick/arm/
H A Dcodegen_arm.h38 RegStorage GetNextReg(ShortyArg arg) OVERRIDE;
H A Dtarget_arm.cc934 RegStorage ArmMir2Lir::InToRegStorageArmMapper::GetNextReg(ShortyArg arg) { function in class:art::ArmMir2Lir::InToRegStorageArmMapper
/art/compiler/dex/quick/arm64/
H A Dcodegen_arm64.h34 virtual RegStorage GetNextReg(ShortyArg arg);
H A Dtarget_arm64.cc814 RegStorage Arm64Mir2Lir::InToRegStorageArm64Mapper::GetNextReg(ShortyArg arg) { function in class:art::Arm64Mir2Lir::InToRegStorageArm64Mapper
/art/compiler/dex/quick/
H A Dmir_to_lir.cc1429 RegStorage reg = mapper->GetNextReg(arg);
H A Dmir_to_lir.h1889 virtual RegStorage GetNextReg(ShortyArg arg) = 0;

Completed in 114 milliseconds