Home
last modified time | relevance | path

Searched defs:AddrRange (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dexport_test.go899 type AddrRange struct { struct
900 addrRange
909 func (a AddrRange) Base() uintptr {
914 func (a AddrRange) Limit() uintptr {
919 func (a AddrRange) Equals(b AddrRange) bool {
924 func (a AddrRange) Size() uintptr {
960 func MakeAddrRanges(a ...AddrRange) AddrRanges {
Dmranges_test.go12 func validateAddrRanges(t *testing.T, a *AddrRanges, want ...AddrRange) {
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py803 class AddrRange: class
840 def disassemble_function(self, dso_info, addr_range: AddrRange) -> Optional[Disassembly]:
879 def disassemble_functions(self, dso_info, sorted_addr_ranges: List[AddrRange]
911 …def _parse_disassembly_for_functions(self, fh: TextIO, sorted_addr_ranges: List[AddrRange]) -> Opt…
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DMemory.h49 typedef Range<lldb::addr_t, lldb::addr_t> AddrRange; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DMemory.h49 typedef Range<lldb::addr_t, lldb::addr_t> AddrRange; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DMemory.h49 typedef Range<lldb::addr_t, lldb::addr_t> AddrRange; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DMemory.h49 typedef Range<lldb::addr_t, lldb::addr_t> AddrRange; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Expression/
DIRExecutionUnit.h176 typedef std::pair<lldb::addr_t, uintptr_t> AddrRange; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Expression/
DIRExecutionUnit.h176 typedef std::pair<lldb::addr_t, uintptr_t> AddrRange; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Expression/
DIRExecutionUnit.h176 typedef std::pair<lldb::addr_t, uintptr_t> AddrRange; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Expression/
DIRExecutionUnit.h176 typedef std::pair<lldb::addr_t, uintptr_t> AddrRange; typedef