Searched refs:UnwinderTest (Results 1 - 1 of 1) sorted by relevance

/system/core/libunwindstack/tests/
H A DUnwinderTest.cpp57 class UnwinderTest : public ::testing::Test { class in namespace:unwindstack
135 MapsFake UnwinderTest::maps_;
136 RegsFake UnwinderTest::regs_(5);
137 std::shared_ptr<Memory> UnwinderTest::process_memory_(nullptr);
139 TEST_F(UnwinderTest, multiple_frames) {
199 TEST_F(UnwinderTest, multiple_frames_dont_resolve_names) {
260 TEST_F(UnwinderTest, non_zero_load_bias) {
288 TEST_F(UnwinderTest, non_zero_elf_offset) {
316 TEST_F(UnwinderTest, non_zero_map_offset) {
345 TEST_F(UnwinderTest, no_frames_after_finishe
[all...]

Completed in 1019 milliseconds