Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/test/unittest/
H A Djit_code_sign_test.cpp75 static void *g_jitMemory = nullptr; variable
93 g_jitMemory = mmap(g_mapJitBase, PAGE_SIZE + PAGE_SIZE, in AllocJitMemory()
97 g_jitMemory = mmap(g_mapJitBase2, PAGE_SIZE, in AllocJitMemory()
101 EXPECT_NE(g_jitMemory, MAP_FAILED); in AllocJitMemory()
159 EXPECT_EQ(CopyToJitCode(signer, g_jitMemory, g_testInstructionSet,
183 EXPECT_EQ(CopyToJitCode(signer, g_jitMemory, g_testInstructionBuf,
322 EXPECT_EQ(CopyToJitCode(signer, g_jitMemory, g_testInstructionBuf,
371 EXPECT_EQ(CopyToJitCode(signer, g_jitMemory, g_testInstructionBuf,
498 ResetJitCode(g_jitMemory, INSTRUCTIONS_SET_SIZE_BYTES);
516 EXPECT_EQ(CopyToJitCode(signer, g_jitMemory, g_testInstructionBuf,
[all …]