Searched defs:is_near (Results 1 – 7 of 7) sorted by relevance
/external/vixl/src/aarch32/ |
D | label-aarch32.h | 211 bool is_near) { in SetVeneerPoolManager()
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 976 bool Assembler::is_near(Label* L) { in is_near() function in v8::internal::Assembler 982 bool Assembler::is_near(Label* L, OffsetSize bits) { in is_near() function in v8::internal::Assembler
|
D | macro-assembler-mips.cc | 2573 bool is_near = BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot); in Branch() local 3171 bool is_near = BranchAndLinkShortCheck(offset, nullptr, cond, rs, rt, bdslot); in BranchAndLink() local
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 943 bool Assembler::is_near(Label* L) { in is_near() function in v8::internal::Assembler 949 bool Assembler::is_near(Label* L, OffsetSize bits) { in is_near() function in v8::internal::Assembler
|
D | macro-assembler-mips64.cc | 2746 bool is_near = BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot); in Branch() local 3346 bool is_near = BranchAndLinkShortCheck(offset, nullptr, cond, rs, rt, bdslot); in BranchAndLink() local
|
/external/v8/src/s390/ |
D | assembler-s390.cc | 487 bool Assembler::is_near(Label* L, Condition cond) { in is_near() function in v8::internal::Assembler
|
/external/v8/src/ppc/ |
D | assembler-ppc.cc | 608 bool Assembler::is_near(Label* L, Condition cond) { in is_near() function in v8::internal::Assembler
|