Searched refs:compiled_method2 (Results 1 – 1 of 1) sorted by relevance
225 CompiledMethod compiled_method2(RUNTIME_ARCH, &method2); in TEST_F() local226 … compiled_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() local571 … compiled_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()