Searched refs:kFeedbackSlotsOffset (Results 1 – 5 of 5) sorted by relevance
156 int offset = kFeedbackSlotsOffset + index * kPointerSize; in get()168 int offset = kFeedbackSlotsOffset + index * kPointerSize; in set()183 return HeapObject::RawMaybeWeakField(this, kFeedbackSlotsOffset); in slots_start()
298 static const int kFeedbackSlotsOffset = kHeaderSize; variable306 return kFeedbackSlotsOffset + length * kPointerSize; in SizeFor()
375 offset == kOptimizedCodeOffset || offset >= kFeedbackSlotsOffset; in IsValidSlot()383 IterateMaybeWeakPointers(obj, kFeedbackSlotsOffset, object_size, v); in IterateBody()
2319 FeedbackVector::kFeedbackSlotsOffset + additional_offset - kHeapObjectTag; in LoadFeedbackVectorSlot()2807 FeedbackVector::kFeedbackSlotsOffset + additional_offset - kHeapObjectTag; in StoreFeedbackVectorSlot()
73 int32_t header_size = FeedbackVector::kFeedbackSlotsOffset - kHeapObjectTag; in TryMonomorphicCase()