Searched defs:lazy_context (Results 1 – 2 of 2) sorted by relevance
2546 const LazyNode<Context>& lazy_context, in LoadGlobalIC()2571 const LazyNode<Context>& lazy_context, ExitPoint* exit_point, in LoadGlobalIC_TryPropertyCellCase()2609 const LazyNode<Context>& lazy_context, const LazyNode<Name>& lazy_name, in LoadGlobalIC_TryHandlerCase()
167 LazyNode<Context> lazy_context = [=] { return CAST(GetContext()); }; in LdaGlobal() local