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 | 312 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 322 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 332 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 342 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 352 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 362 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F()
|
D | basic_source_line_resolver_unittest.cc | 285 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 295 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 305 ->FindCallerRegs<uint32_t>(current_registers, memory, in TEST_F() 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()
|
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 | 111 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo()
|
D | stackwalker_arm64.cc | 100 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo()
|
D | stackwalker_arm.cc | 100 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo()
|