6#if defined(TARGET_ARCH_ARM64)
20 __ set_constant_pool_allowed(
true);
21 SPILLS_LR_TO_FRAME({});
22 __ BranchLinkPatchable(StubCode::InvokeDartCode());
23 RESTORES_LR_FROM_FRAME({});
33 EXPECT_EQ(StubCode::InvokeDartCode().ptr(),
call.TargetCode());
ASSEMBLER_TEST_RUN(StoreIntoObject, test)
#define ASSEMBLER_TEST_GENERATE(name, assembler)