/system/unwinding/libunwindstack/tests/ |
D | ElfCacheTest.cpp | 137 Elf* elf_one = maps_->Find(0x1000)->GetElf(memory_, ARCH_ARM); in TEST_F() 139 Elf* elf_two = maps_->Find(0x2000)->GetElf(memory_, ARCH_ARM); in TEST_F() 141 Elf* elf_three = maps_->Find(0x4000)->GetElf(memory_, ARCH_ARM); in TEST_F() 145 EXPECT_EQ(maps_->Find(0x5000)->GetElf(memory_, ARCH_ARM), elf_three); in TEST_F() 146 EXPECT_EQ(0U, maps_->Find(0x5000)->elf_start_offset()); in TEST_F() 147 EXPECT_EQ(0x1000U, maps_->Find(0x5000)->elf_offset()); in TEST_F() 148 EXPECT_EQ(0x1000U, maps_->Find(0x5000)->offset()); in TEST_F() 150 EXPECT_EQ(maps_->Find(0x10000)->GetElf(memory_, ARCH_ARM), elf_two); in TEST_F() 151 EXPECT_EQ(0U, maps_->Find(0x10000)->elf_start_offset()); in TEST_F() 152 EXPECT_EQ(0U, maps_->Find(0x10000)->elf_offset()); in TEST_F() [all …]
|
D | JitDebugTest.cpp | 257 Elf* elf = jit_debug_->Find(maps_.get(), 0x1500); in TEST_F() 263 Elf* elf = jit_debug_->Find(maps_.get(), 0x1500); in TEST_F() 270 Elf* elf = jit_debug_->Find(maps_.get(), 0x1500); in TEST_F() 279 Elf* elf = jit_debug_->Find(maps_.get(), 0x1500); in TEST_F() 288 Elf* elf = jit_debug_->Find(maps_.get(), 0x1500); in TEST_F() 299 Elf* elf = jit_debug_->Find(maps_.get(), 0x1500); in TEST_F() 309 Elf* elf = jit_debug_->Find(maps_.get(), 0x1500); in TEST_F() 319 Elf* elf2 = jit_debug_->Find(maps_.get(), 0x1500); in TEST_F() 333 ASSERT_TRUE(jit_debug_->Find(maps_.get(), 0x1500) != nullptr); in TEST_F() 334 ASSERT_TRUE(jit_debug_->Find(maps_.get(), 0x2000) == nullptr); in TEST_F() [all …]
|
D | GlobalTest.cpp | 87 auto map_info = maps_->Find(0x10000); in SetUp() 96 map_info = maps_->Find(0x20000); in SetUp() 105 map_info = maps_->Find(0x30000); in SetUp() 114 map_info = maps_->Find(0x40000); in SetUp()
|
D | MapsTest.cpp | 590 EXPECT_TRUE(maps.Find(0x500) == nullptr); in TEST() 591 EXPECT_TRUE(maps.Find(0x2000) == nullptr); in TEST() 592 EXPECT_TRUE(maps.Find(0x5010) == nullptr); in TEST() 593 EXPECT_TRUE(maps.Find(0x9a00) == nullptr); in TEST() 594 EXPECT_TRUE(maps.Find(0xf000) == nullptr); in TEST() 595 EXPECT_TRUE(maps.Find(0xf010) == nullptr); in TEST() 597 auto info = maps.Find(0x1000); in TEST() 605 info = maps.Find(0x3020); in TEST() 613 info = maps.Find(0x6020); in TEST() 621 info = maps.Find(0xafff); in TEST() [all …]
|
/system/unwinding/libunwindstack/ |
D | Unwinder.cpp | 63 frame->map_info = maps_->Find(dex_pc); in FillInDexFrame() 132 if (maps_->Find(regs_->pc()) == nullptr) { in Unwind() 142 std::shared_ptr<MapInfo> map_info = maps_->Find(regs_->pc()); in Unwind() 183 Elf* jit_elf = jit_debug_->Find(maps_, adjusted_jit_pc); in Unwind() 224 auto sp_info = maps_->Find(regs_->sp()); in Unwind() 269 if (frames_.size() > 2 || (frames_.size() > 0 && maps_->Find(frames_[0].pc) != nullptr)) { in Unwind() 422 std::shared_ptr<MapInfo> map_info = maps->Find(pc); in BuildFrameFromPcOnly() 441 Elf* jit_elf = jit_debug->Find(maps, jit_pc); in BuildFrameFromPcOnly()
|
D | Maps.cpp | 42 std::shared_ptr<MapInfo> Maps::Find(uint64_t pc) { in Find() function in unwindstack::Maps 145 std::shared_ptr<MapInfo> LocalUpdatableMaps::Find(uint64_t pc) { in Find() function in unwindstack::LocalUpdatableMaps 147 std::shared_ptr<MapInfo> map_info = Maps::Find(pc); in Find() 155 map_info = Maps::Find(pc); in Find()
|
/system/core/property_service/libpropertyinfoparser/ |
D | property_info_parser.cpp | 33 int Find(uint32_t array_length, F&& f) { in Find() function 53 return Find(num_contexts(), [this, context](auto array_offset) { in FindContextIndex() 62 return Find(num_types(), [this, type](auto array_offset) { in FindTypeIndex() 71 …auto node_index = Find(trie_node_base_->num_child_nodes, [this, name, namelen](auto array_offset) { in FindChildForString()
|
/system/extras/memory_replay/ |
D | Pointers.cpp | 66 pointer_data* data = Find(key_pointer); in Remove() 77 Pointers::pointer_data* Pointers::Find(uintptr_t key_pointer) { in Find() function in Pointers
|
D | Pointers.h | 42 pointer_data* Find(uintptr_t key_pointer);
|
/system/keymaster/include/keymaster/ |
D | operation_table.h | 34 Operation* Find(keymaster_operation_handle_t op_handle);
|
/system/unwinding/libunwindstack/include/unwindstack/ |
D | Maps.h | 52 virtual std::shared_ptr<MapInfo> Find(uint64_t pc); 105 std::shared_ptr<MapInfo> Find(uint64_t pc) override;
|
/system/sepolicy/private/ |
D | halserverdomain.te | 8 # Find HAL implementations
|
D | halclientdomain.te | 5 # Find out whether a HAL in passthrough/in-process mode or
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | halserverdomain.te | 8 # Find HAL implementations
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | halserverdomain.te | 8 # Find HAL implementations
|
D | halclientdomain.te | 5 # Find out whether a HAL in passthrough/in-process mode or
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | halserverdomain.te | 8 # Find HAL implementations
|
D | halclientdomain.te | 5 # Find out whether a HAL in passthrough/in-process mode or
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | halserverdomain.te | 8 # Find HAL implementations
|
D | halclientdomain.te | 5 # Find out whether a HAL in passthrough/in-process mode or
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | halserverdomain.te | 8 # Find HAL implementations
|
D | halclientdomain.te | 5 # Find out whether a HAL in passthrough/in-process mode or
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | halserverdomain.te | 8 # Find HAL implementations
|
D | halclientdomain.te | 5 # Find out whether a HAL in passthrough/in-process mode or
|
/system/unwinding/libunwindstack/include/ |
D | GlobalDebugInterface.h | 35 virtual Symfile* Find(Maps* maps, uint64_t pc) = 0;
|