Home
last modified time | relevance | path

Searched refs:GetCodeEntry (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test.h76 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCode()
120 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCode()
162 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCode()
200 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCode()
238 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCodeStore()
251 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCodeCall()
Dencoder64_test_2.cpp634 void *offset = (static_cast<uint8_t *>(test->GetCallconv()->GetCodeEntry())); in TestParam()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test.h84 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCode()
128 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCode()
170 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCode()
208 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCode()
246 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCodeStore()
259 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCodeCall()
Dencoder64_test_2.cpp800 void *offset = (static_cast<uint8_t *>(test->GetCallconv()->GetCodeEntry())); in TestParam()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dencoder32_test.h181 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCodeVariadicImpl()
230 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCodeStore()
243 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCodeCall()
Dencoder32_test_2.cpp622 void *offset = (static_cast<uint8_t *>(test->GetCallconv()->GetCodeEntry())); in TestParam()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dasm_printer.h365 void *GetCodeEntry() override in GetCodeEntry() function
368 auto tmp = T::GetCodeEntry(); in GetCodeEntry()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcallconv.h313 virtual void *GetCodeEntry() = 0;
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dcallconv.cpp48 void *Amd64CallingConvention::GetCodeEntry() in GetCodeEntry() function in ark::compiler::amd64::Amd64CallingConvention
Dtarget.h491 void *GetCodeEntry() override;
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp45 void *Aarch32CallingConvention::GetCodeEntry() in GetCodeEntry() function in ark::compiler::aarch32::Aarch32CallingConvention
Dtarget.h244 void *GetCodeEntry() override;
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp239 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCode()
283 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCode()
326 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCode()
364 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCode()
402 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCodeStore()
415 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCodeCall()
2850 void *offset = (static_cast<uint8_t *>(test->GetCallconv()->GetCodeEntry())); in TestParam()
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp241 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCode()
285 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCode()
328 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCode()
366 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCode()
404 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCodeStore()
417 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCodeCall()
2967 void *offset = (static_cast<uint8_t *>(test->GetCallconv()->GetCodeEntry())); in TestParam()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dcallconv.cpp54 void *Aarch64CallingConvention::GetCodeEntry() in GetCodeEntry() function in ark::compiler::aarch64::Aarch64CallingConvention
Dtarget.h494 void *GetCodeEntry() override;
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp341 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCodeVariadicImpl()
390 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCodeStore()
403 void *offset = (static_cast<uint8_t *>(callconv_->GetCodeEntry())); in CallCodeCall()
2850 void *offset = (static_cast<uint8_t *>(test->GetCallconv()->GetCodeEntry())); in TestParam()