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-inl.h 84 return AllocateInternalizedStringImpl<false>(str, chars, hash_field);
89 AllocationResult Heap::AllocateInternalizedStringImpl(
92 return AllocateInternalizedStringImpl<true>(t, chars, hash_field);
94 return AllocateInternalizedStringImpl<false>(t, chars, hash_field);
heap.h     [all...]
heap.cc     [all...]
factory.cc 329 isolate()->heap()->AllocateInternalizedStringImpl(
    [all...]

Completed in 566 milliseconds