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

  /external/v8/src/heap/
heap-inl.h 210 return AllocateInternalizedStringImpl<false>(str, chars, hash_field);
215 AllocationResult Heap::AllocateInternalizedStringImpl(T t, int chars,
218 return AllocateInternalizedStringImpl<true>(t, chars, hash_field);
220 return AllocateInternalizedStringImpl<false>(t, chars, hash_field);
heap.h     [all...]
heap.cc     [all...]
  /external/v8/src/
factory.cc 438 isolate()->heap()->AllocateInternalizedStringImpl(
    [all...]

Completed in 187 milliseconds