/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 89 uint64_t Address, 93 uint64_t Address, const void *Decoder); 96 uint64_t Address, const void *Decoder); 100 uint64_t Address, 105 uint64_t Address, 110 uint64_t Address, 115 uint64_t Address, 120 uint64_t Address, 125 uint64_t Address, 130 uint64_t Address, [all …]
|
/external/valgrind/main/gdbserver_tests/ |
D | mcvabits.stderrB.exp | 3 Address 0x........ len 10 addressable 4 Address 0x........ is 0 bytes inside data symbol "undefined" 5 Address 0x........ len 10 defined 6 Address 0x........ is 0 bytes inside data symbol "undefined" 8 Address 0x........ len 10 addressable 9 Address 0x........ is 0 bytes inside data symbol "undefined" 10 Address 0x........ len 10 not defined: 12 Address 0x........ is 0 bytes inside data symbol "undefined" 14 Address 0x........ len 10 addressable 15 Address 0x........ is 0 bytes inside data symbol "undefined" [all …]
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 67 uint64_t Address, const void *Decoder); 70 uint64_t Address, const void *Decoder); 73 uint64_t Address, const void *Decoder); 76 uint64_t Address, const void *Decoder); 79 uint64_t Address, const void *Decoder); 81 uint64_t Address, const void *Decoder); 83 uint64_t Address, const void *Decoder); 85 uint64_t Address, const void *Decoder); 87 unsigned RegNo, uint64_t Address, 90 unsigned RegNo, uint64_t Address, [all …]
|
/external/v8/src/ |
D | frames.h | 55 Address inner_pointer; 64 Code* GcSafeFindCodeForInnerPointer(Address inner_pointer); 65 Code* GcSafeCastToCode(HeapObject* object, Address inner_pointer); 71 InnerPointerToCodeCacheEntry* GetCacheEntry(Address inner_pointer); 101 inline Address address() const; 107 inline bool includes(Address address) const; 113 static inline StackHandler* FromAddress(Address address); 174 Address sp; 175 Address fp; 176 Address* pc_address; [all …]
|
D | store-buffer.cc | 63 reinterpret_cast<Address*>(RoundUp(start_as_int, kStoreBufferSize * 2)); in SetUp() 69 reinterpret_cast<Address*>(old_virtual_memory_->address()); in SetUp() 84 ASSERT(reinterpret_cast<Address>(start_) >= virtual_memory_->address()); in SetUp() 85 ASSERT(reinterpret_cast<Address>(limit_) >= virtual_memory_->address()); in SetUp() 86 Address* vm_limit = reinterpret_cast<Address*>( in SetUp() 96 CHECK(virtual_memory_->Commit(reinterpret_cast<Address>(start_), in SetUp() 128 reinterpret_cast<intptr_t>(*reinterpret_cast<const Address*>(void_a)); in CompareAddresses() 130 reinterpret_cast<intptr_t>(*reinterpret_cast<const Address*>(void_b)); in CompareAddresses() 142 reinterpret_cast<intptr_t>(*reinterpret_cast<const Address*>(void_a)); in CompareAddresses() 144 reinterpret_cast<intptr_t>(*reinterpret_cast<const Address*>(void_b)); in CompareAddresses() [all …]
|
D | v8memory.h | 39 static uint8_t& uint8_at(Address addr) { in uint8_at() 43 static uint16_t& uint16_at(Address addr) { in uint16_at() 47 static uint32_t& uint32_at(Address addr) { in uint32_at() 51 static int32_t& int32_at(Address addr) { in int32_at() 55 static uint64_t& uint64_at(Address addr) { in uint64_at() 59 static int& int_at(Address addr) { in int_at() 63 static unsigned& unsigned_at(Address addr) { in unsigned_at() 67 static double& double_at(Address addr) { in double_at() 71 static Address& Address_at(Address addr) { in Address_at() 72 return *reinterpret_cast<Address*>(addr); in Address_at() [all …]
|
D | store-buffer.h | 45 Address start, Address end, ObjectSlotCallback slot_callback); 55 inline Address TopAddress(); 61 inline void Mark(Address addr); 77 inline void EnterDirectlyIntoStoreBuffer(Address addr); 86 static const int kStoreBufferLength = kStoreBufferSize / sizeof(Address); 102 old_top_ = reinterpret_cast<Address*>(top); in SetTop() 120 bool CellIsInStoreBuffer(Address cell); 131 Address* start_; 132 Address* limit_; 134 Address* old_start_; [all …]
|
D | cpu-profiler.h | 70 Address start; 73 Address shared; 81 Address from; 82 Address to; 90 Address from; 91 Address to; 138 Address start); 142 Address start, unsigned size, 143 Address shared); 146 Address start, unsigned size); [all …]
|
D | spaces.h | 210 INLINE(Address address()) { in INLINE() 211 return reinterpret_cast<Address>(this); in INLINE() 214 INLINE(static Bitmap* FromAddress(Address addr)) { in INLINE() 304 static MemoryChunk* FromAddress(Address a) { in FromAddress() 309 static inline MemoryChunk* FromAnyPointerAddress(Address addr); 311 Address address() { return reinterpret_cast<Address>(this); } in address() 332 owner_ = reinterpret_cast<Address>(space) + kFailureTag; in set_owner() 365 bool Contains(Address addr) { in Contains() 372 bool ContainsLimit(Address addr) { in ContainsLimit() 471 static void IncrementLiveBytesFromGC(Address address, int by) { in IncrementLiveBytesFromGC() [all …]
|
D | log.h | 215 void CallbackEvent(String* name, Address entry_point); 216 void GetterCallbackEvent(String* name, Address entry_point); 217 void SetterCallbackEvent(String* name, Address entry_point); 236 void CodeMoveEvent(Address from, Address to); 238 void CodeDeleteEvent(Address from); 240 void SharedFunctionInfoMoveEvent(Address from, Address to); 242 void SnapshotPositionEvent(Address addr, int pos); 254 Address* stack); 321 Address entry_point); 324 void MoveEventInternal(LogEventsAndTags event, Address from, Address to); [all …]
|
D | regexp-stack.h | 66 Address stack_base() { in stack_base() 79 Address* limit_address() { return &(thread_local_.limit_); } in limit_address() 83 Address EnsureCapacity(size_t size); 110 Address memory_; 112 Address limit_; 116 limit_ = reinterpret_cast<Address>(kMemoryTop); in Clear() 122 Address memory_address() { in memory_address() 123 return reinterpret_cast<Address>(&thread_local_.memory_); in memory_address() 127 Address memory_size_address() { in memory_size_address() 128 return reinterpret_cast<Address>(&thread_local_.memory_size_); in memory_size_address()
|
D | frames.cc | 50 static inline Address* ResolveReturnAddressLocation(Address* pc_address) { in ResolveReturnAddressLocation() 54 return reinterpret_cast<Address*>( in ResolveReturnAddressLocation() 82 const Address limit_; 115 bool use_top, Address fp, Address sp) in StackFrameIterator() 176 reinterpret_cast<Address*>(StandardFrame::ComputePCAddress(fp_))); in Reset() 244 bool SafeStackFrameIterator::ExitFrameValidator::IsValidFP(Address fp) { in IsValidFP() 246 Address sp = ExitFrame::ComputeStackPointer(fp); in IsValidFP() 250 if (!validator_.IsValid(reinterpret_cast<Address>(state.pc_address))) { in IsValidFP() 273 Address fp, Address sp, Address low_bound, Address high_bound) : in SafeStackFrameIterator() 289 Address low_bound, Address high_bound) { in IsValidTop() [all …]
|
D | serialize.h | 74 Address address(int i) { return refs_[i].address; } in address() 88 Address address; 102 void Add(Address address, TypeCode type, uint16_t id, const char* name); 113 uint32_t Encode(Address key) const; 115 const char* NameOfAddress(Address key) const; 119 static uint32_t Hash(Address key) { in Hash() 123 int IndexOf(Address key) const; 127 void Put(Address key, int index); 138 Address Decode(uint32_t key) const { in Decode() 144 Address** encodings_; [all …]
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 155 uint64_t Address, const void *Decoder); 157 unsigned RegNo, uint64_t Address, 160 uint64_t Address, const void *Decoder); 162 uint64_t Address, const void *Decoder); 164 uint64_t Address, const void *Decoder); 166 uint64_t Address, const void *Decoder); 168 uint64_t Address, const void *Decoder); 170 uint64_t Address, const void *Decoder); 173 uint64_t Address, 176 uint64_t Address, const void *Decoder); [all …]
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 93 uint64_t Address, 98 uint64_t Address, 103 uint64_t Address, 108 uint64_t Address, 113 uint64_t Address, 118 uint64_t Address, 123 uint64_t Address, 128 uint64_t Address, 133 uint64_t Address, 138 uint64_t Address, [all …]
|
/external/chromium/chrome/browser/autofill/ |
D | address.cc | 33 Address::Address() {} in Address() function in Address 35 Address::Address(const Address& address) : FormGroup() { in Address() function in Address 39 Address::~Address() {} in ~Address() 41 Address& Address::operator=(const Address& address) { in operator =() 56 void Address::GetPossibleFieldTypes(const string16& text, in GetPossibleFieldTypes() 84 void Address::GetAvailableFieldTypes(FieldTypeSet* available_types) const { in GetAvailableFieldTypes() 106 string16 Address::GetInfo(AutofillFieldType type) const { in GetInfo() 128 void Address::SetInfo(AutofillFieldType type, const string16& value) { in SetInfo() 146 void Address::Clear() { in Clear() 157 string16 Address::Country() const { in Country() [all …]
|
/external/chromium/net/data/cache_tests/list_loop/ |
D | contents.txt | 10 Address: 0xa0010007 11 Address: 0xa0010003 12 Address: 0xa001000b 13 Address: 0xa001000a 14 Address: 0xa0010009 15 Address: 0xa0010006 16 Address: 0xa0010005 17 Address: 0xa0010002 23 Address: 0xa0010007 34 Address: 0x90000004 [all …]
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
D | MultipleAddresses.java | 44 private List<Address> addresses = new ArrayList<Address>(); 60 Address address = new Address(type); in addAddress() 75 Address address = new Address(NO_REPLY); in setNoReply() 87 public List<Address> getAddressesOfType(String type) { in getAddressesOfType() 88 List<Address> answer = new ArrayList<Address>(addresses.size()); in getAddressesOfType() 89 for (Iterator<Address> it = addresses.iterator(); it.hasNext();) { in getAddressesOfType() 90 Address address = (Address) it.next(); in getAddressesOfType() 112 for (Iterator<Address> i = addresses.iterator(); i.hasNext();) { in toXML() 113 Address address = (Address) i.next(); in toXML() 120 public static class Address { class in MultipleAddresses [all …]
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowGeocoder.java | 3 import android.location.Address; 39 …public List<Address> getFromLocation(double latitude, double longitude, int maxResults) throws IOE… in getFromLocation() 46 Address address = makeAddress(); in getFromLocation() 56 … public List<Address> getFromLocationName(String locationName, int maxResults) throws IOException { in getFromLocationName() 63 return new ArrayList<Address>(); in getFromLocationName() 65 Address address = makeAddress(); in getFromLocationName() 72 private Address makeAddress() { in makeAddress() 73 Address address = new Address(Locale.getDefault()); in makeAddress() 138 private List<Address> oneElementList(Address address) { in oneElementList() 139 ArrayList<Address> addresses = new ArrayList<Address>(); in oneElementList()
|
/external/llvm/tools/lli/ |
D | RemoteTarget.cpp | 24 uint64_t &Address) { in allocateSpace() argument 33 Address = reinterpret_cast<uint64_t>(Mem.base()); in allocateSpace() 37 bool RemoteTarget::loadData(uint64_t Address, const void *Data, size_t Size) { in loadData() argument 38 memcpy ((void*)Address, Data, Size); in loadData() 42 bool RemoteTarget::loadCode(uint64_t Address, const void *Data, size_t Size) { in loadCode() argument 43 memcpy ((void*)Address, Data, Size); in loadCode() 44 sys::MemoryBlock Mem((void*)Address, Size); in loadCode() 49 bool RemoteTarget::executeCode(uint64_t Address, int &RetVal) { in executeCode() argument 50 int (*fn)(void) = (int(*)(void))Address; in executeCode()
|
/external/llvm/lib/DebugInfo/ |
D | DWARFDebugArangeSet.cpp | 32 if (ArangeDescriptors[i].getEndAddress() >= ArangeDescriptors[i+1].Address){ in compact() 39 ArangeDescriptors[i].Length = max_end_addr - ArangeDescriptors[i].Address; in compact() 96 assert(sizeof(arangeDescriptor.Address) == sizeof(arangeDescriptor.Length)); in extract() 97 assert(sizeof(arangeDescriptor.Address) >= Header.AddrSize); in extract() 100 arangeDescriptor.Address = data.getUnsigned(offset_ptr, Header.AddrSize); in extract() 105 if (arangeDescriptor.Address || arangeDescriptor.Length) in extract() 125 OS << format("[0x%*.*" PRIx64 " -", hex_width, hex_width, pos->Address) in dump() 133 const uint64_t Address; member in __anona253cbcf0111::DescriptorContainsAddress 135 DescriptorContainsAddress(uint64_t address) : Address(address) {} in DescriptorContainsAddress() 137 return Address >= desc.Address && Address < (desc.Address + desc.Length); in operator ()()
|
/external/v8/src/arm/ |
D | assembler-arm-inl.h | 68 Address RelocInfo::target_address() { in target_address() 74 Address RelocInfo::target_address_address() { in target_address_address() 78 return reinterpret_cast<Address>(Assembler::target_address_address_at(pc_)); in target_address_address() 87 void RelocInfo::set_target_address(Address target, WriteBarrierMode mode) { in set_target_address() 118 Assembler::set_target_address_at(pc_, reinterpret_cast<Address>(target)); in set_target_object() 128 Address* RelocInfo::target_reference_address() { in target_reference_address() 130 return reinterpret_cast<Address*>(Assembler::target_address_address_at(pc_)); in target_reference_address() 136 Address address = Memory::Address_at(pc_); in target_cell_handle() 144 Address address = Memory::Address_at(pc_); in target_cell() 154 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset; in set_target_cell() [all …]
|
/external/smack/src/org/jivesoftware/smackx/ |
D | MultipleRecipientInfo.java | 47 public List<MultipleAddresses.Address> getTOAddresses() { in getTOAddresses() 57 public List<MultipleAddresses.Address> getCCAddresses() { in getCCAddresses() 71 …List<MultipleAddresses.Address> replyRoom = extension.getAddressesOfType(MultipleAddresses.REPLY_R… in getReplyRoom() 72 return replyRoom.isEmpty() ? null : ((MultipleAddresses.Address) replyRoom.get(0)).getJid(); in getReplyRoom() 94 public MultipleAddresses.Address getReplyAddress() { in getReplyAddress() 95 …List<MultipleAddresses.Address> replyTo = extension.getAddressesOfType(MultipleAddresses.REPLY_TO); in getReplyAddress() 96 return replyTo.isEmpty() ? null : (MultipleAddresses.Address) replyTo.get(0); in getReplyAddress()
|
/external/v8/src/x64/ |
D | assembler-x64-inl.h | 188 Address Assembler::target_address_at(Address pc) { in target_address_at() 193 void Assembler::set_target_address_at(Address pc, Address target) { in set_target_address_at() 198 Handle<Object> Assembler::code_target_object_handle_at(Address pc) { in code_target_object_handle_at() 210 CPU::FlushICache(pc_, sizeof(Address)); in apply() 218 Address RelocInfo::target_address() { in target_address() 228 Address RelocInfo::target_address_address() { in target_address_address() 232 return reinterpret_cast<Address>(pc_); in target_address_address() 245 void RelocInfo::set_target_address(Address target, WriteBarrierMode mode) { in set_target_address() 256 CPU::FlushICache(pc_, sizeof(Address)); in set_target_address() 283 Address* RelocInfo::target_reference_address() { in target_reference_address() [all …]
|
/external/valgrind/main/memcheck/tests/ |
D | custom_alloc.stderr.exp | 3 Address 0x........ is 0 bytes after a block of size 40 alloc'd 9 Address 0x........ is 0 bytes after a block of size 20 alloc'd 18 Address 0x........ is 0 bytes after a block of size 28 alloc'd 24 Address 0x........ is 4 bytes inside a block of size 28 alloc'd 31 Address 0x........ is not stack'd, malloc'd or (recently) free'd 36 Address 0x........ is 0 bytes inside a block of size 40 alloc'd 42 Address 0x........ is 0 bytes inside a block of size 28 free'd 49 Address 0x........ is 1 bytes before a block of size 20 alloc'd 56 Address 0x........ is 8 bytes before a block of size 20 alloc'd 63 Address 0x........ is 0 bytes after a block of size 20 alloc'd [all …]
|