Home
last modified time | relevance | path

Searched refs:FindCallerRegs (Results 1 – 9 of 9) sorted by relevance

/external/google-breakpad/src/processor/
Dcfi_frame_info_unittest.cc91 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 …]
Dcfi_frame_info.cc51 bool CFIFrameInfo::FindCallerRegs(const RegisterValueMap<V> &registers, in FindCallerRegs() function in google_breakpad::CFIFrameInfo
95 template bool CFIFrameInfo::FindCallerRegs<uint32_t>(
99 template bool CFIFrameInfo::FindCallerRegs<uint64_t>(
Dfast_source_line_resolver_unittest.cc312 ->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()
Dbasic_source_line_resolver_unittest.cc285 ->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()
Dcfi_frame_info-inl.h65 if (!cfi_frame_info.FindCallerRegs<RegisterType>(callee_registers, memory, in FindCallerRegisters()
Dcfi_frame_info.h99 bool FindCallerRegs(const RegisterValueMap<ValueType> &registers,
Dstackwalker_mips.cc111 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo()
Dstackwalker_arm64.cc100 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo()
Dstackwalker_arm.cc100 if (!cfi_frame_info->FindCallerRegs(callee_registers, *memory_, in GetCallerByCFIFrameInfo()