Lines Matching refs:CreateMapItem
174 HWTEST_F(VirtualThreadTest, CreateMapItem, TestSize.Level1)
178 thread.CreateMapItem("0.so", 1000, 2000, 3000);
179 thread.CreateMapItem("1.so", 3000, 4000, 5000);
180 thread.CreateMapItem("2.so", 10000, 20000, 30000);
224 thread.CreateMapItem("new", 0u, 1u, 2u); // update maps
243 thread.CreateMapItem("0.so", 1000u, 2000u, 3000u);
244 thread.CreateMapItem("1.so", 3000u, 4000u, 5000u);
245 thread.CreateMapItem("2.so", 10000u, 20000u, 30000u);
282 thread.CreateMapItem("0.so", 1000u, 2000u, 3000u);
283 thread.CreateMapItem("1.so", 3000u, 4000u, 5000u);
284 thread.CreateMapItem("2.so", 10000u, 20000u, 30000u);
370 thread.CreateMapItem(TEST_FILE_ELF_FULL_PATH, 0u, sb.st_size, 0u);