Home
last modified time | relevance | path

Searched refs:GetVlenbFromRemote (Results 1 – 3 of 3) sorted by relevance

/system/unwinding/libunwindstack/
DRegsRiscv64.cpp48 uint64_t RegsRiscv64::GetVlenbFromRemote(pid_t) { in GetVlenbFromRemote() function in unwindstack::RegsRiscv64
55 uint64_t RegsRiscv64::GetVlenbFromRemote(pid_t pid) { in GetVlenbFromRemote() function in unwindstack::RegsRiscv64
146 regs->regs_[RISCV64_REG_VLENB] = GetVlenbFromRemote(pid); in Read()
/system/unwinding/libunwindstack/include/unwindstack/
DRegsRiscv64.h59 static uint64_t GetVlenbFromRemote(pid_t pid);
/system/unwinding/libunwindstack/tests/
DRegsTest.cpp237 EXPECT_NE(0U, regs.GetVlenbFromRemote(0)); in TEST_F()
244 ASSERT_DEATH(regs.GetVlenbFromRemote(0), ""); in TEST_F()