Lines Matching refs:cur_func_offset
1509 uint64_t cur_func_offset = reinterpret_cast<uint64_t>(test_level_one_) + 1; in TEST_F() local
1511 ASSERT_NE(std::string(""), backtrace->GetFunctionName(cur_func_offset, &offset)); in TEST_F()
1522 uint64_t cur_func_offset = reinterpret_cast<uint64_t>(test_level_one_) + 1; in TEST_F() local
1524 ASSERT_NE(std::string(""), backtrace->GetFunctionName(cur_func_offset, &offset)); in TEST_F()
1609 uint64_t cur_func_offset = reinterpret_cast<uint64_t>(BacktraceTest::test_level_one_) + 1; in UnwindFromDevice() local
1611 backtrace->FillInMap(cur_func_offset, &map); in UnwindFromDevice()
1613 ASSERT_NE(std::string(""), backtrace->GetFunctionName(cur_func_offset, &offset, &map)); in UnwindFromDevice()
1615 ASSERT_EQ(std::string(""), backtrace->GetFunctionName(cur_func_offset, &offset, &map)); in UnwindFromDevice()
1624 SetUcontextLr(cur_func_offset, &ucontext); in UnwindFromDevice()
1642 SetUcontextPc(cur_func_offset, &ucontext); in UnwindFromDevice()
1643 SetUcontextLr(cur_func_offset, &ucontext); in UnwindFromDevice()
1650 ASSERT_EQ(cur_func_offset, frame->pc); in UnwindFromDevice()