Searched refs:FindCallerRegs (Results 1 – 9 of 9) sorted by relevance
/external/google-breakpad/src/processor/ |
D | cfi_frame_info_unittest.cc | 91 ASSERT_FALSE(cfi.FindCallerRegs<uint64_t>(registers, memory, in TEST_F() 101 ASSERT_FALSE(cfi.FindCallerRegs<uint64_t>(registers, memory, in TEST_F() 111 ASSERT_TRUE(cfi.FindCallerRegs<uint64_t>(registers, memory, in TEST_F() 130 ASSERT_TRUE(cfi.FindCallerRegs<uint64_t>(registers, memory, in TEST_F() 154 ASSERT_TRUE(cfi.FindCallerRegs<uint64_t>(registers, memory, in TEST_F() 171 ASSERT_FALSE(cfi.FindCallerRegs<uint64_t>(registers, memory, in TEST_F() 181 ASSERT_FALSE(cfi.FindCallerRegs<uint64_t>(registers, memory, in TEST_F() 194 ASSERT_TRUE(cfi.FindCallerRegs<uint64_t>(registers, memory, in TEST_F() 207 ASSERT_TRUE(cfi.FindCallerRegs<uint64_t>(registers, memory, in TEST_F() 219 ASSERT_FALSE(cfi.FindCallerRegs<uint64_t>(registers, memory, in TEST_F() [all …]
|
D | cfi_frame_info.cc | 51 bool CFIFrameInfo::FindCallerRegs(const RegisterValueMap<V> ®isters, in FindCallerRegs() function in google_breakpad::CFIFrameInfo 95 template bool CFIFrameInfo::FindCallerRegs<uint32_t>( 99 template bool CFIFrameInfo::FindCallerRegs<uint64_t>(
|
D | fast_source_line_resolver_unittest.cc | 315 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 325 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 335 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 345 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 355 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 365 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F()
|
D | basic_source_line_resolver_unittest.cc | 288 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 298 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 308 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 318 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 328 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 338 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F()
|
D | cfi_frame_info-inl.h | 65 if (!cfi_frame_info.FindCallerRegs<RegisterType>(callee_registers, memory, in FindCallerRegisters()
|
D | cfi_frame_info.h | 99 bool FindCallerRegs(const RegisterValueMap<ValueType> ®isters,
|
D | stackwalker_mips.cc | 124 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo() 191 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo()
|
D | stackwalker_arm.cc | 101 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo()
|
D | stackwalker_arm64.cc | 123 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo()
|