HomeSort by relevance Sort by last modified time
    Searched refs:SetAddress (Results 1 - 8 of 8) sorted by null

  /art/compiler/debug/dwarf/
debug_line_opcode_writer.h 48 DCHECK_NE(current_address_, 0u); // Use SetAddress for the first advance.
57 SetAddress(absolute_address);
123 void SetAddress(uint64_t absolute_address) {
dwarf_test.cc 208 opcodes.SetAddress(0x01000000);
255 opcodes.SetAddress(pc);
  /external/webrtc/webrtc/p2p/base/
stunserver.cc 95 mapped_addr->SetAddress(remote_addr);
stun.cc 491 SetAddress(addr);
519 SetAddress(rtc::SocketAddress(ipaddr, port));
529 SetAddress(rtc::SocketAddress(ipaddr, port));
612 SetAddress(rtc::SocketAddress(xored_ip, xoredport));
stun_unittest.cc 814 addr->SetAddress(test_addr);
    [all...]
stun.h 283 void SetAddress(const rtc::SocketAddress& addr) {
  /bionic/libc/bionic/
ifaddrs.cpp 70 void SetAddress(int family, const void* data, size_t byteCount) {
177 new_addr->SetAddress(AF_PACKET, RTA_DATA(rta), RTA_PAYLOAD(rta));
219 new_addr->SetAddress(msg->ifa_family, RTA_DATA(rta), RTA_PAYLOAD(rta));
  /art/compiler/debug/
elf_debug_line_writer.h 168 opcodes.SetAddress(method_address);

Completed in 130 milliseconds