Searched defs:is_near (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/s390/ |
D | assembler-s390.cc | 557 bool Assembler::is_near(Label* L, Condition cond) { in is_near() function in v8::internal::Assembler
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 1132 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
|
D | macro-assembler-mips.cc | 2764 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/ |
D | macro-assembler-mips64.cc | 3261 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
|
D | assembler-mips64.cc | 1095 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/ |
D | assembler-ppc.cc | 621 bool Assembler::is_near(Label* L, Condition cond) { in is_near() function in v8::internal::Assembler
|