Home
last modified time | relevance | path

Searched refs:EndStackMap (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dcode_info_test.cpp114 builder.EndStackMap(); in TEST_F()
194 builder.EndStackMap(); in TEST_F()
207 builder.EndStackMap(); in TEST_F()
216 builder.EndStackMap(); in TEST_F()
296 builder.EndStackMap(); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dcode_info_test.cpp116 builder.EndStackMap(); in TEST_F()
196 builder.EndStackMap(); in TEST_F()
209 builder.EndStackMap(); in TEST_F()
218 builder.EndStackMap(); in TEST_F()
298 builder.EndStackMap(); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info_builder.h59 void EndStackMap();
Dcode_info_builder.cpp77 void CodeInfoBuilder::EndStackMap() in EndStackMap() function in panda::compiler::CodeInfoBuilder
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp354 GetCodeBuilder()->EndStackMap(); in GeneratePrologue()
842 codeBuilder_->EndStackMap(); in CreateStackMap()