Home
last modified time | relevance | path

Searched refs:CompileLazy (Results 1 – 10 of 10) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dcompiler.h73 static bool CompileLazy(Handle<SharedFunctionInfo> shared, int loop_nesting);
Dv8-counters.h48 HT(compile_lazy, V8.CompileLazy) \
Dhandles.h311 bool CompileLazy(Handle<JSFunction> function, ClearExceptionFlag flag);
Dhandles.cc635 bool result = Compiler::CompileLazy(shared, loop_nesting); in CompileLazyShared()
642 bool CompileLazy(Handle<JSFunction> function, ClearExceptionFlag flag) { in CompileLazy() function
Dcompiler.cc347 bool Compiler::CompileLazy(Handle<SharedFunctionInfo> shared, in CompileLazy() function in v8::internal::Compiler
Daccessors.cc456 if (!CompileLazy(function_handle, KEEP_EXCEPTION)) { in FunctionGetLength()
Dbuiltins.cc116 if (function->is_compiled() || CompileLazy(function, CLEAR_EXCEPTION)) { in GetCode()
Dic.cc1223 CompileLazy(function, CLEAR_EXCEPTION); in CallIC_Miss()
Dbootstrapper.cc197 if (!CompileLazy(f, CLEAR_EXCEPTION)) { in Process()
Druntime.cc1225 if (!fun->is_compiled() && !CompileLazy(fun, KEEP_EXCEPTION)) { in Runtime_SetCode()
7419 if (!func->is_compiled() && !CompileLazy(func, KEEP_EXCEPTION)) { in Runtime_DebugDisassembleFunction()
7434 if (!func->is_compiled() && !CompileLazy(func, KEEP_EXCEPTION)) { in Runtime_DebugDisassembleConstructor()