Lines Matching defs:Frames
359 MemProfData.Frames.insert({0, {0x123, 1, 2, false}});
360 MemProfData.Frames.insert({1, {0x345, 3, 4, true}});
361 MemProfData.Frames.insert({2, {0x125, 5, 6, false}});
362 MemProfData.Frames.insert({3, {0x567, 7, 8, true}});
363 MemProfData.Frames.insert({4, {0x124, 5, 6, false}});
364 MemProfData.Frames.insert({5, {0x789, 8, 9, true}});
531 MemProfData.Frames.try_emplace(0, 0x123, 1, 2, false);
532 MemProfData.Frames.try_emplace(1, 0x234, 3, 4, true);
533 MemProfData.Frames.try_emplace(2, 0x123, 5, 6, false);
534 MemProfData.Frames.try_emplace(3, 0x345, 7, 8, true);