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

  /external/chromium_org/v8/src/
compilation-cache.cc 68 static Handle<CompilationCacheTable> AllocateTable(Isolate* isolate, int size) {
79 result = AllocateTable(isolate(), kInitialCacheSize);
  /external/v8/src/
compilation-cache.cc 68 static Handle<CompilationCacheTable> AllocateTable(Isolate* isolate, int size) {
79 result = AllocateTable(isolate(), kInitialCacheSize);

Completed in 169 milliseconds