Searched refs:is_near (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/mips/
H A Dmacro-assembler-mips.cc2115 nan->is_bound() ? is_near(nan) : is_trampoline_emitted();
2154 target->is_bound() ? is_near(target) : is_trampoline_emitted();
2808 bool is_near = BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot);
2809 DCHECK(is_near);
2810 USE(is_near);
2961 if (!is_near(L, bits)) return false;
2970 if (!is_near(L, bits)) return false;
2977 if (!is_near(L, bits)) return false;
2983 if (!is_near(L, bits)) return false;
2994 if (!is_near(
[all...]
H A Dassembler-mips.h419 bool is_near(Label* L);
420 bool is_near(Label* L, OffsetSize bits);
H A Dassembler-mips.cc975 bool Assembler::is_near(Label* L) { function in class:v8::Assembler
981 bool Assembler::is_near(Label* L, OffsetSize bits) { function in class:v8::Assembler
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.cc2324 bool long_branch = nan->is_bound() ? is_near(nan) : is_trampoline_emitted();
2364 target->is_bound() ? is_near(target) : is_trampoline_emitted();
2976 bool is_near = BranchShortCheck(offset, nullptr, cond, rs, rt, bdslot);
2977 DCHECK(is_near);
2978 USE(is_near);
3129 if (!is_near(L, bits)) return false;
3138 if (!is_near(L, bits)) return false;
3145 if (!is_near(L, bits)) return false;
3151 if (!is_near(L, bits)) return false;
3162 if (!is_near(
[all...]
H A Dassembler-mips64.h422 bool is_near(Label* L);
423 bool is_near(Label* L, OffsetSize bits);
H A Dassembler-mips64.cc941 bool Assembler::is_near(Label* L) { function in class:v8::internal::Assembler
947 bool Assembler::is_near(Label* L, OffsetSize bits) { function in class:v8::internal::Assembler
/external/v8/src/ppc/
H A Dassembler-ppc.h434 bool is_near(Label* L, Condition cond);
760 if ((L->is_bound() && is_near(L, cond)) || !is_trampoline_emitted()) {
H A Dassembler-ppc.cc600 bool Assembler::is_near(Label* L, Condition cond) { function in class:v8::internal::Assembler
/external/v8/src/s390/
H A Dassembler-s390.h433 bool is_near(Label* L, Condition cond);
H A Dassembler-s390.cc472 bool Assembler::is_near(Label* L, Condition cond) { function in class:v8::internal::Assembler

Completed in 742 milliseconds