Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.h473 int32_t shifted_branch_offset(Label* L, bool jump_elimination_allowed) { in shifted_branch_offset()
479 bool jump_elimination_allowed) { in shifted_branch_offset_compact()
Dassembler-mips.cc1026 int32_t Assembler::branch_offset(Label* L, bool jump_elimination_allowed) { in branch_offset()
1054 bool jump_elimination_allowed) { in branch_offset_compact()
1080 int32_t Assembler::branch_offset21(Label* L, bool jump_elimination_allowed) { in branch_offset21()
1108 bool jump_elimination_allowed) { in branch_offset21_compact()
/external/v8/src/mips64/
Dassembler-mips64.h463 int32_t shifted_branch_offset(Label* L, bool jump_elimination_allowed) { in shifted_branch_offset()
469 bool jump_elimination_allowed) { in shifted_branch_offset_compact()
Dassembler-mips64.cc1008 int32_t Assembler::branch_offset(Label* L, bool jump_elimination_allowed) { in branch_offset()
1035 bool jump_elimination_allowed) { in branch_offset_compact()
1061 int32_t Assembler::branch_offset21(Label* L, bool jump_elimination_allowed) { in branch_offset21()
1088 bool jump_elimination_allowed) { in branch_offset21_compact()
/external/v8/src/arm/
Dassembler-arm.cc1312 int Assembler::branch_offset(Label* L, bool jump_elimination_allowed) { in branch_offset()