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

  /external/v8/src/ia32/
assembler-ia32-inl.h 502 L->link_to(pc_offset());
514 L->link_to(pc_offset(), Label::kNear);
assembler-ia32.h 438 n > 0 ? L->link_to(n) : L->Unuse();
440 void link_to(Label* L) { init(L, type()); }
    [all...]
assembler-ia32.cc 1332 L->link_to(fixup_pos + offset_to_next, Label::kNear);
    [all...]
  /external/v8/src/x87/
assembler-x87-inl.h 503 L->link_to(pc_offset());
515 L->link_to(pc_offset(), Label::kNear);
assembler-x87.h 427 n > 0 ? L->link_to(n) : L->Unuse();
429 void link_to(Label* L) { init(L, type()); }
    [all...]
assembler-x87.cc 1265 L->link_to(fixup_pos + offset_to_next, Label::kNear);
    [all...]
  /external/v8/src/
regexp-macro-assembler-irregexp.cc 65 l->link_to(pc_);
assembler.h 264 void link_to(int pos, Distance distance = kFar) { function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 845 L->link_to(link);
1012 L->link_to(pc_offset());
1014 L->link_to(pc_offset());
1034 L->link_to(pc_offset());
1036 L->link_to(pc_offset());
1061 L->link_to(pc_offset());
1063 L->link_to(pc_offset());
1088 L->link_to(pc_offset());
1090 L->link_to(pc_offset());
1116 L->link_to(pc_offset())
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 829 L->link_to(link);
994 L->link_to(pc_offset());
996 L->link_to(pc_offset());
1015 L->link_to(pc_offset());
1017 L->link_to(pc_offset());
1042 L->link_to(pc_offset());
1044 L->link_to(pc_offset());
1068 L->link_to(pc_offset());
1070 L->link_to(pc_offset());
1095 L->link_to(pc_offset())
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 315 L->link_to(fixup_pos + offset_to_next, Label::kNear);
666 L->link_to(pc_offset() - sizeof(int32_t));
671 L->link_to(current);
1009 L->link_to(pc_offset(), Label::kNear);
1016 L->link_to(pc_offset() - sizeof(int32_t));
1023 L->link_to(current);
1074 L->link_to(pc_offset(), Label::kNear);
1080 L->link_to(pc_offset() - long_size);
1087 L->link_to(current);
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 977 L->link_to(link);
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 659 label->link_to(reinterpret_cast<byte*>(next_link) - buffer_);
754 label->link_to(prevlinkoffset);
800 label->link_to(pc_offset());
    [all...]

Completed in 145 milliseconds