Searched refs:AllocateStringFromUtf8 (Results 1 – 5 of 5) sorted by relevance
260 String* s = String::cast(Heap::AllocateStringFromUtf8(CStrVector(string))); in VerifyStringAllocation()
86 CALL_HEAP_FUNCTION(Heap::AllocateStringFromUtf8(string, pretenure), String); in NewStringFromUtf8()
389 static Object* AllocateStringFromUtf8(
2360 Object* Heap::AllocateStringFromUtf8(Vector<const char> string, in AllocateStringFromUtf8() function in v8::internal::Heap
4974 return Heap::AllocateStringFromUtf8(CStrVector(zone)); in Runtime_DateLocalTimezone()