Home
last modified time | relevance | path

Searched refs:jump_elimination_allowed (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips/
Dassembler-mips.h469 int32_t branch_offset(Label* L, bool jump_elimination_allowed);
470 int32_t branch_offset_compact(Label* L, bool jump_elimination_allowed);
471 int32_t branch_offset21(Label* L, bool jump_elimination_allowed);
472 int32_t branch_offset21_compact(Label* L, bool jump_elimination_allowed);
473 int32_t shifted_branch_offset(Label* L, bool jump_elimination_allowed) { in shifted_branch_offset() argument
474 int32_t o = branch_offset(L, jump_elimination_allowed); in shifted_branch_offset()
479 bool jump_elimination_allowed) { in shifted_branch_offset_compact() argument
480 int32_t o = branch_offset_compact(L, 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() argument
1054 bool jump_elimination_allowed) { in branch_offset_compact() argument
1080 int32_t Assembler::branch_offset21(Label* L, bool jump_elimination_allowed) { in branch_offset21() argument
1108 bool jump_elimination_allowed) { in branch_offset21_compact() argument
/external/v8/src/mips64/
Dassembler-mips64.h459 int32_t branch_offset(Label* L, bool jump_elimination_allowed);
460 int32_t branch_offset_compact(Label* L, bool jump_elimination_allowed);
461 int32_t branch_offset21(Label* L, bool jump_elimination_allowed);
462 int32_t branch_offset21_compact(Label* L, bool jump_elimination_allowed);
463 int32_t shifted_branch_offset(Label* L, bool jump_elimination_allowed) { in shifted_branch_offset() argument
464 int32_t o = branch_offset(L, jump_elimination_allowed); in shifted_branch_offset()
469 bool jump_elimination_allowed) { in shifted_branch_offset_compact() argument
470 int32_t o = branch_offset_compact(L, 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() argument
1035 bool jump_elimination_allowed) { in branch_offset_compact() argument
1061 int32_t Assembler::branch_offset21(Label* L, bool jump_elimination_allowed) { in branch_offset21() argument
1088 bool jump_elimination_allowed) { in branch_offset21_compact() argument
/external/v8/src/arm/
Dassembler-arm.h744 int branch_offset(Label* L, bool jump_elimination_allowed);
Dassembler-arm.cc1312 int Assembler::branch_offset(Label* L, bool jump_elimination_allowed) { in branch_offset() argument