Home
last modified time | relevance | path

Searched defs:address (Results 51 - 75 of 747) sorted by relevance

12345678910>>...30

/third_party/node/deps/v8/tools/debug_helper/
H A Dheap-constants.cc14 std::string FindKnownObject(uintptr_t address, in FindKnownObject() argument
54 FindKnownMapInstanceTypes( uintptr_t address, const d::HeapAddresses& heap_addresses) FindKnownMapInstanceTypes() argument
H A Ddebug-helper-internal.cc15 bool IsPointerCompressed(uintptr_t address) { in IsPointerCompressed() argument
23 uintptr_t EnsureDecompressed(uintptr_t address, in EnsureDecompressed() argument
/third_party/node/deps/v8/src/wasm/
H A Dmemory-tracing.cc22 Address address = reinterpret_cast<Address>(mem_start) + info->offset; in TraceMemoryOperation() local
[all...]
/third_party/node/src/
H A Dnode_external_reference.h52 void RegisterT(T* address) { in RegisterT() argument
/third_party/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap17.c59 void *address; in test_mmap() local
/third_party/ltp/testcases/kernel/syscalls/bind/
H A Dlibbind.h25 struct sockaddr *address; member
/third_party/lzma/C/
H A D7zAlloc.c49 void SzFree(ISzAllocPtr p, void *address) in SzFree() argument
75 void SzFreeTemp(ISzAllocPtr p, void *address) in SzFreeTemp() argument
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dcaged-heap.h22 V8_INLINE static uintptr_t OffsetFromAddress(const void* address) { in OffsetFromAddress() argument
27 V8_INLINE static bool IsWithinCage(const void* address) { in IsWithinCage() argument
/third_party/node/deps/v8/src/codegen/arm64/
H A Dcpu-arm64.cc48 void CpuFeatures::FlushICache(void* address, size_t length) { in FlushICache() argument
51 ::FlushInstructionCache(GetCurrentProcess(), address, length); in FlushICache() local
/third_party/node/deps/v8/src/codegen/
H A Dexternal-reference-encoder.cc59 TryEncode( Address address) TryEncode() argument
70 Encode( Address address) Encode() argument
/third_party/node/deps/v8/src/heap/
H A Dconservative-stack-visitor.cc22 bool ConservativeStackVisitor::CheckPage(Address address, MemoryChunk* page) { in CheckPage() argument
54 auto address = reinterpret_cast<Address>(pointer); in VisitConservativelyIfPointer() local
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dfree-list.h30 void* address; member
H A Dmemory.h25 V8_INLINE void ZapMemory(void* address, size_t size) { in ZapMemory() argument
31 V8_INLINE void CheckMemoryIsZapped(const void* address, size_t size) { in CheckMemoryIsZapped() argument
37 V8_INLINE void CheckMemoryIsZero(const void* address, size_t size) { in CheckMemoryIsZero() argument
45 V8_INLINE void SetMemoryAccessible(void* address, size_t size) { in SetMemoryAccessible() argument
65 SetMemoryInaccessible(void* address, size_t size) SetMemoryInaccessible() argument
107 CheckMemoryIsInaccessible(const void* address, size_t size) CheckMemoryIsInaccessible() argument
[all...]
H A Dprocess-heap.cc61 const auto address = in TryFromManagedPointer() local
H A Dcaged-heap.h27 static RetType OffsetFromAddress(const void* address) { in OffsetFromAddress() argument
35 static uintptr_t BaseFromAddress(const void* address) { in BaseFromAddress() argument
[all...]
H A Dpointer-policies.cc25 bool IsOnStack(const void* address) { in IsOnStack() argument
H A Dvirtual-memory.h38 void* address() const { in address() function in cppgc::internal::VirtualMemory
/third_party/node/deps/uv/src/unix/
H A Dbsd-ifaddrs.c71 uv_interface_address_t* address; in uv_interface_addresses() local
[all...]
/third_party/python/Lib/multiprocessing/dummy/
H A Dconnection.py30 def address(self): member in Listener
/third_party/skia/src/core/
H A DSkPixmapPriv.h58 static void ResetPixmapKeepInfo(SkPixmap* pm, const void* address, size_t rowBytes) { in ResetPixmapKeepInfo() argument
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hfp_ag_observer_proxy.cpp161 void BluetoothHfpAgObserverProxy::OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged() argument
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hfp_ag.h122 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) in OnVirtualDeviceChanged() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_ag.h123 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) {}; in OnVirtualDeviceChanged() argument
283 virtual void UpdateVirtualDevice(int32_t action, const std::string &address) {}; in UpdateVirtualDevice() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Draw_address.h61 explicit RawAddress(const std::string &address) : address_(address) {}; in RawAddress() argument
86 void SetAddress(const std::string &address) in SetAddress() argument
[all...]
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/buffer_manager/
H A Dshared_buffer.cpp51 int32_t SharedBuffer::CopyFrom(uint8_t* address, int64_t bytes) in CopyFrom() argument

Completed in 8 milliseconds

12345678910>>...30