/external/google-breakpad/src/processor/ |
D | postfix_evaluator.h | 84 class MemoryRegion; variable 98 PostfixEvaluator(DictionaryType *dictionary, const MemoryRegion *memory) in PostfixEvaluator() 168 const MemoryRegion *memory_;
|
D | cfi_frame_info.h | 51 class MemoryRegion; variable 100 const MemoryRegion &memory, 259 bool FindCallerRegisters(const MemoryRegion &memory,
|
D | cfi_frame_info.cc | 52 const MemoryRegion &memory, in FindCallerRegs() 97 const MemoryRegion &memory, 101 const MemoryRegion &memory,
|
D | stackwalker_sparc.h | 58 MemoryRegion* memory,
|
D | stackwalker_ppc.h | 58 MemoryRegion* memory,
|
D | stackwalker_ppc64.h | 56 MemoryRegion* memory,
|
D | stackwalker.cc | 74 MemoryRegion* memory, in Stackwalker() 200 MemoryRegion* memory, in StackwalkerForCPU()
|
D | stackwalker_mips.h | 58 MemoryRegion* memory,
|
D | stackwalker_arm.h | 60 MemoryRegion* memory,
|
D | stackwalker_amd64.h | 61 MemoryRegion* memory,
|
D | stackwalker_x86.h | 64 MemoryRegion* memory,
|
D | stackwalker_arm64.h | 59 MemoryRegion* memory,
|
D | postfix_evaluator_unittest.cc | 52 using google_breakpad::MemoryRegion; 59 class FakeMemoryRegion : public MemoryRegion {
|
D | stackwalker_selftest.cc | 82 using google_breakpad::MemoryRegion; 105 class SelfMemoryRegion : public MemoryRegion {
|
/external/llvm-project/lld/ELF/ |
D | LinkerScript.h | 133 struct MemoryRegion { struct 134 MemoryRegion(StringRef name, Expr origin, Expr length, uint32_t flags, in MemoryRegion() argument 252 MemoryRegion *memRegion = nullptr; 253 MemoryRegion *lmaRegion = nullptr; 275 MemoryRegion *findMemoryRegion(OutputSection *sec); 337 llvm::MapVector<llvm::StringRef, MemoryRegion *> memoryRegions;
|
D | OutputSections.h | 79 MemoryRegion *memRegion = nullptr; 80 MemoryRegion *lmaRegion = nullptr;
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | stackwalker.h | 90 MemoryRegion* memory, 117 MemoryRegion* memory, 196 MemoryRegion* memory_;
|
D | memory_region.h | 48 class MemoryRegion { 50 virtual ~MemoryRegion() {} in ~MemoryRegion()
|
D | process_state.h | 111 const vector<MemoryRegion*>* thread_memory_regions() const { in thread_memory_regions() 177 vector<MemoryRegion*> thread_memory_regions_;
|
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPIBugReporter.h | 85 RequestNodeVisitor(const MemRegion *const MemoryRegion, in RequestNodeVisitor() argument 87 : RequestRegion(MemoryRegion), ErrorText(ErrText) {} in RequestNodeVisitor()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPIBugReporter.h | 82 RequestNodeVisitor(const MemRegion *const MemoryRegion, in RequestNodeVisitor() argument 84 : RequestRegion(MemoryRegion), ErrorText(ErrText) {} in RequestNodeVisitor()
|
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/ |
D | tpu_driver.h | 165 int32_t core_id, MemoryRegion region, int64_t num_bytes, 168 int32_t core_id, MemoryRegion region, const xla::ShapeProto& shape, 181 int32_t core_id, MemoryRegion region,
|
D | grpc_tpu_driver.cc | 176 std::unique_ptr<BufferHandle> Allocate(int32_t core_id, MemoryRegion region, 179 std::unique_ptr<BufferHandle> Allocate(int32_t core_id, MemoryRegion region, 183 int32_t core_id, MemoryRegion region, 348 int32_t core_id, MemoryRegion region, int64_t num_bytes, in Allocate() 353 int32_t core_id, MemoryRegion region, const xla::ShapeProto& shape, in Allocate() 358 int32_t core_id, MemoryRegion region, in AllocateTuple() 720 int32_t core_id, MemoryRegion region, int64_t num_bytes, in Allocate() 736 int32_t core_id, MemoryRegion region, const xla::ShapeProto& shape, in Allocate() 752 int32_t core_id, MemoryRegion region, in AllocateTuple()
|
/external/crosvm/vm_memory/src/ |
D | guest_memory.rs | 96 struct MemoryRegion { struct 103 impl MemoryRegion { impl 122 regions: Arc<[MemoryRegion]>, 167 let mut regions = Vec::<MemoryRegion>::new(); in new() 188 regions.push(MemoryRegion { in new() 221 .map_or(GuestAddress(0), MemoryRegion::end) in end_addr()
|
/external/crosvm/vm_control/src/ |
D | gdb.rs | 24 MemoryRegion(Vec<u8>), enumerator
|