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

  /external/v8/src/ia32/
assembler-ia32.cc 1371 int offset_to_next = local
1373 ASSERT(offset_to_next <= 0);
1378 if (offset_to_next < 0) {
1379 L->link_to(fixup_pos + offset_to_next, Label::kNear);
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 466 int offset_to_next = local
468 ASSERT(offset_to_next <= 0);
472 if (offset_to_next < 0) {
473 L->link_to(fixup_pos + offset_to_next, Label::kNear);
    [all...]

Completed in 175 milliseconds