Lines Matching refs:CreateMapItem
248 HWTEST_F(VirtualThreadTest, CreateMapItem, TestSize.Level1)
252 thread.CreateMapItem("0.so", 1000, 2000, 3000);
253 thread.CreateMapItem("1.so", 3000, 4000, 5000);
254 thread.CreateMapItem("2.so", 10000, 20000, 30000);
298 thread.CreateMapItem("new", 0u, 1u, 2u);
317 thread.CreateMapItem("0.so", 1000u, 2000u, 3000u);
318 thread.CreateMapItem("1.so", 3000u, 4000u, 5000u);
319 thread.CreateMapItem("2.so", 10000u, 20000u, 30000u);
356 thread.CreateMapItem("0.so", 1000u, 2000u, 3000u);
357 thread.CreateMapItem("1.so", 3000u, 4000u, 5000u);
358 thread.CreateMapItem("2.so", 10000u, 20000u, 30000u);
444 thread.CreateMapItem(TEST_FILE_ELF_FULL_PATH, 0u, sb.st_size, 0u);