Searched refs:InitShortOrLong (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 1796 void MipsAssembler::Branch::InitShortOrLong(MipsAssembler::Branch::OffsetBits offset_size, in InitShortOrLong() function in art::mips::MipsAssembler::Branch 1816 InitShortOrLong(offset_size, kR6Call, kR6LongCall); in InitializeType() 1821 InitShortOrLong(offset_size, kR6UncondBranch, kR6LongUncondBranch); in InitializeType() 1829 InitShortOrLong(offset_size, kR6CondBranch, kR6LongCondBranch); in InitializeType() 1849 InitShortOrLong(offset_size, kCall, kLongCall); in InitializeType() 1854 InitShortOrLong(offset_size, kUncondBranch, kLongUncondBranch); in InitializeType() 1857 InitShortOrLong(offset_size, kCondBranch, kLongCondBranch); in InitializeType()
|
D | assembler_mips.h | 1253 void InitShortOrLong(OffsetBits ofs_size, Type short_type, Type long_type);
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 1715 void Mips64Assembler::Branch::InitShortOrLong(Mips64Assembler::Branch::OffsetBits offset_size, in InitShortOrLong() function in art::mips64::Mips64Assembler::Branch 1732 InitShortOrLong(offset_size, kCall, kLongCall); in InitializeType() 1737 InitShortOrLong(offset_size, kUncondBranch, kLongUncondBranch); in InitializeType() 1745 InitShortOrLong(offset_size, kCondBranch, kLongCondBranch); in InitializeType()
|
D | assembler_mips64.h | 1429 void InitShortOrLong(OffsetBits ofs_size, Type short_type, Type long_type);
|