Searched refs:rw_ptr (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/x86/ |
H A D | asmjit_test.cpp | 130 void *rw_ptr; in TEST_F() local 131 Error err = allocator.alloc(&ro_ptr, &rw_ptr, estimated_size); in TEST_F() 135 code.relocateToBase(reinterpret_cast<uintptr_t>(rw_ptr)); in TEST_F() 138 code.copyFlattenedData(rw_ptr, code_size, CodeHolder::kCopyPadSectionBuffer); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/x86/ |
H A D | asmjit_test.cpp | 129 void *rw_ptr; in TEST_F() local 130 Error err = allocator.alloc(&ro_ptr, &rw_ptr, estimated_size); in TEST_F() 134 code.relocateToBase(reinterpret_cast<uintptr_t>(rw_ptr)); in TEST_F() 137 code.copyFlattenedData(rw_ptr, code_size, CodeHolder::kCopyPadSectionBuffer); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | asmjit_test.cpp | 203 void *rw_ptr; in TEST_F() local 204 Error err = allocator.alloc(&ro_ptr, &rw_ptr, estimated_size); in TEST_F() 208 code.relocateToBase(reinterpret_cast<uintptr_t>(rw_ptr)); in TEST_F() 211 code.copyFlattenedData(rw_ptr, code_size, CodeHolder::kCopyPadSectionBuffer); in TEST_F()
|
Completed in 2 milliseconds