Home
last modified time | relevance | path

Searched refs:GetRootsStackMask (Results 1 – 10 of 10) 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/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.h78 saveState->GetRootsStackMask()->SetBit(location.GetValue()); in AddLocationToRoots()
82 saveState->GetRootsStackMask()->SetBit(location.GetValue() + slotOffset); in AddLocationToRoots()
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.cpp48 auto region = GetRootsStackMask(stackMap); in Dump()
Dcode_info.h316 auto GetRootsStackMask(const StackMap &stackMap) const in GetRootsStackMask() function
/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 __anona429afd51202()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dcode_info_test.cpp137 ASSERT_EQ(codeInfo.GetRootsStackMask(stackMap).Popcount(), 1U); in TEST_F()
138 auto rootsRegion = codeInfo.GetRootsStackMask(stackMap); in TEST_F()
140 ASSERT_EQ(codeInfo.GetRootsStackMask(stackMap).Read(0U, 3U), 1U << 2U); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h2462 ArenaBitVector *GetRootsStackMask() in GetRootsStackMask() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h4080 ArenaBitVector *GetRootsStackMask() in GetRootsStackMask() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp828 …eBuilder_->BeginStackMap(outerBpc, GetEncoder()->GetCursorOffset(), saveState->GetRootsStackMask(), in CreateStackMap()