Home
last modified time | relevance | path

Searched refs:BeginMethod (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dintrinsic_codegen_test.cpp44 codegen.GetCodeBuilder()->BeginMethod(0U, 0U); in TryEncode()
Dcode_info_test.cpp106 builder.BeginMethod(1U, 3U); in TEST_F()
181 builder.BeginMethod(12U, 3U); in TEST_F()
293 builder.BeginMethod(12U, 3U); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/
Dcode_info_test.cpp104 builder.BeginMethod(1, 3); in TEST_F()
179 builder.BeginMethod(12, 3); in TEST_F()
291 builder.BeginMethod(12, 3); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info_builder.h52 void BeginMethod(uint32_t frameSize, uint32_t vregsCount);
Dcode_info_builder.cpp21 void CodeInfoBuilder::BeginMethod(uint32_t frameSize, uint32_t vregsCount) in BeginMethod() function in panda::compiler::CodeInfoBuilder
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcodegen_doc.md58 GetCallingConvention()->BeginMethod(); // emit moves from parameters to dst-regs etc.
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.h557 bool BeginMethod();
Dcodegen.cpp310 bool Codegen::BeginMethod() in BeginMethod() function in panda::compiler::Codegen
329 codeBuilder_->BeginMethod(GetFrameLayout().GetFrameSize<CFrameLayout::OffsetUnit::BYTES>(), in BeginMethod()
657 if (!BeginMethod()) { in Finalize()