Home
last modified time | relevance | path

Searched refs:NewCodeCache (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dfactory.h260 Handle<CodeCache> NewCodeCache();
Dfactory.cc853 Handle<CodeCache> Factory::NewCodeCache() { in NewCodeCache() function in v8::internal::Factory
Dobjects.cc10132 Handle<Object> result = isolate->factory()->NewCodeCache(); in UpdateCodeCache()