Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.h71 save_state->GetRootsStackMask()->SetBit(location.GetValue()); in AddLocationToRoots()
75 save_state->GetRootsStackMask()->SetBit(location.GetValue() + slot_offset); in AddLocationToRoots()
/arkcompiler/runtime_core/compiler/tests/
Dcode_info_test.cpp135 ASSERT_EQ(code_info.GetRootsStackMask(stack_map).Popcount(), 1); in TEST_F()
136 auto roots_region = code_info.GetRootsStackMask(stack_map); in TEST_F()
138 ASSERT_EQ(code_info.GetRootsStackMask(stack_map).Read(0, 3), 1 << 2); in TEST_F()
Dcompiler_graph_test.cpp672 EXPECT_NE(save_inst->GetRootsStackMask(), nullptr); in __anon65fffef31202()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h2462 ArenaBitVector *GetRootsStackMask() in GetRootsStackMask() function