Searched refs:GetRootsStackMask (Results 1 – 4 of 4) sorted by relevance
71 save_state->GetRootsStackMask()->SetBit(location.GetValue()); in AddLocationToRoots()75 save_state->GetRootsStackMask()->SetBit(location.GetValue() + slot_offset); in AddLocationToRoots()
135 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()
672 EXPECT_NE(save_inst->GetRootsStackMask(), nullptr); in __anon65fffef31202()
2462 ArenaBitVector *GetRootsStackMask() in GetRootsStackMask() function