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

  /external/v8/src/heap/
heap-inl.h 211 return AllocateInternalizedStringImpl<false>(str, chars, hash_field);
216 AllocationResult Heap::AllocateInternalizedStringImpl(T t, int chars,
219 return AllocateInternalizedStringImpl<true>(t, chars, hash_field);
221 return AllocateInternalizedStringImpl<false>(t, chars, hash_field);
heap.cc     [all...]

Completed in 325 milliseconds