Home
last modified time | relevance | path

Searched defs:stackRoots (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dcode_info_test.cpp107 ArenaBitVector stackRoots(GetAllocator()); in TEST_F() local
176 ArenaBitVector stackRoots(GetAllocator()); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info_builder.cpp45 void CodeInfoBuilder::BeginStackMap(uint32_t bpc, uint32_t npc, ArenaBitVector *stackRoots, uint32_… in BeginStackMap()