Home
last modified time | relevance | path

Searched refs:CompileScript (Results 1 – 7 of 7) sorted by relevance

/external/v8/test/cctest/
Dtest-serialize.cc887 static Handle<SharedFunctionInfo> CompileScript( in CompileScript() function
890 return Compiler::CompileScript( in CompileScript()
919 CompileScript(isolate, orig_source, Handle<String>(), &cache, in TEST()
927 copy = CompileScript(isolate, copy_source, Handle<String>(), &cache, in TEST()
962 CompileScript(isolate, src, src, &cache, in TEST()
966 Handle<SharedFunctionInfo> copy = CompileScript( in TEST()
1002 CompileScript(isolate, orig_source, Handle<String>(), &cache, in TEST()
1016 copy = CompileScript(isolate, copy_source, Handle<String>(), &cache, in TEST()
1058 CompileScript(isolate, source_str, Handle<String>(), &cache, in TEST()
1066 copy = CompileScript(isolate, source_str, Handle<String>(), &cache, in TEST()
[all …]
Dtest-compiler.cc62 Handle<SharedFunctionInfo> shared_function = Compiler::CompileScript( in Compile()
/external/v8/test/cctest/compiler/
Dtest-linkage.cc33 Handle<SharedFunctionInfo> shared_function = Compiler::CompileScript( in Compile()
/external/v8/src/
Dcompiler.h670 static Handle<SharedFunctionInfo> CompileScript(
Dcompiler.cc1427 Handle<SharedFunctionInfo> Compiler::CompileScript( in CompileScript() function in v8::internal::Compiler
Dbootstrapper.cc1871 Handle<SharedFunctionInfo> function_info = Compiler::CompileScript( in CompileNative()
1928 function_info = Compiler::CompileScript( in CompileExtension()
Dapi.cc1780 result = i::Compiler::CompileScript( in CompileUnboundInternal()