Home
last modified time | relevance | path

Searched refs:LazyNode (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ic/
Daccessor-assembler.h82 const LazyNode<Context>& lazy_context,
83 const LazyNode<Name>& lazy_name, TypeofMode typeof_mode,
209 const LazyNode<Context>& lazy_context, ExitPoint* exit_point,
214 const LazyNode<Context>& lazy_context,
215 const LazyNode<Name>& lazy_name,
Daccessor-assembler.cc2546 const LazyNode<Context>& lazy_context, in LoadGlobalIC()
2547 const LazyNode<Name>& lazy_name, 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()
169 LazyNode<Name> lazy_name = [=] { in LdaGlobal()
/external/v8/src/
Dcode-stub-assembler.h236 using LazyNode = std::function<TNode<T>()>; variable