Searched defs:is_call (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/mips/
H A Dassembler_mips.cc1895 MipsAssembler::Branch::Branch(bool is_r6, uint32_t location, uint32_t target, bool is_call) argument
1903 InitializeType((is_call ? kCall : kCondBranch), is_r6);
2557 branches_.emplace_back(IsR6(), buffer_.Size(), target, /* is_call */ false);
2575 branches_.emplace_back(IsR6(), buffer_.Size(), target, /* is_call */ true);
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1784 Mips64Assembler::Branch::Branch(uint32_t location, uint32_t target, bool is_call) argument
1791 InitializeType(is_call ? kCall : kCondBranch);
2208 branches_.emplace_back(buffer_.Size(), target, /* is_call */ false);
2227 branches_.emplace_back(buffer_.Size(), target, /* is_call */ true);

Completed in 126 milliseconds