OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compilationcache
(Results
1 - 8
of
8
) sorted by null
/external/v8/src/
compilation-cache.cc
372
Handle<JSFunction>
CompilationCache
::LookupScript(Handle<String> source,
384
Handle<JSFunction>
CompilationCache
::LookupEval(Handle<String> source,
401
Handle<FixedArray>
CompilationCache
::LookupRegExp(Handle<String> source,
411
void
CompilationCache
::PutScript(Handle<String> source,
422
void
CompilationCache
::PutEval(Handle<String> source,
441
void
CompilationCache
::PutRegExp(Handle<String> source,
452
void
CompilationCache
::Clear() {
459
void
CompilationCache
::Iterate(ObjectVisitor* v) {
466
void
CompilationCache
::MarkCompactPrologue() {
473
void
CompilationCache
::Enable()
[
all
...]
compilation-cache.h
38
class
CompilationCache
{
compiler.cc
254
result =
CompilationCache
::LookupScript(source,
292
CompilationCache
::PutScript(source, result);
327
result =
CompilationCache
::LookupEval(source, context, is_global);
342
CompilationCache
::PutEval(source, context, is_global, result);
heap.cc
634
CompilationCache
::MarkCompactPrologue();
[
all
...]
debug.cc
[
all
...]
jsregexp.cc
114
Handle<FixedArray> cached =
CompilationCache
::LookupRegExp(pattern, flags);
153
CompilationCache
::PutRegExp(pattern, flags, data);
[
all
...]
/external/v8/
ChangeLog
[
all
...]
/external/v8/test/cctest/
test-api.cc
363
v8::internal::
CompilationCache
::Clear();
384
v8::internal::
CompilationCache
::Clear();
409
v8::internal::
CompilationCache
::Clear();
435
v8::internal::
CompilationCache
::Clear();
617
v8::internal::
CompilationCache
::Clear();
[
all
...]
Completed in 236 milliseconds