Searched refs:g_afterPatchInstructionBuf (Results 1 - 1 of 1) sorted by relevance
/base/security/code_signature/test/unittest/ |
H A D | jit_code_sign_test.cpp | 73 static void *g_afterPatchInstructionBuf = CAST_VOID_PTR(g_afterPatchInstructionSet); member 225 EXPECT_EQ(CopyToJitCode(signer, g_jitMemory, g_afterPatchInstructionBuf, in HWTEST_F() 227 EXPECT_EQ(memcmp(g_jitMemory, g_afterPatchInstructionBuf, INSTRUCTIONS_SET_SIZE_BYTES), 0); in HWTEST_F() 268 RegisterTmpBuffer(signer, g_afterPatchInstructionBuf); in HWTEST_F() 270 g_afterPatchInstructionBuf) + offset + INSTRUCTION_SIZE), in HWTEST_F() 274 EXPECT_EQ(CopyToJitCode(signer, g_jitMemory, g_afterPatchInstructionBuf, in HWTEST_F() 276 EXPECT_EQ(memcmp(g_jitMemory, g_afterPatchInstructionBuf, INSTRUCTIONS_SET_SIZE_BYTES), 0); in HWTEST_F() 298 EXPECT_EQ(CopyToJitCode(signer, g_jitMemory, g_afterPatchInstructionBuf, in HWTEST_F() 346 EXPECT_EQ(CopyToJitCode(signer, g_jitMemory, g_afterPatchInstructionBuf, in HWTEST_F() 447 RegisterTmpBuffer(signer, g_afterPatchInstructionBuf); in HWTEST_F() [all...] |
Completed in 2 milliseconds