Searched refs:lazy_context (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ic/ |
D | accessor-assembler.h | 82 const LazyNode<Context>& lazy_context, 209 const LazyNode<Context>& lazy_context, ExitPoint* exit_point, 214 const LazyNode<Context>& lazy_context,
|
D | accessor-assembler.cc | 2546 const LazyNode<Context>& lazy_context, in LoadGlobalIC() argument 2552 LoadGlobalIC_TryPropertyCellCase(vector, slot, lazy_context, exit_point, in LoadGlobalIC() 2556 LoadGlobalIC_TryHandlerCase(vector, slot, lazy_context, lazy_name, in LoadGlobalIC() 2562 TNode<Context> context = lazy_context(); in LoadGlobalIC() 2571 const LazyNode<Context>& lazy_context, ExitPoint* exit_point, in LoadGlobalIC_TryPropertyCellCase() argument 2600 TNode<Context> context = lazy_context(); in LoadGlobalIC_TryPropertyCellCase() 2609 const LazyNode<Context>& lazy_context, const LazyNode<Name>& lazy_name, in LoadGlobalIC_TryHandlerCase() argument 2626 TNode<Context> context = lazy_context(); in LoadGlobalIC_TryHandlerCase()
|
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 167 LazyNode<Context> lazy_context = [=] { return CAST(GetContext()); }; in LdaGlobal() local 174 accessor_asm.LoadGlobalIC(feedback_vector, feedback_slot, lazy_context, in LdaGlobal()
|