Home | History | Annotate | Download | only in src

Lines Matching refs:lazy_compile

1917     Handle<Code> lazy_compile = isolate_->builtins()->CompileLazy();
1986 function->ReplaceCode(*lazy_compile);
1987 function->shared()->ReplaceCode(*lazy_compile);
1998 function->ReplaceCode(*lazy_compile);
1999 function->shared()->ReplaceCode(*lazy_compile);
2040 function->ReplaceCode(*lazy_compile);
2041 function->shared()->ReplaceCode(*lazy_compile);