Lines Matching refs:RelocInfo
237 static SlotCallbackResult UpdateCell(RelocInfo* rinfo, Callback callback) { in UpdateCell()
238 DCHECK(rinfo->rmode() == RelocInfo::CELL); in UpdateCell()
266 static SlotCallbackResult UpdateCodeTarget(RelocInfo* rinfo, in UpdateCodeTarget()
268 DCHECK(RelocInfo::IsCodeTarget(rinfo->rmode())); in UpdateCodeTarget()
281 static SlotCallbackResult UpdateEmbeddedPointer(RelocInfo* rinfo, in UpdateEmbeddedPointer()
283 DCHECK(rinfo->rmode() == RelocInfo::EMBEDDED_OBJECT); in UpdateEmbeddedPointer()
296 static SlotCallbackResult UpdateDebugTarget(RelocInfo* rinfo, in UpdateDebugTarget()
298 DCHECK(RelocInfo::IsDebugBreakSlot(rinfo->rmode()) && in UpdateDebugTarget()
315 RelocInfo rinfo(isolate, addr, RelocInfo::CODE_TARGET, 0, NULL); in UpdateTypedSlot()
319 RelocInfo rinfo(isolate, addr, RelocInfo::CELL, 0, NULL); in UpdateTypedSlot()
326 RelocInfo rinfo(isolate, addr, RelocInfo::DEBUG_BREAK_SLOT_AT_POSITION, in UpdateTypedSlot()
334 RelocInfo rinfo(isolate, addr, RelocInfo::EMBEDDED_OBJECT, 0, NULL); in UpdateTypedSlot()