Lines Matching defs:pc_offset

110     int offset = assm->pc_offset() - base;
161 offset = assm->pc_offset() - base;
209 return !empty ? (assm->pc_offset() - emitted_label_.pos()) : 0;
225 return RecordKey(std::move(key), assm_->pc_offset());
232 return RecordKey(std::move(key), assm_->pc_offset());
272 IsAlignmentRequiredIfEmittedAt(require_jump, assm_->pc_offset());
325 DCHECK(IsInImmRangeIfEmittedAt(assm_->pc_offset()));
335 assm_->pc_offset() + static_cast<int>(instructions * kInstrSize);
340 DCHECK(iter->first.is_value32() || IsAligned(assm_->pc_offset(), 8));
376 size_t pool_end_32 = assm_->pc_offset() + margin + worst_case_size;
415 int pc_offset) const {
418 !IsAligned(pc_offset + size_up_to_marker, kInt64Size)) {
424 bool ConstantPool::IsInImmRangeIfEmittedAt(int pc_offset) {
425 // Check that all entries are in range if the pool is emitted at {pc_offset}.
429 IsAlignmentRequiredIfEmittedAt(Jump::kRequired, pc_offset);
431 pc_offset + ComputeSize(Jump::kRequired, require_alignment);
455 if (assm_->pc_offset() >= next_check_) {
473 return RecordKey(std::move(key), assm_->pc_offset());
480 return RecordKey(std::move(key), assm_->pc_offset());
520 IsAlignmentRequiredIfEmittedAt(require_jump, assm_->pc_offset());
574 DCHECK(IsInImmRangeIfEmittedAt(assm_->pc_offset()));
584 assm_->pc_offset() + static_cast<int>(instructions * kInstrSize);
589 DCHECK(iter->first.is_value32() || IsAligned(assm_->pc_offset(), 8));
625 size_t pool_end_32 = assm_->pc_offset() + margin + worst_case_size;
664 int pc_offset) const {
667 !IsAligned(pc_offset + size_up_to_marker, kInt64Size)) {
673 bool ConstantPool::IsInImmRangeIfEmittedAt(int pc_offset) {
674 // Check that all entries are in range if the pool is emitted at {pc_offset}.
678 IsAlignmentRequiredIfEmittedAt(Jump::kRequired, pc_offset);
680 pc_offset + ComputeSize(Jump::kRequired, require_alignment);
704 if (assm_->pc_offset() >= next_check_) {