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

  /external/chromium_org/third_party/ots/src/
cff.h 18 : count(0), off_size(0), offset_to_next(0) {}
22 uint32_t offset_to_next; member in struct:ots::CFFIndex
cff.cc 66 index->offset_to_next = table->offset();
120 index->offset_to_next = index->offsets.back();
943 table.set_offset(name_index.offset_to_next);
953 table.set_offset(top_dict_index.offset_to_next);
972 table.set_offset(string_index.offset_to_next);
  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc 1387 int offset_to_next = local
1389 ASSERT(offset_to_next <= 0);
1394 if (offset_to_next < 0) {
1395 L->link_to(fixup_pos + offset_to_next, Label::kNear);
    [all...]
  /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/chromium_org/v8/src/x64/
assembler-x64.cc 430 int offset_to_next = local
432 ASSERT(offset_to_next <= 0);
436 if (offset_to_next < 0) {
437 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 131 milliseconds