Home
last modified time | relevance | path

Searched defs:AddressRange (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/common/windows/
Domap_internal.h66 struct AddressRange { struct
70 AddressRange() : rva(0), length(0) { } in AddressRange() argument
71 AddressRange(DWORD rva, DWORD length) : rva(rva), length(length) { } in AddressRange() argument
78 int Compare(const AddressRange& rhs) const; argument
/external/v8/src/wasm/
Dwasm-code-manager.h35 struct AddressRange { struct
39 AddressRange(Address s, Address e) : start(s), end(e) { in AddressRange() function
43 AddressRange() : AddressRange(kNullAddress, kNullAddress) {} in AddressRange() function
57 explicit DisjointAllocationPool(AddressRange range) : ranges_({range}) {} in DisjointAllocationPool() argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h657 struct AddressRange { struct
658 AddressRange *next; argument
663 AddressRange(uptr beg, uptr end, bool executable) in AddressRange() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h226 uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie, in FDE()
250 const uint64_t AddressRange; variable
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp285 uint64_t InitialLocation, uint64_t AddressRange, in FDE()
312 uint64_t AddressRange; member in __anonce9b89c60111::FDE
626 uint64_t AddressRange = 0; in parse() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp469 uint64_t AddressRange = 0; in parse() local
/external/v8/src/
Dgdb-jit.cc1937 struct AddressRange { struct
1938 Address start;
1939 Address end;