/external/v8/src/ |
D | frames.h | 54 Address pc; 63 Code* GcSafeFindCodeForPc(Address pc); 64 Code* GcSafeCastToCode(HeapObject* object, Address pc); 70 PcToCodeCacheEntry* GetCacheEntry(Address pc); 93 inline Address address() const; 99 inline bool includes(Address address) const; 105 static inline StackHandler* FromAddress(Address address); 116 inline Address* pc_address() const; 162 Address sp; 163 Address fp; [all …]
|
D | spaces.h | 140 INLINE(static Page* FromAddress(Address a)) { in INLINE() 148 INLINE(static Page* FromAllocationTop(Address top)) { in INLINE() 155 Address address() { return reinterpret_cast<Address>(this); } in address() 164 inline Address AllocationTop(); 169 inline Address AllocationWatermark(); 174 inline void SetAllocationWatermark(Address allocation_watermark); 176 inline void SetCachedAllocationWatermark(Address allocation_watermark); 177 inline Address CachedAllocationWatermark(); 180 Address ObjectAreaStart() { return address() + kObjectStartOffset; } in ObjectAreaStart() 183 Address ObjectAreaEnd() { return address() + Page::kPageSize; } in ObjectAreaEnd() [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 double& double_at(Address addr) { in double_at() 67 static Address& Address_at(Address addr) { in Address_at() 68 return *reinterpret_cast<Address*>(addr); in Address_at() 71 static Object*& Object_at(Address addr) { in Object_at() [all …]
|
D | cpu-profiler.h | 73 Address start; 76 Address shared; 84 Address from; 85 Address to; 93 Address start; 101 Address from; 102 Address to; 148 Address start); 152 Address start, unsigned size, 153 Address shared); [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); 109 Address memory_; 111 Address limit_; 115 limit_ = reinterpret_cast<Address>(kMemoryTop); in Clear() 121 Address memory_address() { in memory_address() 122 return reinterpret_cast<Address>(&thread_local_.memory_); in memory_address() 126 Address memory_size_address() { in memory_size_address() 127 return reinterpret_cast<Address>(&thread_local_.memory_size_); in memory_size_address()
|
D | frames-inl.h | 51 inline Address StackHandler::address() const { in address() 52 return reinterpret_cast<Address>(const_cast<StackHandler*>(this)); in address() 62 inline bool StackHandler::includes(Address address) const { in includes() 63 Address start = this->address(); in includes() 64 Address end = start + StackHandlerConstants::kSize; in includes() 74 inline StackHandler* StackHandler::FromAddress(Address address) { in FromAddress() 85 inline Address* StackHandler::pc_address() const { in pc_address() 87 return reinterpret_cast<Address*>(address() + offset); in pc_address() 101 inline Code* StackFrame::GetContainingCode(Isolate* isolate, Address pc) { in GetContainingCode() 122 inline Address StandardFrame::caller_fp() const { in caller_fp() [all …]
|
D | log.h | 212 void CallbackEvent(String* name, Address entry_point); 213 void GetterCallbackEvent(String* name, Address entry_point); 214 void SetterCallbackEvent(String* name, Address entry_point); 233 void CodeMoveEvent(Address from, Address to); 235 void CodeDeleteEvent(Address from); 237 void SharedFunctionInfoMoveEvent(Address from, Address to); 239 void SnapshotPositionEvent(Address addr, int pos); 251 Address* stack); 312 Address entry_point); 315 void MoveEventInternal(LogEventsAndTags event, Address from, Address to); [all …]
|
D | spaces-inl.h | 64 Address Page::AllocationTop() { in AllocationTop() 70 Address Page::AllocationWatermark() { in AllocationWatermark() 85 void Page::SetAllocationWatermark(Address allocation_watermark) { in SetAllocationWatermark() 107 void Page::SetCachedAllocationWatermark(Address allocation_watermark) { in SetCachedAllocationWatermark() 112 Address Page::CachedAllocationWatermark() { in CachedAllocationWatermark() 127 int Page::GetRegionNumberForAddress(Address addr) { in GetRegionNumberForAddress() 151 uint32_t Page::GetRegionMaskForAddress(Address addr) { in GetRegionMaskForAddress() 156 uint32_t Page::GetRegionMaskForSpan(Address start, int length_in_bytes) { in GetRegionMaskForSpan() 173 for (Address a = start; a < start + length_in_bytes; a += kPointerSize) { in GetRegionMaskForSpan() 183 void Page::MarkRegionDirty(Address address) { in MarkRegionDirty() [all …]
|
D | ic.h | 74 static Address AddressFromUtilityId(UtilityId id); 92 inline Address address(); 98 static void Clear(Address address); 130 Address fp() const { return fp_; } in fp() 131 Address pc() const { return *pc_address_; } in pc() 137 Address OriginalCodeAddress(); 157 static inline Code* GetTargetAtAddress(Address address); 158 static inline void SetTargetAtAddress(Address address, Code* target); 162 Address fp_; 168 Address* pc_address_; [all …]
|
D | serialize.h | 67 uint32_t Encode(Address key) const; 69 const char* NameOfAddress(Address key) const; 73 static uint32_t Hash(Address key) { in Hash() 77 int IndexOf(Address key) const; 81 void Put(Address key, int index); 92 Address Decode(uint32_t key) const { in Decode() 98 Address** encodings_; 100 Address* Lookup(uint32_t key) const { in Lookup() 107 void Put(uint32_t key, Address value) { in Put() 302 virtual void VisitExternalReferences(Address* start, Address* end) { in VisitExternalReferences() [all …]
|
D | v8globals.h | 74 const Address kZapValue = 75 reinterpret_cast<Address>(V8_UINT64_C(0xdeadbeedbeadbeef)); 76 const Address kHandleZapValue = 77 reinterpret_cast<Address>(V8_UINT64_C(0x1baddead0baddeaf)); 78 const Address kFromSpaceZapValue = 79 reinterpret_cast<Address>(V8_UINT64_C(0x1beefdad0beefdaf)); 83 const Address kZapValue = reinterpret_cast<Address>(0xdeadbeef); 84 const Address kHandleZapValue = reinterpret_cast<Address>(0xbaddeaf); 85 const Address kFromSpaceZapValue = reinterpret_cast<Address>(0xbeefdaf); 264 typedef bool (*ConstraintCallback)(Address new_addr, Address old_addr); [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/valgrind/main/exp-ptrcheck/tests/ |
D | and.stderr.exp | 5 Address 0x........ is not derived from any known block 10 Address 0x........ is not derived from any known block 15 Address 0x........ is not derived from any known block 20 Address 0x........ is not derived from any known block 26 Address 0x........ is 4 bytes before the accessing pointer's 34 Address 0x........ is not derived from any known block 39 Address 0x........ is not derived from any known block 45 Address 0x........ is 4 bytes before the accessing pointer's 54 Address 0x........ is 4 bytes before the accessing pointer's 71 Address 0x........ is not derived from any known block [all …]
|
D | imul.stderr.exp | 7 Address 0x........ is not derived from any known block 14 Address 0x........ is not derived from any known block 21 Address 0x........ is not derived from any known block 28 Address 0x........ is not derived from any known block 35 Address 0x........ is not derived from any known block 42 Address 0x........ is not derived from any known block 59 Address 0x........ is not derived from any known block 66 Address 0x........ is not derived from any known block 73 Address 0x........ is not derived from any known block 80 Address 0x........ is not derived from any known block [all …]
|
D | idiv.stderr.exp | 7 Address 0x........ is not derived from any known block 14 Address 0x........ is not derived from any known block 32 Address 0x........ is not derived from any known block 39 Address 0x........ is not derived from any known block 46 Address 0x........ is not derived from any known block 53 Address 0x........ is not derived from any known block 70 Address 0x........ is not derived from any known block 77 Address 0x........ is not derived from any known block 84 Address 0x........ is not derived from any known block 91 Address 0x........ is not derived from any known block [all …]
|
D | neg.stderr.exp | 5 Address 0x........ is not derived from any known block 10 Address 0x........ is not derived from any known block 15 Address 0x........ is not derived from any known block 20 Address 0x........ is not derived from any known block 25 Address 0x........ is not derived from any known block 30 Address 0x........ is not derived from any known block 35 Address 0x........ is not derived from any known block 40 Address 0x........ is not derived from any known block 45 Address 0x........ is not derived from any known block 50 Address 0x........ is not derived from any known block
|
D | sub.stderr.exp | 5 Address 0x........ is not derived from any known block 10 Address 0x........ is not derived from any known block 15 Address 0x........ is not derived from any known block 20 Address 0x........ is not derived from any known block 26 Address 0x........ is 4 bytes before the accessing pointer's 44 Address 0x........ is not derived from any known block 49 Address 0x........ is not derived from any known block 58 Address 0x........ is not derived from any known block 63 Address 0x........ is not derived from any known block 72 Address 0x........ is ... bytes before the accessing pointer's [all …]
|
/external/v8/src/arm/ |
D | assembler-arm-inl.h | 60 Address RelocInfo::target_address() { in target_address() 66 Address RelocInfo::target_address_address() { in target_address_address() 68 return reinterpret_cast<Address>(Assembler::target_address_address_at(pc_)); in target_address_address() 77 void RelocInfo::set_target_address(Address target) { in set_target_address() 103 Assembler::set_target_address_at(pc_, reinterpret_cast<Address>(target)); in set_target_object() 107 Address* RelocInfo::target_reference_address() { in target_reference_address() 109 return reinterpret_cast<Address*>(Assembler::target_address_address_at(pc_)); in target_reference_address() 115 Address address = Memory::Address_at(pc_); in target_cell_handle() 123 Address address = Memory::Address_at(pc_); in target_cell() 132 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset; in set_target_cell() [all …]
|
/external/v8/src/x64/ |
D | assembler-x64-inl.h | 180 Address Assembler::target_address_at(Address pc) { in target_address_at() 185 void Assembler::set_target_address_at(Address pc, Address target) { in set_target_address_at() 190 Handle<Object> Assembler::code_target_object_handle_at(Address pc) { in code_target_object_handle_at() 202 CPU::FlushICache(pc_, sizeof(Address)); in apply() 210 Address RelocInfo::target_address() { in target_address() 220 Address RelocInfo::target_address_address() { in target_address_address() 222 return reinterpret_cast<Address>(pc_); in target_address_address() 235 void RelocInfo::set_target_address(Address target) { in set_target_address() 241 CPU::FlushICache(pc_, sizeof(Address)); in set_target_address() 268 Address* RelocInfo::target_reference_address() { in target_reference_address() [all …]
|
/external/v8/src/ia32/ |
D | assembler-ia32-inl.h | 74 Address RelocInfo::target_address() { in target_address() 80 Address RelocInfo::target_address_address() { in target_address_address() 82 return reinterpret_cast<Address>(pc_); in target_address_address() 91 void RelocInfo::set_target_address(Address target) { in set_target_address() 118 CPU::FlushICache(pc_, sizeof(Address)); in set_target_object() 122 Address* RelocInfo::target_reference_address() { in target_reference_address() 124 return reinterpret_cast<Address*>(pc_); in target_reference_address() 130 Address address = Memory::Address_at(pc_); in target_cell_handle() 138 Address address = Memory::Address_at(pc_); in target_cell() 147 Address address = cell->address() + JSGlobalPropertyCell::kValueOffset; in set_target_cell() [all …]
|
/external/valgrind/main/drd/tests/ |
D | tc19_shadowmem.stderr.exp-64bit | 12 Address 0x........ is at offset 0 from 0x......... Allocation context: 21 Address 0x........ is at offset 1 from 0x......... Allocation context: 30 Address 0x........ is at offset 2 from 0x......... Allocation context: 39 Address 0x........ is at offset 3 from 0x......... Allocation context: 48 Address 0x........ is at offset 4 from 0x......... Allocation context: 57 Address 0x........ is at offset 5 from 0x......... Allocation context: 66 Address 0x........ is at offset 6 from 0x......... Allocation context: 75 Address 0x........ is at offset 7 from 0x......... Allocation context: 84 Address 0x........ is at offset 8 from 0x......... Allocation context: 93 Address 0x........ is at offset 9 from 0x......... Allocation context: [all …]
|
D | tc19_shadowmem.stderr.exp-32bit | 12 Address 0x........ is at offset 0 from 0x......... Allocation context: 21 Address 0x........ is at offset 1 from 0x......... Allocation context: 30 Address 0x........ is at offset 2 from 0x......... Allocation context: 39 Address 0x........ is at offset 3 from 0x......... Allocation context: 48 Address 0x........ is at offset 4 from 0x......... Allocation context: 57 Address 0x........ is at offset 5 from 0x......... Allocation context: 66 Address 0x........ is at offset 6 from 0x......... Allocation context: 75 Address 0x........ is at offset 7 from 0x......... Allocation context: 84 Address 0x........ is at offset 8 from 0x......... Allocation context: 93 Address 0x........ is at offset 9 from 0x......... Allocation context: [all …]
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 27 Address 0x........ is not stack'd, malloc'd or (recently) free'd 43 Address 0x........ is not stack'd, malloc'd or (recently) free'd 56 Address 0x........ is not stack'd, malloc'd or (recently) free'd 84 Address 0x........ is not stack'd, malloc'd or (recently) free'd 97 Address 0x........ is not stack'd, malloc'd or (recently) free'd 110 Address 0x........ is not stack'd, malloc'd or (recently) free'd 114 Address 0x........ is not stack'd, malloc'd or (recently) free'd 124 Address 0x........ is not stack'd, malloc'd or (recently) free'd 140 Address 0x........ is not stack'd, malloc'd or (recently) free'd 150 Address 0x........ is not stack'd, malloc'd or (recently) free'd [all …]
|
/external/qemu-pc-bios/bochs/bios/ |
D | acpi-dsdt.dsl | 152 0x0000, // Address Space Granularity 153 0x0000, // Address Range Minimum 154 0x00FF, // Address Range Maximum 155 0x0000, // Address Translation Offset 156 0x0100, // Address Length 159 0x0CF8, // Address Range Minimum 160 0x0CF8, // Address Range Maximum 161 0x01, // Address Alignment 162 0x08, // Address Length 165 0x0000, // Address Space Granularity [all …]
|