Home
last modified time | relevance | path

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

/art/compiler/utils/mips/
Dassembler_mips.cc1796 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()
Dassembler_mips.h1253 void InitShortOrLong(OffsetBits ofs_size, Type short_type, Type long_type);
/art/compiler/utils/mips64/
Dassembler_mips64.cc1715 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()
Dassembler_mips64.h1429 void InitShortOrLong(OffsetBits ofs_size, Type short_type, Type long_type);