Searched refs:GetRootsStackMask (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_resolver.h | 71 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/ |
| D | reg_alloc_resolver.h | 78 saveState->GetRootsStackMask()->SetBit(location.GetValue()); in AddLocationToRoots() 82 saveState->GetRootsStackMask()->SetBit(location.GetValue() + slotOffset); in AddLocationToRoots()
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | code_info.cpp | 48 auto region = GetRootsStackMask(stackMap); in Dump()
|
| D | code_info.h | 316 auto GetRootsStackMask(const StackMap &stackMap) const in GetRootsStackMask() function
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | code_info_test.cpp | 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()
|
| D | compiler_graph_test.cpp | 672 EXPECT_NE(save_inst->GetRootsStackMask(), nullptr); in __anona429afd51202()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | code_info_test.cpp | 137 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/ |
| D | inst.h | 2462 ArenaBitVector *GetRootsStackMask() in GetRootsStackMask() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | inst.h | 4080 ArenaBitVector *GetRootsStackMask() in GetRootsStackMask() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 828 …eBuilder_->BeginStackMap(outerBpc, GetEncoder()->GetCursorOffset(), saveState->GetRootsStackMask(), in CreateStackMap()
|