Searched refs:AllocUtf8String (Results 1 – 2 of 2) sorted by relevance
71 static coretypes::String *AllocUtf8String(std::vector<uint8_t> data, bool isMovable = true) in AllocUtf8String() function in ark::mem::test::StringTableTest103 auto *string = AllocUtf8String(data); in InternCompressedUtf8AndString()118 auto *string = AllocUtf8String(data); in InternUncompressedUtf8AndString()156 … [[maybe_unused]] auto *firstPointer = table.GetOrInternString(AllocUtf8String(data), ctx); in InternManyStrings()159 auto *thirdPointer = table.GetOrInternString(AllocUtf8String(data), ctx); in InternManyStrings()178 auto *s1 = AllocUtf8String(data1); in SweepObjectInTable()180 auto *s2 = AllocUtf8String(data2); in SweepObjectInTable()182 auto *s3 = AllocUtf8String(data3); in SweepObjectInTable()215 auto *s1 = AllocUtf8String(data1, false); in SweepNonMovableObjectInTable()218 auto *s2 = AllocUtf8String(data2, false); in SweepNonMovableObjectInTable()[all …]
59 static coretypes::String *AllocUtf8String(std::vector<uint8_t> data) in AllocUtf8String() function in ark::mem::test::MultithreadedInternStringTableTest