Home
last modified time | relevance | path

Searched refs:MemoryRegion (Results 1 – 25 of 56) sorted by relevance

123

/external/google-breakpad/src/processor/
Dpostfix_evaluator.h84 class MemoryRegion; variable
98 PostfixEvaluator(DictionaryType *dictionary, const MemoryRegion *memory) in PostfixEvaluator()
168 const MemoryRegion *memory_;
Dcfi_frame_info.h51 class MemoryRegion; variable
100 const MemoryRegion &memory,
259 bool FindCallerRegisters(const MemoryRegion &memory,
Dcfi_frame_info.cc52 const MemoryRegion &memory, in FindCallerRegs()
97 const MemoryRegion &memory,
101 const MemoryRegion &memory,
Dstackwalker_sparc.h58 MemoryRegion* memory,
Dstackwalker_ppc.h58 MemoryRegion* memory,
Dstackwalker_ppc64.h56 MemoryRegion* memory,
Dstackwalker.cc74 MemoryRegion* memory, in Stackwalker()
200 MemoryRegion* memory, in StackwalkerForCPU()
Dstackwalker_mips.h58 MemoryRegion* memory,
Dstackwalker_arm.h60 MemoryRegion* memory,
Dstackwalker_amd64.h61 MemoryRegion* memory,
Dstackwalker_x86.h64 MemoryRegion* memory,
Dstackwalker_arm64.h59 MemoryRegion* memory,
Dpostfix_evaluator_unittest.cc52 using google_breakpad::MemoryRegion;
59 class FakeMemoryRegion : public MemoryRegion {
Dstackwalker_selftest.cc82 using google_breakpad::MemoryRegion;
105 class SelfMemoryRegion : public MemoryRegion {
/external/llvm-project/lld/ELF/
DLinkerScript.h133 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;
DOutputSections.h79 MemoryRegion *memRegion = nullptr;
80 MemoryRegion *lmaRegion = nullptr;
/external/google-breakpad/src/google_breakpad/processor/
Dstackwalker.h90 MemoryRegion* memory,
117 MemoryRegion* memory,
196 MemoryRegion* memory_;
Dmemory_region.h48 class MemoryRegion {
50 virtual ~MemoryRegion() {} in ~MemoryRegion()
Dprocess_state.h111 const vector<MemoryRegion*>* thread_memory_regions() const { in thread_memory_regions()
177 vector<MemoryRegion*> thread_memory_regions_;
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.h85 RequestNodeVisitor(const MemRegion *const MemoryRegion, in RequestNodeVisitor() argument
87 : RequestRegion(MemoryRegion), ErrorText(ErrText) {} in RequestNodeVisitor()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.h82 RequestNodeVisitor(const MemRegion *const MemoryRegion, in RequestNodeVisitor() argument
84 : RequestRegion(MemoryRegion), ErrorText(ErrText) {} in RequestNodeVisitor()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dtpu_driver.h165 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,
Dgrpc_tpu_driver.cc176 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/
Dguest_memory.rs96 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/
Dgdb.rs24 MemoryRegion(Vec<u8>), enumerator

123