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

  /external/webkit/Source/JavaScriptCore/wtf/
PageAllocatorSymbian.h 40 class SymbianChunk : public RChunk {
43 SymbianChunk(TInt handle)
51 ~SymbianChunk()
92 SymbianChunk* m_chunk;
OSAllocatorSymbian.cpp 35 static RPointerArray<SymbianChunk> codeChunksContainer;
51 codeChunksContainer.Append(new SymbianChunk(c.Handle()));
60 SymbianChunk* p = codeChunksContainer[i];
143 m_chunk = new SymbianChunk(chunk.Handle()); // takes ownership of chunk

Completed in 45 milliseconds