Home
last modified time | relevance | path

Searched defs:is_near (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/s390/
Dassembler-s390.cc557 bool Assembler::is_near(Label* L, Condition cond) { in is_near() function in v8::internal::Assembler
/external/v8/src/mips/
Dassembler-mips.cc1132 bool Assembler::is_near(Label* L) { in is_near() function in v8::internal::Assembler
1138 bool Assembler::is_near(Label* L, OffsetSize bits) { in is_near() function in v8::internal::Assembler
Dmacro-assembler-mips.cc2764 bool is_near = BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot); in Branch() local
3284 bool is_near = BranchAndLinkShortCheck(offset, nullptr, cond, rs, rt, bdslot); in BranchAndLink() local
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc3261 bool is_near = BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot); in Branch() local
3785 bool is_near = BranchAndLinkShortCheck(offset, nullptr, cond, rs, rt, bdslot); in BranchAndLink() local
Dassembler-mips64.cc1095 bool Assembler::is_near(Label* L) { in is_near() function in v8::internal::Assembler
1101 bool Assembler::is_near(Label* L, OffsetSize bits) { in is_near() function in v8::internal::Assembler
/external/v8/src/ppc/
Dassembler-ppc.cc621 bool Assembler::is_near(Label* L, Condition cond) { in is_near() function in v8::internal::Assembler