HomeSort by relevance Sort by last modified time
    Searched refs:is_near (Results 1 - 11 of 11) sorted by null

  /external/v8/src/mips/
macro-assembler-mips.cc     [all...]
assembler-mips.h 420 bool is_near(Label* L);
421 bool is_near(Label* L, OffsetSize bits);
    [all...]
assembler-mips.cc 976 bool Assembler::is_near(Label* L) { function in class:v8::Assembler
982 bool Assembler::is_near(Label* L, OffsetSize bits) { function in class:v8::Assembler
    [all...]
  /external/vixl/src/aarch32/
label-aarch32.h 211 bool is_near) {
213 is_near_ = is_near;
  /external/v8/src/mips64/
macro-assembler-mips64.cc     [all...]
assembler-mips64.h 424 bool is_near(Label* L);
425 bool is_near(Label* L, OffsetSize bits);
    [all...]
assembler-mips64.cc 943 bool Assembler::is_near(Label* L) { function in class:v8::internal::Assembler
949 bool Assembler::is_near(Label* L, OffsetSize bits) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/ppc/
assembler-ppc.h 436 bool is_near(Label* L, Condition cond);
755 if ((L->is_bound() && is_near(L, cond)) || !is_trampoline_emitted()) {
    [all...]
assembler-ppc.cc 608 bool Assembler::is_near(Label* L, Condition cond) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/s390/
assembler-s390.h 435 bool is_near(Label* L, Condition cond);
    [all...]
assembler-s390.cc 487 bool Assembler::is_near(Label* L, Condition cond) { function in class:v8::internal::Assembler
    [all...]

Completed in 409 milliseconds