HomeSort by relevance Sort by last modified time
    Searched refs:Address (Results 201 - 225 of 760) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 33 typedef Relocation::Address Address;
  /external/valgrind/main/memcheck/tests/s390x/
cu21.stderr.exp 4 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
11 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
18 Address 0x........ is 1 bytes after a block of size 1 alloc'd
25 Address 0x........ is 0 bytes after a block of size 2 alloc'd
32 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
39 Address 0x........ is 0 bytes inside a block of size 2 alloc'd
46 Address 0x........ is 0 bytes inside a block of size 3 alloc'd
  /external/chromium_org/net/dns/
address_sorter_win.cc 56 input_buffer_->Address + input_buffer_->iAddressCount);
62 ipe = IPEndPoint(ConvertIPv4NumberToIPv6Number(ipe.address()),
70 input_buffer_->Address[i].lpSockaddr = addr;
71 input_buffer_->Address[i].iSockaddrLength = addr_len;
112 ipe.FromSockAddr(output_buffer_->Address[i].lpSockaddr,
113 output_buffer_->Address[i].iSockaddrLength);
115 if (IsIPv4Mapped(ipe.address())) {
116 ipe = IPEndPoint(ConvertIPv4MappedToIPv4(ipe.address()),
  /external/chromium_org/v8/src/
safepoint-table.h 127 SafepointEntry FindEntry(Address pc) const;
143 Address GetPcOffsetLocation(unsigned index) const {
148 Address GetInfoLocation(unsigned index) const {
159 Address pc_and_deoptimization_indexes_;
160 Address entries_;
spaces-inl.h 86 NewSpacePageIterator::NewSpacePageIterator(Address start, Address limit)
133 void MemoryAllocator::Protect(Address start, size_t size) {
138 void MemoryAllocator::Unprotect(Address start,
147 OS::Protect(chunks_[id].address(), chunks_[id].size());
153 OS::Unprotect(chunks_[id].address(), chunks_[id].size(),
178 bool PagedSpace::Contains(Address addr) {
197 MemoryChunk* MemoryChunk::FromAnyPointerAddress(Address addr) {
206 MemoryChunk* chunk = MemoryChunk::FromAddress(o->address());
217 void MemoryChunk::UpdateHighWaterMark(Address mark)
    [all...]
serialize.cc 82 Address address; local
86 address = ref.address();
91 address = ref.address();
96 address = ref.address();
102 address = ref.address();
589 Address address = Deoptimizer::GetDeoptimizationEntry( local
912 Address address = Allocate(space_number, size); local
1458 int address = address_mapper_.MappedTo(heap_object); local
1567 int address = address_mapper_.MappedTo(heap_object); local
    [all...]
  /external/llvm/lib/MC/
MCExternalSymbolizer.cpp 24 // symbolic information at the Address for this instruction. If that returns
34 uint64_t Address,
43 !GetOpInfo(DisInfo, Address, Offset, InstSize, 1, &SymbolicOp)) {
54 const char *Name = SymbolLookUp(DisInfo, Value, &ReferenceType, Address,
60 // For branches always create an MCExpr so it gets printed as hex address.
129 // in a literal pool near the Address of the instruction. The Address of the
132 // literal pool's entry if the referenced address is that of a symbol. Or it
133 // will return a pointer to a literal 'C' string if the referenced address of
134 // the literal pool's entry is an address into a section with C string literals
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressImpl.java 29 package gov.nist.javax.sip.address;
31 import javax.sip.address.*;
37 * Address structure. Imbeds a URI and adds a display name.
48 implements javax.sip.address.Address {
71 /** address field
73 protected GenericURI address; field in class:AddressImpl
75 /** Match on the address only.
83 if (!(other instanceof Address))
92 return address.match(that.address)
    [all...]
  /external/v8/src/
debug.h 92 void FindBreakLocationFromAddress(Address pc);
114 inline Address pc() { return reloc_iterator_->rinfo()->pc(); }
259 static bool IsDebugBreak(Address addr);
297 Address fp,
299 Address step_in_fp() { return thread_local_.step_into_fp_; }
300 Address* step_in_fp_addr() { return &thread_local_.step_into_fp_; }
303 Address step_out_fp() { return thread_local_.step_out_fp_; }
346 // Support for setting the address to jump to when returning from break point.
347 Address* after_break_target_address() {
348 return reinterpret_cast<Address*>(&thread_local_.after_break_target_)
351 Object*** address = &thread_local_.restarter_frame_function_pointer_; local
945 Address address(Isolate* isolate) const { function in class:v8::internal::Debug_Address
    [all...]
safepoint-table.h 127 SafepointEntry FindEntry(Address pc) const;
143 Address GetPcOffsetLocation(unsigned index) const {
148 Address GetInfoLocation(unsigned index) const {
159 Address pc_and_deoptimization_indexes_;
160 Address entries_;
spaces-inl.h 86 NewSpacePageIterator::NewSpacePageIterator(Address start, Address limit)
133 void MemoryAllocator::Protect(Address start, size_t size) {
138 void MemoryAllocator::Unprotect(Address start,
147 OS::Protect(chunks_[id].address(), chunks_[id].size());
153 OS::Unprotect(chunks_[id].address(), chunks_[id].size(),
178 bool PagedSpace::Contains(Address addr) {
197 MemoryChunk* MemoryChunk::FromAnyPointerAddress(Address addr) {
206 MemoryChunk* chunk = MemoryChunk::FromAddress(o->address());
253 Address current_top = allocation_info_.top
    [all...]
cpu-profiler.cc 62 Address start) {
80 Address start,
82 Address shared) {
98 Address start,
115 Address start,
130 void ProfilerEventsProcessor::CodeMoveEvent(Address from, Address to) {
141 void ProfilerEventsProcessor::SharedFunctionInfoMoveEvent(Address from,
142 Address to) {
158 Address start
    [all...]
ic.h 78 // Looks up the address of the named utility.
79 static Address AddressFromUtilityId(UtilityId id);
97 Code* target() const { return GetTargetAtAddress(address()); }
98 inline Address address() const;
106 static void Clear(Address address);
138 Address fp() const { return fp_; }
139 Address pc() const { return *pc_address_; }
143 // Computes the address in the original code when the code running i
193 Address address() const { return address_; } function in class:v8::internal::IC_Utility
    [all...]
mark-compact.h 55 static inline MarkBit MarkBitFrom(Address addr);
58 return MarkBitFrom(reinterpret_cast<Address>(obj));
113 bool TransferMark(Address old_start, Address new_start);
175 void Initialize(Address low, Address high) {
201 MemoryChunk::IncrementLiveBytesFromGC(object->address(), -object->Size());
270 // They are recorded by an address.
273 // They are recorded as a pair (SlotType, slot address).
371 Address addr
    [all...]
deoptimizer.h 48 HeapNumberMaterializationDescriptor(Address slot_address, double val)
51 Address slot_address() const { return slot_address_; }
55 Address slot_address_;
128 Address from,
180 Address pc_after,
193 Address pc_after,
202 Address parameters_top,
204 Address expressions_top,
211 static Address GetDeoptimizationEntry(int id, BailoutType type);
212 static int GetDeoptimizationId(Address addr, BailoutType type)
    [all...]
spaces.cc 59 // address and end as NULL, then the first iteration will move on
87 Address cur, Address end,
148 LOG(isolate_, NewEvent("CodeRange", code_range_->address(), requested));
149 Address base = reinterpret_cast<Address>(code_range_->address());
150 Address aligned_base =
151 RoundUp(reinterpret_cast<Address>(code_range_->address()),
2710 Address address = object->address(); local
    [all...]
  /external/valgrind/main/memcheck/tests/
mempool2.stderr.exp 7 Address 0x........ is 1 bytes before a block of size 10 client-defined
15 Address 0x........ is 0 bytes after a block of size 10 client-defined
26 Address 0x........ is 1 bytes before a block of size 20 client-defined
34 Address 0x........ is 0 bytes after a block of size 20 client-defined
42 Illegal memory pool address
45 Address 0x........ is 0 bytes inside a block of size 32 alloc'd
54 Illegal memory pool address
57 Address 0x........ is not stack'd, malloc'd or (recently) free'd
62 Illegal memory pool address
65 Address 0x........ is 0 bytes inside a block of size 32 alloc'
    [all...]
  /frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp 30 typedef std::pair<SizeTraits<32>::Address, SizeTraits<32>::Address> Entry;
87 SizeTraits<32>::Address fde_pc;
88 SizeTraits<32>::Address fde_addr;
141 /// computePCBegin - return the address of FDE's pc
170 SizeTraits<32>::Address pc = 0x0;
  /external/chromium_org/components/autofill/content/browser/wallet/
full_wallet.cc 30 scoped_ptr<Address> billing_address,
31 scoped_ptr<Address> shipping_address,
68 scoped_ptr<Address>(),
69 scoped_ptr<Address>(),
102 DLOG(ERROR) << "Response from Google wallet missing billing address";
106 scoped_ptr<Address> billing_address =
107 Address::CreateAddress(*billing_address_dict);
109 DLOG(ERROR) << "Response from Google wallet has malformed billing address";
114 scoped_ptr<Address> shipping_address;
117 Address::CreateAddressWithID(*shipping_address_dict)
    [all...]
wallet_items.h 107 const Address& address() const { return *address_; } function in class:autofill::wallet::WalletItems::MaskedInstrument
114 const std::string&, scoped_ptr<Address> address,
129 scoped_ptr<Address> address,
152 // The billing address for the instrument.
153 scoped_ptr<Address> address_;
221 void AddAddress(scoped_ptr<Address> address) {
    [all...]
  /external/llvm/test/MC/AsmParser/
section.s 55 # CHECK-NEXT: Address: 0x0
71 # CHECK-NEXT: Address: 0x0
87 # CHECK-NEXT: Address: 0x0
103 # CHECK-NEXT: Address: 0x0
119 # CHECK-NEXT: Address: 0x0
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 400 HexagonRelocator::Address helper_GOT_ORG(HexagonRelocator& pParent)
406 HexagonRelocator::Address helper_GOT(Relocation& pReloc, HexagonRelocator& pParent)
447 HexagonRelocator::Address helper_PLT_ORG(HexagonRelocator& pParent)
453 HexagonRelocator::Address helper_PLT(Relocation& pReloc,
474 HexagonRelocator::Address S = pReloc.symValue();
491 HexagonRelocator::Address S = pReloc.symValue();
509 HexagonRelocator::Address S = pReloc.symValue();
580 HexagonRelocator::Address S = pReloc.symValue();
593 HexagonRelocator::Address S = pReloc.symValue();
606 HexagonRelocator::Address S = pReloc.symValue()
    [all...]
  /external/v8/test/cctest/
test-spaces.cc 36 static void VerifyRegionMarking(Address page_start) {
42 for (Address addr = p->ObjectAreaStart();
48 for (Address addr = p->ObjectAreaStart();
54 for (Address addr = p->ObjectAreaStart();
70 Address start = reinterpret_cast<Address>(mem);
71 Address page_start = RoundUp(start, Page::kPageSize);
76 CHECK(p->address() == page_start);
252 CHECK(lo->FindObject(ho->address()) == obj);
  /frameworks/base/location/java/android/location/
Address.java 29 * A class representing an Address, i.e, a set of Strings describing a location.
31 * The addres format is a simplified version of xAL (eXtensible Address Language)
34 public class Address implements Parcelable {
60 * Constructs a new Address object set to the given Locale and with all
63 public Address(Locale locale) {
68 * Returns the Locale associated with this address.
75 * Returns the largest index currently in use to specify an address line.
76 * If no address lines are specified, -1 is returned.
83 * Returns a line of the address numbered by the given index
96 * Sets the line of the address numbered by index (starting at 0) to th
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 32 Address 0x........ is not stack'd, malloc'd or (recently) free'd
52 Address 0x........ is not stack'd, malloc'd or (recently) free'd
68 Address 0x........ is not stack'd, malloc'd or (recently) free'd
102 Address 0x........ is not stack'd, malloc'd or (recently) free'd
118 Address 0x........ is not stack'd, malloc'd or (recently) free'd
134 Address 0x........ is not stack'd, malloc'd or (recently) free'd
139 Address 0x........ is not stack'd, malloc'd or (recently) free'd
151 Address 0x........ is not stack'd, malloc'd or (recently) free'd
171 Address 0x........ is not stack'd, malloc'd or (recently) free'd
183 Address 0x........ is not stack'd, malloc'd or (recently) free'
    [all...]

Completed in 738 milliseconds

1 2 3 4 5 6 7 891011>>