Searched refs:BeginStackMap (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/ |
| D | code_info_test.cpp | 110 builder.BeginStackMap(10, 20, &stack_roots, reg_roots.to_ullong(), true, false); in TEST_F() 183 builder.BeginStackMap(10, 20, &stack_roots, reg_roots.to_ullong(), true, false); in TEST_F() 199 builder.BeginStackMap(30, 40, &stack_roots, reg_roots.to_ullong(), true, false); in TEST_F() 212 builder.BeginStackMap(50, 60, &stack_roots, reg_roots.to_ullong(), true, false); in TEST_F() 292 builder.BeginStackMap(1, 4, nullptr, 0, true, false); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | code_info_test.cpp | 112 builder.BeginStackMap(10U, 20U, &stackRoots, regRoots.to_ullong(), true, false); in TEST_F() 185 builder.BeginStackMap(10U, 20U, &stackRoots, regRoots.to_ullong(), true, false); in TEST_F() 201 builder.BeginStackMap(30U, 40U, &stackRoots, regRoots.to_ullong(), true, false); in TEST_F() 214 builder.BeginStackMap(50U, 60U, &stackRoots, regRoots.to_ullong(), true, false); in TEST_F() 294 builder.BeginStackMap(1U, 4U, nullptr, 0U, true, false); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | code_info_builder.h | 56 …void BeginStackMap(uint32_t bpc, uint32_t npc, ArenaBitVector *stackRoots, uint32_t regsRoots, boo…
|
| D | code_info_builder.cpp | 45 void CodeInfoBuilder::BeginStackMap(uint32_t bpc, uint32_t npc, ArenaBitVector *stackRoots, uint32_… in BeginStackMap() function in panda::compiler::CodeInfoBuilder
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 353 GetCodeBuilder()->BeginStackMap(0, 0, nullptr, 0, false, false); in GeneratePrologue() 828 …codeBuilder_->BeginStackMap(outerBpc, GetEncoder()->GetCursorOffset(), saveState->GetRootsStackMas… in CreateStackMap()
|