Searched refs:LazyNode (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ic/ |
D | accessor-assembler.h | 82 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,
|
D | accessor-assembler.cc | 2546 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/ |
D | interpreter-generator.cc | 167 LazyNode<Context> lazy_context = [=] { return CAST(GetContext()); }; in LdaGlobal() 169 LazyNode<Name> lazy_name = [=] { in LdaGlobal()
|
/external/v8/src/ |
D | code-stub-assembler.h | 236 using LazyNode = std::function<TNode<T>()>; variable
|