Home
last modified time | relevance | path

Searched refs:CompileEval (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dcompiler.h261 static Handle<SharedFunctionInfo> CompileEval(Handle<String> source,
Dv8-counters.h49 HT(compile_eval, V8.CompileEval) \
Dcompiler.cc544 Handle<SharedFunctionInfo> Compiler::CompileEval(Handle<String> source, in CompileEval() function in v8::internal::Compiler
Druntime.cc8160 Handle<SharedFunctionInfo> shared = Compiler::CompileEval(source, in RUNTIME_FUNCTION()
8179 Handle<SharedFunctionInfo> shared = Compiler::CompileEval( in CompileGlobalEval()
10633 Compiler::CompileEval(function_source, in RUNTIME_FUNCTION()
10725 Compiler::CompileEval(source, context, is_global, kNonStrictMode); in RUNTIME_FUNCTION()