Searched refs:current_address (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/proxy/
H A Dproxy_resolver_js_bindings.cc212 const struct addrinfo* current_address = address_list.head(); local
213 while (current_address) {
216 const std::string address_string = NetAddressToString(current_address);
220 current_address = current_address->ai_next;
/external/dbus/tools/
H A Ddbus-launch-x11.c345 char *current_address; local
352 if (!x11_get_address (&current_address, NULL, NULL))
358 if (current_address != NULL)
361 free (current_address);
/external/webkit/Tools/android/flex-2.5.4a/MISC/
H A Dalloca.c295 long current_address; /* Current stack segment address. */ member in struct:stk_stat
352 trailer = (struct stk_trailer *) (status.current_address
/external/chromium/chrome/browser/ui/webui/
H A Dnet_internals_ui.cc994 const struct addrinfo* current_address = entry->addrlist.head(); local
995 while (current_address) {
997 net::NetAddressToStringWithPort(current_address)));
998 current_address = current_address->ai_next;
/external/v8/src/
H A Dheap.cc5335 Address current_address = reinterpret_cast<Address>(current); local
5338 Address current_address = reinterpret_cast<Address>(current); local
5340 FreeSpace::cast(HeapObject::FromAddress(current_address));
5342 ASSERT(current_address + skip <= reinterpret_cast<Address>(limit));
5344 current_address += skip - kPointerSize;
5345 current = reinterpret_cast<Object**>(current_address);
5350 if (current_address == special_garbage_start &&
5352 current_address = special_garbage_end - kPointerSize;
5353 current = reinterpret_cast<Object**>(current_address);
5357 ASSERT(current_address < special_garbage_star
[all...]
H A Dserialize.cc863 Address current_address = reinterpret_cast<Address>(current); \
866 static_cast<int>(current_address - current_object_address)); \

Completed in 105 milliseconds