Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dlabel-aarch32.h211 bool is_near) { in SetVeneerPoolManager()
/external/v8/src/mips/
Dassembler-mips.cc976 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
Dmacro-assembler-mips.cc2573 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/
Dassembler-mips64.cc943 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
Dmacro-assembler-mips64.cc2746 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/
Dassembler-s390.cc487 bool Assembler::is_near(Label* L, Condition cond) { in is_near() function in v8::internal::Assembler
/external/v8/src/ppc/
Dassembler-ppc.cc608 bool Assembler::is_near(Label* L, Condition cond) { in is_near() function in v8::internal::Assembler