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

/external/v8/src/mips/
H A Dassembler-mips.h555 int32_t branch_offset(Label* L, bool jump_elimination_allowed);
556 int32_t shifted_branch_offset(Label* L, bool jump_elimination_allowed) { argument
557 int32_t o = branch_offset(L, jump_elimination_allowed);
H A Dassembler-mips.cc1004 int32_t Assembler::branch_offset(Label* L, bool jump_elimination_allowed) { argument

Completed in 383 milliseconds