Searched refs:is_call (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips.h | 1143 Branch(bool is_r6, uint32_t location, uint32_t target, bool is_call);
|
D | assembler_mips.cc | 1895 MipsAssembler::Branch::Branch(bool is_r6, uint32_t location, uint32_t target, bool is_call) in Branch() argument 1903 InitializeType((is_call ? kCall : kCondBranch), is_r6); in Branch()
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 1784 Mips64Assembler::Branch::Branch(uint32_t location, uint32_t target, bool is_call) in Branch() argument 1791 InitializeType(is_call ? kCall : kCondBranch); in Branch()
|
D | assembler_mips64.h | 1335 Branch(uint32_t location, uint32_t target, bool is_call);
|