HomeSort by relevance Sort by last modified time
    Searched refs:AllocateStringFromUtf8 (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
factory.cc 86 CALL_HEAP_FUNCTION(Heap::AllocateStringFromUtf8(string, pretenure), String);
    [all...]
heap.h 370 static Object* AllocateStringFromUtf8(
    [all...]
heap.cc     [all...]
runtime.cc     [all...]
  /external/v8/test/cctest/
test-heap.cc 263 String* s = String::cast(Heap::AllocateStringFromUtf8(CStrVector(string)));

Completed in 38 milliseconds