Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp225 CompiledMethod compiled_method2(RUNTIME_ARCH, &method2); in TEST_F() local
226compiled_method2.SetCode(Span(reinterpret_cast<const uint8_t *>(x86_add.data()), x86_add.size())); in TEST_F()
227 compiled_method2.SetCodeInfo(Span(data).ToConst()); in TEST_F()
228 aot_builder.AddMethod(compiled_method2, 1); in TEST_F()
570 CompiledMethod compiled_method2(RUNTIME_ARCH, &method2); in TEST_F() local
571compiled_method2.SetCode(Span(reinterpret_cast<const uint8_t *>(x86_add.data()), x86_add.size())); in TEST_F()
572 compiled_method2.SetCodeInfo(Span(data).ToConst()); in TEST_F()
573 aot_builder.AddMethod(compiled_method2, 1); in TEST_F()