/third_party/node/deps/v8/src/execution/ |
H A D | local-isolate-inl.h | 15 Address LocalIsolate::cage_base() const { return isolate_->cage_base(); } in cage_base() function in v8::internal::LocalIsolate
|
H A D | isolate-utils-inl.h | 25 V8_INLINE Address GetIsolateRootAddress(PtrComprCageBase cage_base) { in GetIsolateRootAddress() argument
|
H A D | isolate-data.h | 72 IsolateData(Isolate* isolate, Address cage_base) in IsolateData() argument 121 Address cage_base() const { return cage_base_; } in cage_base() function in v8::internal::final
|
/third_party/node/deps/v8/src/objects/ |
H A D | visitors-inl.h | 15 ObjectVisitorWithCageBases( PtrComprCageBase cage_base, PtrComprCageBase code_cage_base) ObjectVisitorWithCageBases() argument
|
H A D | literal-objects-inl.h | 32 PtrComprCageBase cage_base = GetPtrComprCageBase(*this); in name() local 36 Object ObjectBoilerplateDescription::name(PtrComprCageBase cage_base, in name() argument 45 PtrComprCageBase cage_base = GetPtrComprCageBase(*this); in value() local 49 Object ObjectBoilerplateDescription::value(PtrComprCageBase cage_base, in value() argument
|
H A D | js-array-inl.h | 33 Object JSArray::length(PtrComprCageBase cage_base, RelaxedLoadTag tag) const { in length() argument
|
H A D | maybe-object-inl.h | 81 ClearedValue( PtrComprCageBase cage_base) ClearedValue() argument
|
H A D | property-array-inl.h | 30 PtrComprCageBase cage_base = GetPtrComprCageBase(*this); in get() local 34 Object PropertyArray::get(PtrComprCageBase cage_base, int index) const { in get() argument 42 PtrComprCageBase cage_base = GetPtrComprCageBase(*this); in get() local 46 Object PropertyArray::get(PtrComprCageBase cage_base, int index, in get() argument 85 PtrComprCageBase cage_base = GetPtrComprCageBase(*this); in Swap() local 89 Swap(PtrComprCageBase cage_base, int index, Object value, SeqCstAccessTag tag) Swap() argument [all...] |
H A D | property.cc | 100 PtrComprCageBase cage_base = GetPtrComprCageBase(*key); in DataConstant() local
|
H A D | tagged-field-inl.h | 65 T TaggedField<T, kFieldOffset>::load(PtrComprCageBase cage_base, in load() argument 106 T TaggedField<T, kFieldOffset>::Relaxed_Load(PtrComprCageBase cage_base, in Relaxed_Load() argument 162 T TaggedField<T, kFieldOffset>::Acquire_Load(PtrComprCageBase cage_base, in Acquire_Load() argument 115 Relaxed_Load_Map_Word( PtrComprCageBase cage_base, HeapObject host) Relaxed_Load_Map_Word() argument 155 Acquire_Load_No_Unpack( PtrComprCageBase cage_base, HeapObject host, int offset) Acquire_Load_No_Unpack() argument 215 SeqCst_Load(PtrComprCageBase cage_base, HeapObject host, int offset) SeqCst_Load() argument 252 SeqCst_Swap(PtrComprCageBase cage_base, HeapObject host, int offset, T value) SeqCst_Swap() argument [all...] |
H A D | scope-info-inl.h | 77 PtrComprCageBase cage_base = GetPtrComprCageBase(*scope_info()); in name() local
|
H A D | contexts-inl.h | 70 PtrComprCageBase cage_base = GetPtrComprCageBase(*this); in get() local 74 Object Context::get(PtrComprCageBase cage_base, int index) const { in get() argument 90 PtrComprCageBase cage_base = GetPtrComprCageBase(*this); in get() local 94 Object Context::get(PtrComprCageBase cage_base, int index, in get() argument
|
H A D | hash-table-inl.h | 163 InternalIndex HashTable<Derived, Shape>::FindEntry(PtrComprCageBase cage_base, in FindEntry() argument 207 bool HashTable<Derived, Shape>::ToKey(PtrComprCageBase cage_base, in ToKey() argument 217 PtrComprCageBase cage_base = GetPtrComprCageBase(*this); in KeyAt() local 222 Object HashTable<Derived, Shape>::KeyAt(PtrComprCageBase cage_base, in KeyAt() argument 230 PtrComprCageBase cage_base in KeyAt() local 235 KeyAt(PtrComprCageBase cage_base, InternalIndex entry, RelaxedLoadTag tag) KeyAt() argument [all...] |
/third_party/node/deps/v8/src/sandbox/ |
H A D | sandboxed-pointer-inl.h | 16 ReadSandboxedPointerField(Address field_address, PtrComprCageBase cage_base) ReadSandboxedPointerField() argument 30 WriteSandboxedPointerField(Address field_address, PtrComprCageBase cage_base, Address pointer) WriteSandboxedPointerField() argument
|
/third_party/node/deps/v8/src/common/ |
H A D | ptr-compr-inl.h | 39 V8_INLINE Address GetPtrComprCageBaseAddress(PtrComprCageBase cage_base) { in GetPtrComprCageBaseAddress() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | objects-visiting-inl.h | 32 HeapVisitor( PtrComprCageBase cage_base, PtrComprCageBase code_cage_base) HeapVisitor() argument
|
H A D | spaces.cc | 113 Address SkipFillers(PtrComprCageBase cage_base, HeapObject filler, in SkipFillers() argument
|
H A D | marking-visitor.h | 33 explicit MarkingStateBase(PtrComprCageBase cage_base) in MarkingStateBase() argument 42 V8_INLINE PtrComprCageBase cage_base() const { in cage_base() function in v8::internal::MarkingStateBase
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64-inl.h | 138 HeapObject RelocInfo::target_object(PtrComprCageBase cage_base) { in target_object() argument
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips-inl.h | 159 HeapObject RelocInfo::target_object(PtrComprCageBase cage_base) { in target_object() argument
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | assembler-s390-inl.h | 142 HeapObject RelocInfo::target_object(PtrComprCageBase cage_base) { in target_object() argument
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64-inl.h | 88 HeapObject RelocInfo::target_object(PtrComprCageBase cage_base) { in target_object() argument
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32-inl.h | 83 HeapObject RelocInfo::target_object(PtrComprCageBase cage_base) { in target_object() argument
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64-inl.h | 159 HeapObject RelocInfo::target_object(PtrComprCageBase cage_base) { in target_object() argument
|
/third_party/node/deps/v8/src/logging/ |
H A D | log-utils.cc | 114 PtrComprCageBase cage_base = GetPtrComprCageBase(str); in AppendString() local
|