Searched refs:CompileLazy (Results 1 – 10 of 10) sorted by relevance
/external/webkit/V8Binding/v8/src/ |
D | compiler.h | 73 static bool CompileLazy(Handle<SharedFunctionInfo> shared, int loop_nesting);
|
D | v8-counters.h | 48 HT(compile_lazy, V8.CompileLazy) \
|
D | handles.h | 311 bool CompileLazy(Handle<JSFunction> function, ClearExceptionFlag flag);
|
D | handles.cc | 635 bool result = Compiler::CompileLazy(shared, loop_nesting); in CompileLazyShared() 642 bool CompileLazy(Handle<JSFunction> function, ClearExceptionFlag flag) { in CompileLazy() function
|
D | compiler.cc | 347 bool Compiler::CompileLazy(Handle<SharedFunctionInfo> shared, in CompileLazy() function in v8::internal::Compiler
|
D | accessors.cc | 456 if (!CompileLazy(function_handle, KEEP_EXCEPTION)) { in FunctionGetLength()
|
D | builtins.cc | 116 if (function->is_compiled() || CompileLazy(function, CLEAR_EXCEPTION)) { in GetCode()
|
D | ic.cc | 1223 CompileLazy(function, CLEAR_EXCEPTION); in CallIC_Miss()
|
D | bootstrapper.cc | 197 if (!CompileLazy(f, CLEAR_EXCEPTION)) { in Process()
|
D | runtime.cc | 1225 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()
|