Searched refs:Mapping (Results 1 – 12 of 12) sorted by relevance
/system/memory/libmemunreachable/ |
D | ProcessMappings.h | 26 struct Mapping { struct 34 Mapping() {} in Mapping() argument 35 Mapping(uintptr_t begin, uintptr_t end, bool read, bool write, bool execute, const char* name) in Mapping() function 43 bool ProcessMappings(pid_t pid, allocator::vector<Mapping>& mappings);
|
D | MemUnreachable.cpp | 58 const allocator::vector<Mapping>& mappings, 66 bool ClassifyMappings(const allocator::vector<Mapping>& mappings, 67 allocator::vector<Mapping>& heap_mappings, 68 allocator::vector<Mapping>& anon_mappings, 69 allocator::vector<Mapping>& globals_mappings, 70 allocator::vector<Mapping>& stack_mappings); 77 static void HeapIterate(const Mapping& heap_mapping, in HeapIterate() 88 const allocator::vector<Mapping>& mappings, in CollectAllocations() 93 heap_walker_.Mapping(it->begin, it->end); in CollectAllocations() 96 allocator::vector<Mapping> heap_mappings{mappings}; in CollectAllocations() [all …]
|
D | ProcessMappings.cpp | 32 ReadMapCallback(allocator::vector<Mapping>& mappings) : mappings_(mappings) {} in ReadMapCallback() 40 allocator::vector<Mapping>& mappings_; 43 bool ProcessMappings(pid_t pid, allocator::vector<Mapping>& mappings) { in ProcessMappings()
|
D | HeapWalker.h | 78 void Mapping(uintptr_t begin, uintptr_t end);
|
D | HeapWalker.cpp | 122 void HeapWalker::Mapping(uintptr_t begin, uintptr_t end) { in Mapping() function in android::HeapWalker
|
/system/netd/tests/benchmarks/ |
D | dns_benchmark.cpp | 57 std::vector<DnsResponderClient::Mapping> mappings; 82 std::vector<DnsResponderClient::Mapping> const& getMappings() const { in getMappings()
|
/system/extras/simpleperf/ |
D | report_lib_interface.cpp | 68 struct Mapping { struct 80 Mapping* mapping; argument 175 Mapping* AddMapping(const MapEntry& map); 188 std::vector<std::unique_ptr<Mapping>> current_mappings_; 427 Mapping* ReportLib::AddMapping(const MapEntry& map) { in AddMapping() 428 current_mappings_.emplace_back(std::unique_ptr<Mapping>(new Mapping)); in AddMapping() 429 Mapping* mapping = current_mappings_.back().get(); in AddMapping()
|
/system/core/fs_mgr/libfiemap/ |
D | README.md | 12 - Mapping the image as a block device while /data is mounted. This is fairly 14 - Mapping the image as a block device during first-stage init. This is simple 27 Mapping section in libfiemap
|
/system/memory/libmemunreachable/tests/ |
D | HeapWalker_test.cpp | 78 heap_walker.Mapping(2, 3); in TEST_F() 79 heap_walker.Mapping(4, 5); in TEST_F()
|
/system/extras/simpleperf/scripts/ |
D | profile_pb2.py | 566 Mapping = _reflection.GeneratedProtocolMessageType('Mapping', (_message.Message,), dict( variable 571 _sym_db.RegisterMessage(Mapping)
|
D | pprof_proto_generator.py | 207 class Mapping(object): class 408 mapping = Mapping(report_mapping.start, report_mapping.end,
|
/system/extras/libjsonpb/ |
D | README.md | 78 Check [JSON Mapping](https://developers.google.com/protocol-buffers/docs/proto3#json)
|