Searched refs:BeginStackMap (Results 1 – 4 of 4) 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/compiler/code_info/ |
| D | code_info_builder.h | 56 void BeginStackMap(uint32_t bpc, uint32_t npc, ArenaBitVector *stack_roots, uint32_t regs_roots,
|
| D | code_info_builder.cpp | 45 void CodeInfoBuilder::BeginStackMap(uint32_t bpc, uint32_t npc, ArenaBitVector *stack_roots, uint32… in BeginStackMap() function in panda::compiler::CodeInfoBuilder
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 381 GetCodeBuilder()->BeginStackMap(0, 0, nullptr, 0, false, false); in GeneratePrologue() 889 …code_builder_->BeginStackMap(outer_bpc, GetEncoder()->GetCursorOffset(), save_state->GetRootsStack… in CreateStackMap()
|