Searched refs:code_alloc_ (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/ |
| D | asm_printer_test.cpp | 82 code_alloc_ = new (std::nothrow) CodeAllocator(mem_stats_); in PrinterTest() 95 delete code_alloc_; in ~PrinterTest() 104 return code_alloc_; in GetCodeAllocator() 116 delete code_alloc_; in ResetCodeAllocator() 117 code_alloc_ = new (std::nothrow) CodeAllocator(mem_stats_); in ResetCodeAllocator() 242 CodeAllocator *code_alloc_ {nullptr}; member in panda::compiler::PrinterTest
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | callconv64_test.cpp | 45 code_alloc_ = new (std::nothrow) CodeAllocator(mem_stats_); in Callconv64Test() 52 delete code_alloc_; in ~Callconv64Test() 83 CodeAllocator *code_alloc_ {nullptr}; member in panda::compiler::Callconv64Test
|
| D | encoder64_test.cpp | 143 code_alloc_ = new (std::nothrow) CodeAllocator(mem_stats_); in Encoder64Test() 151 delete code_alloc_; in ~Encoder64Test() 159 return code_alloc_; in GetCodeAllocator() 166 delete code_alloc_; in ResetCodeAllocator() 167 code_alloc_ = new (std::nothrow) CodeAllocator(mem_stats_); in ResetCodeAllocator() 242 void *ptr = code_alloc_->AllocateCode(size, offset); in CallCode() 286 void *ptr = code_alloc_->AllocateCode(size, offset); in CallCode() 329 void *ptr = code_alloc_->AllocateCode(size, offset); in CallCode() 367 void *ptr = code_alloc_->AllocateCode(size, offset); in CallCode() 405 void *ptr = code_alloc_->AllocateCode(size, offset); in CallCodeStore() [all …]
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | callconv64_test.cpp | 45 code_alloc_ = new (std::nothrow) CodeAllocator(mem_stats_); in Callconv64Test() 52 delete code_alloc_; in ~Callconv64Test() 83 CodeAllocator *code_alloc_ {nullptr}; member in panda::compiler::Callconv64Test
|
| D | encoder64_test.cpp | 129 code_alloc_ = new (std::nothrow) CodeAllocator(mem_stats_); in Encoder64Test() 136 delete code_alloc_; in ~Encoder64Test() 151 return code_alloc_; in GetCodeAllocator() 158 delete code_alloc_; in ResetCodeAllocator() 159 code_alloc_ = new (std::nothrow) CodeAllocator(mem_stats_); in ResetCodeAllocator() 240 void *ptr = code_alloc_->AllocateCode(size, offset); in CallCode() 284 void *ptr = code_alloc_->AllocateCode(size, offset); in CallCode() 326 void *ptr = code_alloc_->AllocateCode(size, offset); in CallCode() 364 void *ptr = code_alloc_->AllocateCode(size, offset); in CallCode() 402 void *ptr = code_alloc_->AllocateCode(size, offset); in CallCodeStore() [all …]
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | callconv32_test.cpp | 45 code_alloc_ = new (std::nothrow) CodeAllocator(mem_stats_); in Callconv32Test() 52 delete code_alloc_; in ~Callconv32Test() 83 CodeAllocator *code_alloc_ {nullptr}; member in panda::compiler::Callconv32Test
|
| D | encoder32_test.cpp | 131 code_alloc_ = new (std::nothrow) CodeAllocator(mem_stats_); in Encoder32Test() 137 delete code_alloc_; in ~Encoder32Test() 145 return code_alloc_; in GetCodeAllocator() 152 delete code_alloc_; in ResetCodeAllocator() 153 code_alloc_ = new (std::nothrow) CodeAllocator(mem_stats_); in ResetCodeAllocator() 342 void *ptr = code_alloc_->AllocateCode(size, offset); in CallCodeVariadicImpl() 391 void *ptr = code_alloc_->AllocateCode(size, offset); in CallCodeStore() 404 void *ptr = code_alloc_->AllocateCode(size, offset); in CallCodeCall() 416 CodeAllocator *code_alloc_ {nullptr}; member in panda::compiler::Encoder32Test
|