#ifndef V8_HEAP_REMEMBERED_SET_INL_H_
#define V8_HEAP_REMEMBERED_SET_INL_H_
#include "src/codegen/assembler-inl.h"
#include "src/common/ptr-compr-inl.h"
#include "src/heap/remembered-set.h"
#include "src/objects/heap-object.h"
namespace v8 {
namespace internal {
template <typename Callback>
SlotCallbackResult UpdateTypedSlotHelper::UpdateTypedSlot(
WritableJitAllocation& jit_allocation, Heap* heap, SlotType slot_type,
Address addr, Callback callback) { … }
Tagged<HeapObject> UpdateTypedSlotHelper::GetTargetObject(Heap* heap,
SlotType slot_type,
Address addr) { … }
}
}
#endif