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

  /external/webkit/Source/JavaScriptCore/heap/
Heap.h 113 void* allocateSlowCase(size_t);
Heap.cpp 109 void* Heap::allocateSlowCase(size_t bytes)
  /external/webkit/Source/JavaScriptCore/runtime/
JSCell.h 397 return allocateSlowCase(bytes);

Completed in 2752 milliseconds