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

/external/chromium_org/v8/src/mips/
H A Dassembler-mips.h506 int32_t branch_offset(Label* L, bool jump_elimination_allowed);
507 int32_t shifted_branch_offset(Label* L, bool jump_elimination_allowed) { argument
508 int32_t o = branch_offset(L, jump_elimination_allowed);
H A Dassembler-mips.cc1009 int32_t Assembler::branch_offset(Label* L, bool jump_elimination_allowed) { argument
/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
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc1275 int Assembler::branch_offset(Label* L, bool jump_elimination_allowed) { argument

Completed in 163 milliseconds