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 112 return AllocateInternalizedStringImpl<false>(str, chars, hash_field);
117 AllocationResult Heap::AllocateInternalizedStringImpl(T t, int chars,
120 return AllocateInternalizedStringImpl<true>(t, chars, hash_field);
122 return AllocateInternalizedStringImpl<false>(t, chars, hash_field);
heap.h     [all...]
heap.cc     [all...]
  /external/v8/src/
factory.cc 377 isolate()->heap()->AllocateInternalizedStringImpl(
    [all...]

Completed in 113 milliseconds