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

  /external/chromium_org/v8/src/heap/
heap-inl.h 72 return AllocateInternalizedStringImpl<false>(str, chars, hash_field);
77 AllocationResult Heap::AllocateInternalizedStringImpl(T t, int chars,
80 return AllocateInternalizedStringImpl<true>(t, chars, hash_field);
82 return AllocateInternalizedStringImpl<false>(t, chars, hash_field);
heap.h     [all...]
heap.cc     [all...]
  /external/chromium_org/v8/src/
factory.cc 336 isolate()->heap()->AllocateInternalizedStringImpl(
    [all...]

Completed in 68 milliseconds