Home
last modified time | relevance | path

Searched defs:lazy_context (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ic/
Daccessor-assembler.cc2546 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()
/external/v8/src/interpreter/
Dinterpreter-generator.cc167 LazyNode<Context> lazy_context = [=] { return CAST(GetContext()); }; in LdaGlobal() local