Home
last modified time | relevance | path

Searched defs:GetRegs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translator_tests.cc44 TEST(Riscv64LiteTranslatorTest, GetRegs) { in TEST() argument
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dresult.h150 const Regs* GetRegs() const { return regs_.get(); } in GetRegs() function
/aosp_15_r20/system/unwinding/libunwindstack/utils/
H A DOfflineUnwindUtils.cpp152 Regs* OfflineUnwindUtils::GetRegs(const std::string& initial_sample_name) const { in GetRegs() function in unwindstack::OfflineUnwindUtils