Home
last modified time | relevance | path

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

/art/compiler/utils/mips64/
Dassembler_mips64.cc1948 Mips64Assembler::Branch::Type long_type) { in InitShortOrLong() argument
1949 type_ = (offset_size <= branch_info_[short_type].offset_size) ? short_type : long_type; in InitShortOrLong()
Dassembler_mips64.h1518 void InitShortOrLong(OffsetBits ofs_size, Type short_type, Type long_type);
/art/compiler/utils/mips/
Dassembler_mips.h1445 void InitShortOrLong(OffsetBits ofs_size, Type short_type, Type long_type);
Dassembler_mips.cc3004 MipsAssembler::Branch::Type long_type) { in InitShortOrLong() argument
3005 type_ = (offset_size <= branch_info_[short_type].offset_size) ? short_type : long_type; in InitShortOrLong()