Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dstack_walker_test.cpp49 class StackWalkerTest : public testing::Test { class
53 StackWalkerTest() in StackWalkerTest() function in ark::test::StackWalkerTest
59 ~StackWalkerTest() override in ~StackWalkerTest()
65 NO_COPY_SEMANTIC(StackWalkerTest);
66 NO_MOVE_SEMANTIC(StackWalkerTest);
96 mem::Reference *StackWalkerTest::globalObj_;
157 TEST_F(StackWalkerTest, ModifyVreg) in TEST_F() argument
357 void StackWalkerTest::TestModifyManyVregs(bool isCompiled) in TestModifyManyVregs()
385 StackWalkerTest::globalObj_ = in TestModifyManyVregs()
388 … = Runtime::GetCurrent()->GetPandaVM()->GetGlobalObjectStorage()->Get(StackWalkerTest::globalObj_); in TestModifyManyVregs()
[all …]