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

  /external/v8/src/
compiler.cc 1399 CompilationCache* compilation_cache = isolate->compilation_cache(); local
1477 CompilationCache* compilation_cache = isolate->compilation_cache(); local
    [all...]
isolate.h 832 CompilationCache* compilation_cache() { return compilation_cache_; } function in class:v8::internal::Isolate
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 1611 CompilationCache* compilation_cache = isolate->compilation_cache(); local
    [all...]
  /external/v8/src/regexp/
jsregexp.cc 139 CompilationCache* compilation_cache = isolate->compilation_cache(); local
141 compilation_cache->LookupRegExp(pattern, flags);
189 compilation_cache->PutRegExp(pattern, flags, data);
    [all...]

Completed in 129 milliseconds