diff options
Diffstat (limited to 'deps/v8/src/codegen/reloc-info.h')
-rw-r--r-- | deps/v8/src/codegen/reloc-info.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deps/v8/src/codegen/reloc-info.h b/deps/v8/src/codegen/reloc-info.h index 918c93b13f..2479a926e3 100644 --- a/deps/v8/src/codegen/reloc-info.h +++ b/deps/v8/src/codegen/reloc-info.h @@ -255,8 +255,9 @@ class RelocInfo { V8_INLINE HeapObject target_object(); // In GC operations, we don't have a host_ pointer. Retrieving a target - // for COMPRESSED_EMBEDDED_OBJECT mode requires an isolate. - V8_INLINE HeapObject target_object_no_host(Isolate* isolate); + // for COMPRESSED_EMBEDDED_OBJECT mode requires a pointer compression cage + // base value. + V8_INLINE HeapObject target_object_no_host(PtrComprCageBase cage_base); V8_INLINE Handle<HeapObject> target_object_handle(Assembler* origin); V8_INLINE void set_target_object( |