Home | History | Annotate | Download | only in x64

Lines Matching defs:pc_offset

315   desc->instr_size = pc_offset();
328 int delta = (m - (pc_offset() & (m - 1))) & (m - 1);
349 DCHECK(0 <= pos && pos <= pc_offset()); // Position must be valid.
398 bind_to(L, pc_offset());
421 desc.instr_size = pc_offset();
471 int offset = label->pos() - pc_offset() - sizeof(int32_t);
476 label->link_to(pc_offset() - sizeof(int32_t));
479 int32_t current = pc_offset();
838 int offset = L->pos() - pc_offset() - sizeof(int32_t);
843 L->link_to(pc_offset() - sizeof(int32_t));
846 int32_t current = pc_offset();
1209 int offs = L->pos() - pc_offset();
1235 int offset = L->near_link_pos() - pc_offset();
1239 L->link_to(pc_offset(), Label::kNear);
1246 L->link_to(pc_offset() - sizeof(int32_t));
1251 int32_t current = pc_offset();
1285 int offs = L->pos() - pc_offset() - 1;
1300 int offset = L->near_link_pos() - pc_offset();
1304 L->link_to(pc_offset(), Label::kNear);
1310 L->link_to(pc_offset() - long_size);
1315 int32_t current = pc_offset();
1551 int offset = src->pos() - pc_offset() - sizeof(int32_t);
1556 src->link_to(pc_offset() - sizeof(int32_t));
1559 int32_t current = pc_offset();
4674 void Assembler::RecordProtectedInstructionLanding(int pc_offset) {
4677 RelocInfo::WASM_PROTECTED_INSTRUCTION_LANDING, pc_offset,
4704 internal_reference_positions_.push_back(pc_offset());
4711 label->link_to(pc_offset() - sizeof(int32_t));
4714 int32_t current = pc_offset();