| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test.h | 76 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()
|
| D | encoder64_test_2.cpp | 634 void *offset = (static_cast<uint8_t *>(test->GetCallconv()->GetCodeEntry())); in TestParam()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test.h | 84 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()
|
| D | encoder64_test_2.cpp | 800 void *offset = (static_cast<uint8_t *>(test->GetCallconv()->GetCodeEntry())); in TestParam()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
| D | encoder32_test.h | 181 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()
|
| D | encoder32_test_2.cpp | 622 void *offset = (static_cast<uint8_t *>(test->GetCallconv()->GetCodeEntry())); in TestParam()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
| D | asm_printer.h | 365 void *GetCodeEntry() override in GetCodeEntry() function 368 auto tmp = T::GetCodeEntry(); in GetCodeEntry()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | callconv.h | 313 virtual void *GetCodeEntry() = 0;
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | callconv.cpp | 48 void *Amd64CallingConvention::GetCodeEntry() in GetCodeEntry() function in ark::compiler::amd64::Amd64CallingConvention
|
| D | target.h | 491 void *GetCodeEntry() override;
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | callconv.cpp | 45 void *Aarch32CallingConvention::GetCodeEntry() in GetCodeEntry() function in ark::compiler::aarch32::Aarch32CallingConvention
|
| D | target.h | 244 void *GetCodeEntry() override;
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 239 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/ |
| D | encoder64_test.cpp | 241 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/ |
| D | callconv.cpp | 54 void *Aarch64CallingConvention::GetCodeEntry() in GetCodeEntry() function in ark::compiler::aarch64::Aarch64CallingConvention
|
| D | target.h | 494 void *GetCodeEntry() override;
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 341 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()
|