/third_party/node/deps/v8/src/wasm/ |
D | wasm-external-refs.h | 20 V8_EXPORT_PRIVATE void f32_trunc_wrapper(Address data); 22 V8_EXPORT_PRIVATE void f32_floor_wrapper(Address data); 24 V8_EXPORT_PRIVATE void f32_ceil_wrapper(Address data); 26 V8_EXPORT_PRIVATE void f32_nearest_int_wrapper(Address data); 28 V8_EXPORT_PRIVATE void f64_trunc_wrapper(Address data); 30 V8_EXPORT_PRIVATE void f64_floor_wrapper(Address data); 32 V8_EXPORT_PRIVATE void f64_ceil_wrapper(Address data); 34 V8_EXPORT_PRIVATE void f64_nearest_int_wrapper(Address data); 36 V8_EXPORT_PRIVATE void int64_to_float32_wrapper(Address data); 38 V8_EXPORT_PRIVATE void uint64_to_float32_wrapper(Address data); [all …]
|
D | jump-table-assembler.cc | 18 Address lazy_compile_target) { in EmitLazyCompileJumpSlot() 24 bool JumpTableAssembler::EmitJumpSlot(Address target) { in EmitJumpSlot() 32 void JumpTableAssembler::EmitFarJumpSlot(Address target) { in EmitFarJumpSlot() 46 void JumpTableAssembler::PatchFarJumpSlot(Address slot, Address target) { in PatchFarJumpSlot() 50 reinterpret_cast<std::atomic<Address>*>(slot + kSystemPointerSize) in PatchFarJumpSlot() 64 Address lazy_compile_target) { 69 bool JumpTableAssembler::EmitJumpSlot(Address target) { 74 void JumpTableAssembler::EmitFarJumpSlot(Address target) { 79 void JumpTableAssembler::PatchFarJumpSlot(Address slot, Address target) { 90 Address lazy_compile_target) { [all …]
|
D | wasm-external-refs.cc | 46 void f32_trunc_wrapper(Address data) { in f32_trunc_wrapper() 50 void f32_floor_wrapper(Address data) { in f32_floor_wrapper() 54 void f32_ceil_wrapper(Address data) { in f32_ceil_wrapper() 58 void f32_nearest_int_wrapper(Address data) { in f32_nearest_int_wrapper() 67 void f64_trunc_wrapper(Address data) { in f64_trunc_wrapper() 71 void f64_floor_wrapper(Address data) { in f64_floor_wrapper() 75 void f64_ceil_wrapper(Address data) { in f64_ceil_wrapper() 79 void f64_nearest_int_wrapper(Address data) { in f64_nearest_int_wrapper() 88 void int64_to_float32_wrapper(Address data) { in int64_to_float32_wrapper() 93 void uint64_to_float32_wrapper(Address data) { in uint64_to_float32_wrapper() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 39 ArrayRef<uint8_t> Bytes, uint64_t Address, 44 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() argument 56 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() argument 77 uint64_t Address, 82 uint64_t Address, 86 uint64_t Address, const void *Decoder); 89 uint64_t Address, const void *Decoder); 93 uint64_t Address, 98 uint64_t Address, 103 uint64_t Address, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 139 ArrayRef<uint8_t> Bytes, uint64_t Address, 144 ArrayRef<uint8_t> Bytes, uint64_t Address, 148 ArrayRef<uint8_t> Bytes, uint64_t Address, 178 uint64_t Address, const void *Decoder); 180 uint64_t Address, const void *Decoder); 182 uint64_t Address, const void *Decoder); 184 uint64_t Address, const void *Decoder); 186 unsigned RegNo, uint64_t Address, 189 unsigned RegNo, uint64_t Address, 192 unsigned RegNo, uint64_t Address, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 38 ArrayRef<uint8_t> Bytes, uint64_t Address, 147 uint64_t Address, in DecodeIntRegsRegisterClass() argument 158 uint64_t Address, in DecodeI64RegsRegisterClass() argument 170 uint64_t Address, in DecodeFPRegsRegisterClass() argument 182 uint64_t Address, in DecodeDFPRegsRegisterClass() argument 194 uint64_t Address, in DecodeQFPRegsRegisterClass() argument 208 uint64_t Address, in DecodeCPRegsRegisterClass() argument 218 uint64_t Address, in DecodeFCCRegsRegisterClass() argument 227 uint64_t Address, in DecodeASRRegsRegisterClass() argument 236 uint64_t Address, in DecodePRRegsRegisterClass() argument [all …]
|
/third_party/node/deps/v8/src/base/ |
D | virtual-address-space.h | 17 using Address = uintptr_t; variable 18 constexpr Address kNullAddress = 0; 57 Address RandomPageAddress() override; 59 Address AllocatePages(Address hint, size_t size, size_t alignment, 62 void FreePages(Address address, size_t size) override; 64 bool SetPagePermissions(Address address, size_t size, 67 bool AllocateGuardRegion(Address address, size_t size) override; 69 void FreeGuardRegion(Address address, size_t size) override; 71 Address AllocateSharedPages(Address hint, size_t size, 76 void FreeSharedPages(Address address, size_t size) override; [all …]
|
D | emulated-virtual-address-subspace.h | 39 Address base, size_t mapped_size, in NON_EXPORTED_BASE() 46 Address RandomPageAddress() override; in NON_EXPORTED_BASE() 48 Address AllocatePages(Address hint, size_t size, size_t alignment, in NON_EXPORTED_BASE() 51 void FreePages(Address address, size_t size) override; in NON_EXPORTED_BASE() 53 Address AllocateSharedPages(Address hint, size_t size, in NON_EXPORTED_BASE() 58 void FreeSharedPages(Address address, size_t size) override; in NON_EXPORTED_BASE() 60 bool SetPagePermissions(Address address, size_t size, in NON_EXPORTED_BASE() 63 bool AllocateGuardRegion(Address address, size_t size) override; in NON_EXPORTED_BASE() 65 void FreeGuardRegion(Address address, size_t size) override; in NON_EXPORTED_BASE() 70 Address hint, size_t size, size_t alignment, in NON_EXPORTED_BASE() [all …]
|
D | virtual-address-space.cc | 72 Address VirtualAddressSpace::RandomPageAddress() { in RandomPageAddress() 73 return reinterpret_cast<Address>(OS::GetRandomMmapAddr()); in RandomPageAddress() 76 Address VirtualAddressSpace::AllocatePages(Address hint, size_t size, in AllocatePages() 83 return reinterpret_cast<Address>( in AllocatePages() 88 void VirtualAddressSpace::FreePages(Address address, size_t size) { in FreePages() 95 bool VirtualAddressSpace::SetPagePermissions(Address address, size_t size, in SetPagePermissions() 104 bool VirtualAddressSpace::AllocateGuardRegion(Address address, size_t size) { in AllocateGuardRegion() 117 void VirtualAddressSpace::FreeGuardRegion(Address address, size_t size) { in FreeGuardRegion() 128 Address VirtualAddressSpace::AllocateSharedPages( in AllocateSharedPages() 129 Address hint, size_t size, PagePermissions permissions, in AllocateSharedPages() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Disassembler/ |
D | RISCVDisassembler.cpp | 40 ArrayRef<uint8_t> Bytes, uint64_t Address, 60 uint64_t Address, in DecodeGPRRegisterClass() argument 77 uint64_t Address, in DecodeFPR32RegisterClass() argument 88 uint64_t Address, in DecodeFPR32CRegisterClass() argument 99 uint64_t Address, in DecodeFPR64RegisterClass() argument 110 uint64_t Address, in DecodeFPR64CRegisterClass() argument 121 uint64_t Address, in DecodeGPRNoX0RegisterClass() argument 127 return DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder); in DecodeGPRNoX0RegisterClass() 131 uint64_t Address, in DecodeGPRNoX0X2RegisterClass() argument 137 return DecodeGPRNoX0RegisterClass(Inst, RegNo, Address, Decoder); in DecodeGPRNoX0X2RegisterClass() [all …]
|
/third_party/node/deps/v8/include/ |
D | v8-internal.h | 29 typedef uintptr_t Address; typedef 30 static const Address kNullAddress = 0; 82 V8_INLINE static int SmiToInt(const internal::Address value) { 107 V8_INLINE static int SmiToInt(const internal::Address value) { 151 V8_INLINE static constexpr internal::Address IntToSmi(int value) { 152 return (static_cast<Address>(value) << (kSmiTagSize + kSmiShiftSize)) | 177 using SandboxedPointer_t = Address; 185 using ExternalPointer_t = Address; 315 V8_EXPORT Address DecodeExternalPointerImpl(const Isolate* isolate, 321 V8_EXPORT internal::Isolate* IsolateFromNeverReadOnlySpaceObject(Address obj); [all …]
|
/third_party/node/deps/v8/src/sandbox/ |
D | external-pointer-table.h | 79 inline Address Get(uint32_t index, ExternalPointerTag tag) const; 84 inline void Set(uint32_t index, Address value, ExternalPointerTag tag); 119 static const Address kExternalPointerMarkBit = 1ULL << 63; 131 inline Address entry_address(uint32_t index) const { in entry_address() 132 return buffer_ + index * sizeof(Address); in entry_address() 137 inline Address load(uint32_t index) const { in load() 138 return base::Memory<Address>(entry_address(index)); in load() 143 inline void store(uint32_t index, Address value) { in store() 144 base::Memory<Address>(entry_address(index)) = value; in store() 148 inline Address load_atomic(uint32_t index) const { in load_atomic() [all …]
|
D | sandbox.h | 73 Address base() const { return base_; } in base() 74 Address end() const { return end_; } in end() 77 Address base_address() const { return reinterpret_cast<Address>(&base_); } in base_address() 78 Address end_address() const { return reinterpret_cast<Address>(&end_); } in end_address() 79 Address size_address() const { return reinterpret_cast<Address>(&size_); } in size_address() 89 bool Contains(Address addr) const { in Contains() 94 return Contains(reinterpret_cast<Address>(ptr)); in Contains() 100 Address empty_backing_store_buffer() const { in empty_backing_store_buffer() 103 Address empty_backing_store_buffer_address() const { in empty_backing_store_buffer_address() 104 return reinterpret_cast<Address>(&empty_backing_store_buffer_); in empty_backing_store_buffer_address() [all …]
|
/third_party/node/deps/v8/src/common/ |
D | ptr-compr-inl.h | 22 Address PtrComprCageBase::address() const { in address() 23 Address ret = address_; in address() 24 ret = reinterpret_cast<Address>(V8_ASSUME_ALIGNED( in address() 31 V8_INLINE Tagged_t CompressTagged(Address tagged) { in CompressTagged() 35 V8_INLINE constexpr Address GetPtrComprCageBaseAddress(Address on_heap_addr) { in GetPtrComprCageBaseAddress() 39 V8_INLINE Address GetPtrComprCageBaseAddress(PtrComprCageBase cage_base) { in GetPtrComprCageBaseAddress() 44 Address address) { in GetPtrComprCageBaseFromOnHeapAddress() 49 V8_INLINE Address DecompressTaggedSigned(Tagged_t raw_value) { in DecompressTaggedSigned() 51 return static_cast<Address>(raw_value); in DecompressTaggedSigned() 57 V8_INLINE Address DecompressTaggedPointer(TOnHeapAddress on_heap_addr, in DecompressTaggedPointer() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 74 ArrayRef<uint8_t> Bytes, uint64_t Address, 84 uint64_t Address, 89 uint64_t Address, 94 uint64_t Address, 99 uint64_t Address, 104 uint64_t Address, 109 uint64_t Address, 114 uint64_t Address, 119 uint64_t Address, 124 uint64_t Address, [all …]
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | assembler-ppc-inl.h | 55 Address target = Memory<Address>(pc_); in apply() 56 Memory<Address>(pc_) = target + delta; in apply() 60 Address target = Assembler::target_address_at(pc_, constant_pool_); in apply() 66 Address RelocInfo::target_internal_reference() { in target_internal_reference() 69 return Memory<Address>(pc_); in target_internal_reference() 77 Address RelocInfo::target_internal_reference_address() { in target_internal_reference_address() 82 Address RelocInfo::target_address() { in target_address() 87 Address RelocInfo::target_address_address() { in target_address_address() 110 Address RelocInfo::constant_pool_entry_address() { in constant_pool_entry_address() 122 Address pc, Address constant_pool, Tagged_t target, in set_target_compressed_address_at() [all …]
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | assembler-s390-inl.h | 55 Address target = Memory<Address>(pc_); in apply() 56 Memory<Address>(pc_) = target + delta; in apply() 70 Address target = Assembler::target_address_at(pc_, constant_pool_); in apply() 76 Address RelocInfo::target_internal_reference() { in target_internal_reference() 79 return Memory<Address>(pc_); in target_internal_reference() 87 Address RelocInfo::target_internal_reference_address() { in target_internal_reference_address() 92 Address RelocInfo::target_address() { in target_address() 98 Address RelocInfo::target_address_address() { in target_address_address() 113 Address RelocInfo::constant_pool_entry_address() { UNREACHABLE(); } in constant_pool_entry_address() 116 Address pc, Address constant_pool, Tagged_t target, in set_target_compressed_address_at() [all …]
|
/third_party/node/deps/v8/src/execution/ |
D | frames-inl.h | 21 Address inner_pointer; 35 InnerPointerToCodeCacheEntry* GetCacheEntry(Address inner_pointer); 46 inline Address StackHandler::address() const { in address() 47 return reinterpret_cast<Address>(const_cast<StackHandler*>(this)); in address() 52 return FromAddress(base::Memory<Address>(address() + offset)); in next() 55 inline Address StackHandler::next_address() const { in next_address() 56 return base::Memory<Address>(address() + StackHandlerConstants::kNextOffset); in next_address() 59 inline StackHandler* StackHandler::FromAddress(Address address) { in FromAddress() 70 inline Address StackFrame::callee_pc() const { in callee_pc() 75 inline Address StackFrame::pc() const { return ReadPC(pc_address()); } in pc() [all …]
|
D | isolate-data.h | 72 IsolateData(Isolate* isolate, Address cage_base) in IsolateData() 81 Address isolate_root() const { in isolate_root() 82 return reinterpret_cast<Address>(this) + kIsolateRootBias; in isolate_root() 113 Address Name##_address() { return reinterpret_cast<Address>(&Name##_); } 117 Address fast_c_call_caller_fp() const { return fast_c_call_caller_fp_; } in ISOLATE_DATA_FIELDS() 118 Address fast_c_call_caller_pc() const { return fast_c_call_caller_pc_; } in fast_c_call_caller_pc() 119 Address fast_api_call_target() const { return fast_api_call_target_; } in fast_api_call_target() 121 Address cage_base() const { return cage_base_; } in cage_base() 123 Address* builtin_tier0_entry_table() { return builtin_tier0_entry_table_; } in builtin_tier0_entry_table() 124 Address* builtin_tier0_table() { return builtin_tier0_table_; } in builtin_tier0_table() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/Disassembler/ |
D | SystemZDisassembler.cpp | 36 ArrayRef<uint8_t> Bytes, uint64_t Address, 74 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() argument 78 return Dis->tryAddingSymbolicOperand(MI, Value, Address, isBranch, in tryAddingSymbolicOperand() 93 uint64_t Address, in DecodeGR32BitRegisterClass() argument 99 uint64_t Address, in DecodeGRH32BitRegisterClass() argument 105 uint64_t Address, in DecodeGR64BitRegisterClass() argument 111 uint64_t Address, in DecodeGR128BitRegisterClass() argument 117 uint64_t Address, in DecodeADDR64BitRegisterClass() argument 123 uint64_t Address, in DecodeFP32BitRegisterClass() argument 129 uint64_t Address, in DecodeFP64BitRegisterClass() argument [all …]
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
D | assembler-riscv64-inl.h | 72 Address RelocInfo::target_address() { in target_address() 78 Address RelocInfo::target_address_address() { in target_address_address() 97 Address RelocInfo::constant_pool_entry_address() { UNREACHABLE(); } in constant_pool_entry_address() 108 Address pc, Address constant_pool, Tagged_t target, in set_target_compressed_address_at() 111 pc, constant_pool, static_cast<Address>(target), icache_flush_mode); in set_target_compressed_address_at() 114 Tagged_t Assembler::target_compressed_address_at(Address pc, in target_compressed_address_at() 115 Address constant_pool) { in target_compressed_address_at() 119 Handle<Object> Assembler::code_target_object_handle_at(Address pc, in code_target_object_handle_at() 120 Address constant_pool) { in code_target_object_handle_at() 127 Address pc, Address const_pool) { in compressed_embedded_object_handle_at() [all …]
|
/third_party/node/deps/v8/src/heap/ |
D | linear-allocation-area.h | 23 LinearAllocationArea(Address top, Address limit) in LinearAllocationArea() 28 void Reset(Address top, Address limit) { in Reset() 42 V8_INLINE Address IncrementTop(size_t bytes) { in IncrementTop() 43 Address old_top = top_; in IncrementTop() 49 V8_INLINE bool DecrementTopIfAdjacent(Address new_top, size_t bytes) { in DecrementTopIfAdjacent() 75 V8_INLINE void SetLimit(Address limit) { in SetLimit() 80 V8_INLINE Address start() const { in start() 84 V8_INLINE Address top() const { in top() 88 V8_INLINE Address limit() const { in limit() 92 const Address* top_address() const { return &top_; } in top_address() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/Disassembler/ |
D | ARCDisassembler.cpp | 44 ArrayRef<uint8_t> Bytes, uint64_t Address, 50 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32() argument 59 static bool readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction64() argument 69 static bool readInstruction48(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction48() argument 78 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16() argument 87 uint64_t Address = 0, 92 uint64_t Address = 0, 97 uint64_t Address, const void *Decoder); 121 uint64_t Address, in DecodeGPR32RegisterClass() argument 134 uint64_t Address, in DecodeGBR32ShortRegister() argument [all …]
|
/third_party/node/deps/v8/src/codegen/ |
D | code-reference.cc | 23 Address constant_pool() const { return code->constant_pool(); } in constant_pool() 24 Address instruction_start() const { return code->InstructionStart(); } in instruction_start() 25 Address instruction_end() const { return code->InstructionEnd(); } in instruction_end() 30 Address code_comments() const { return code->code_comments(); } in code_comments() 38 Address constant_pool() const { return code->constant_pool(); } in constant_pool() 39 Address instruction_start() const { in instruction_start() 40 return reinterpret_cast<Address>(code->instructions().begin()); in instruction_start() 42 Address instruction_end() const { in instruction_end() 43 return reinterpret_cast<Address>(code->instructions().begin() + in instruction_end() 52 Address code_comments() const { return code->code_comments(); } in code_comments() [all …]
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32-inl.h | 69 Address RelocInfo::target_address() { in target_address() 74 Address RelocInfo::target_address_address() { in target_address_address() 79 Address RelocInfo::constant_pool_entry_address() { UNREACHABLE(); } in constant_pool_entry_address() 86 return HeapObject::cast(Object(ReadUnalignedValue<Address>(pc_))); in target_object() 102 FlushInstructionCache(pc_, sizeof(Address)); in set_target_object() 110 Address RelocInfo::target_external_reference() { in target_external_reference() 112 return ReadUnalignedValue<Address>(pc_); in target_external_reference() 116 Address target, ICacheFlushMode icache_flush_mode) { in set_target_external_reference() 120 FlushInstructionCache(pc_, sizeof(Address)); in set_target_external_reference() 124 Address RelocInfo::target_internal_reference() { in target_internal_reference() [all …]
|