Searched refs:stack_roots (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
D | code_info_test.cpp | 105 ArenaBitVector stack_roots(GetAllocator()); in TEST_F() local 106 stack_roots.resize(3); in TEST_F() 107 stack_roots.SetBit(2); in TEST_F() 110 builder.BeginStackMap(10, 20, &stack_roots, reg_roots.to_ullong(), true, false); in TEST_F() 174 ArenaBitVector stack_roots(GetAllocator()); in TEST_F() local 175 stack_roots.resize(8); in TEST_F() 181 stack_roots.SetBit(1); in TEST_F() 182 stack_roots.SetBit(2); in TEST_F() 183 builder.BeginStackMap(10, 20, &stack_roots, reg_roots.to_ullong(), true, false); in TEST_F() 196 stack_roots.Reset(); in TEST_F() [all …]
|