HomeSort by relevance Sort by last modified time
    Searched refs:address_ (Results 1 - 25 of 69) sorted by null

1 2 3

  /art/runtime/base/
hex_dump.h 33 : address_(address), byte_count_(byte_count), show_actual_addresses_(show_actual_addresses),
40 const void* const address_; member in class:art::HexDump
hex_dump.cc 30 if (address_ == nullptr) {
36 const unsigned char* addr = reinterpret_cast<const unsigned char*>(address_);
  /system/connectivity/shill/net/
ip_address.h 56 address_(b.address_),
60 address_ = b.address_;
98 const ByteString& address() const { return address_; }
101 const unsigned char* GetConstData() const { return address_.GetConstData(); }
102 size_t GetLength() const { return address_.GetLength(); }
103 bool IsDefault() const { return address_.IsZero(); }
165 ByteString address_; member in class:shill::IPAddress
ip_address.cc 56 address_(address),
63 address_(address),
89 address_ = ByteString(bytes, sizeof(sin->sin_addr.s_addr));
94 address_ = ByteString(sin6->sin6_addr.s6_addr,
209 address_ = address;
235 address_ = ByteString(GetAddressLength(family_));
273 return family_ == b.family_ && address_.Equals(b.address_) &&
278 return family_ == b.family_ && address_.Equals(b.address_);
    [all...]
  /external/libchrome/sandbox/win/src/
policy_engine_params.h 62 ParameterSet() : real_type_(INVALID_TYPE), address_(NULL) {}
100 : real_type_(real_type), address_(address) {
108 return *(reinterpret_cast<const T*>(address_));
112 const void* address_; member in class:sandbox::ParameterSet
  /art/compiler/utils/
label.h 55 : name_(name_in), address_(address_in) {
61 return address_;
66 const uintptr_t address_; member in class:art::ExternalLabel
  /external/v8/src/ia32/
code-stubs-ia32.h 209 address_(address),
212 scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_);
214 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_);
217 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_);
220 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_);
222 DCHECK(!AreAliased(scratch0_, object_, address_, ecx));
227 DCHECK(object_.is(object_orig_) || address_.is(address_orig_));
228 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_));
229 DCHECK(!AreAliased(object_orig_, address_, scratch1_, scratch0_));
241 if (!address_.is(address_orig_))
315 Register address_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
    [all...]
  /external/v8/src/x64/
code-stubs-x64.h 201 address_(address),
204 scratch1_ = GetRegThatIsNotRcxOr(object_, address_, scratch0_);
206 scratch0_ = GetRegThatIsNotRcxOr(object_, address_, scratch1_);
209 object_ = GetRegThatIsNotRcxOr(address_, scratch0_, scratch1_);
212 address_ = GetRegThatIsNotRcxOr(object_, scratch0_, scratch1_);
214 DCHECK(!AreAliased(scratch0_, object_, address_, rcx));
219 DCHECK(object_.is(object_orig_) || address_.is(address_orig_));
220 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_));
221 DCHECK(!AreAliased(object_orig_, address_, scratch1_, scratch0_));
233 if (!address_.is(address_orig_))
289 Register address_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
    [all...]
  /external/v8/src/x87/
code-stubs-x87.h 206 address_(address),
209 scratch1_ = GetRegThatIsNotEcxOr(object_, address_, scratch0_);
211 scratch0_ = GetRegThatIsNotEcxOr(object_, address_, scratch1_);
214 object_ = GetRegThatIsNotEcxOr(address_, scratch0_, scratch1_);
217 address_ = GetRegThatIsNotEcxOr(object_, scratch0_, scratch1_);
219 DCHECK(!AreAliased(scratch0_, object_, address_, ecx));
224 DCHECK(object_.is(object_orig_) || address_.is(address_orig_));
225 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_));
226 DCHECK(!AreAliased(object_orig_, address_, scratch1_, scratch0_));
238 if (!address_.is(address_orig_))
304 Register address_; member in class:v8::internal::RecordWriteStub::RegisterAllocation
    [all...]
  /external/webrtc/webrtc/p2p/base/
candidate.h 55 address_(address),
79 const rtc::SocketAddress & address() const { return address_; }
81 address_ = address;
167 (address_ == c.address_) && (username_ == c.username_) &&
200 int addr_pref = IPAddressPrecedence(address_.ipaddr());
212 std::string address = sensitive ? address_.ToSensitiveString() :
213 address_.ToString();
225 rtc::SocketAddress address_; member in class:cricket::Candidate
stun.h 270 switch (address_.ipaddr().family()) {
279 const rtc::SocketAddress& GetAddress() const { return address_; }
280 const rtc::IPAddress& ipaddr() const { return address_.ipaddr(); }
281 uint16_t port() const { return address_.port(); }
284 address_ = addr;
288 address_.SetIP(ip);
291 void SetPort(uint16_t port) { address_.SetPort(port); }
313 rtc::SocketAddress address_; member in class:cricket::StunAddressAttribute
  /external/v8/src/base/platform/
platform-cygwin.cc 151 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
155 : address_(ReserveRegion(size)), size_(size) { }
159 : address_(NULL), size_(0) {
179 address_ = address;
186 bool result = ReleaseRegion(address_, size_);
194 return address_ != NULL;
199 address_ = NULL;
platform.h 309 return address_;
331 void* address = address_;
344 address_ = from->address_;
366 return (reinterpret_cast<uintptr_t>(address_) <=
368 ((reinterpret_cast<uintptr_t>(address_) + size_) >=
372 void* address_; // Start address of the virtual memory. member in class:v8::base::VirtualMemory
platform-aix.cc 129 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) {}
133 : address_(ReserveRegion(size)), size_(size) {}
137 : address_(NULL), size_(0) {
168 address_ = static_cast<void*>(aligned_base);
182 bool VirtualMemory::IsReserved() { return address_ != NULL; }
186 address_ = NULL;
platform-freebsd.cc 127 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
131 : address_(ReserveRegion(size)), size_(size) { }
135 : address_(NULL), size_(0) {
169 address_ = static_cast<void*>(aligned_base);
184 return address_ != NULL;
189 address_ = NULL;
platform-macos.cc 120 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
124 : address_(ReserveRegion(size)), size_(size) { }
128 : address_(NULL), size_(0) {
162 address_ = static_cast<void*>(aligned_base);
177 return address_ != NULL;
182 address_ = NULL;
platform-openbsd.cc 158 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
162 : address_(ReserveRegion(size)), size_(size) { }
166 : address_(NULL), size_(0) {
200 address_ = static_cast<void*>(aligned_base);
215 return address_ != NULL;
220 address_ = NULL;
platform-qnx.cc 184 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
188 : address_(ReserveRegion(size)), size_(size) { }
192 : address_(NULL), size_(0) {
226 address_ = static_cast<void*>(aligned_base);
241 return address_ != NULL;
246 address_ = NULL;
platform-solaris.cc 80 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
84 : address_(ReserveRegion(size)), size_(size) { }
88 : address_(NULL), size_(0) {
122 address_ = static_cast<void*>(aligned_base);
137 return address_ != NULL;
142 address_ = NULL;
platform-linux.cc 242 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
246 : address_(ReserveRegion(size)), size_(size) { }
250 : address_(NULL), size_(0) {
284 address_ = static_cast<void*>(aligned_base);
287 __lsan_register_root_region(address_, size_);
302 return address_ != NULL;
307 address_ = NULL;
  /system/connectivity/shill/
dns_client.cc 82 : address_(IPAddress(family)),
163 address_.family(), ReceiveDNSReplyCB, this);
184 address_.SetAddressToDefault();
201 IPAddress address(address_);
210 address_.SetAddressToDefault();
243 hostent->h_addrtype == address_.family() &&
245 IPAddress::GetAddressLength(address_.family()) &&
248 address_ = IPAddress(address_.family(),
dns_client.h 96 IPAddress address_; member in class:shill::DNSClient
  /toolchain/binutils/binutils-2.25/gold/
copy-relocs.h 106 address_(address), addend_(addend)
114 Address address_; member in struct:gold::Copy_relocs::Copy_reloc_entry
  /external/v8/src/ic/
stub-cache.h 22 Address address() const { return address_; }
25 explicit SCTableReference(Address address) : address_(address) {}
27 Address address_; member in class:v8::internal::SCTableReference
  /external/v8/src/arm/
code-stubs-arm.h 147 address_(address),
150 scratch1_ = GetRegisterThatIsNotOneOf(object_, address_, scratch0_);
154 DCHECK(!AreAliased(object_, address_, scratch1_, scratch0_));
183 inline Register address() { return address_; }
189 Register address_; member in class:v8::internal::RecordWriteStub::RegisterAllocation

Completed in 2286 milliseconds

1 2 3