Home
last modified time | relevance | path

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

/external/v8/src/ic/
Daccessor-assembler.cc2595 TNode<IntPtrT> lexical_handler = SmiUntag(CAST(maybe_weak_ref)); in LoadGlobalIC_TryPropertyCellCase() local
2597 Signed(DecodeWord<FeedbackNexus::ContextIndexBits>(lexical_handler)); in LoadGlobalIC_TryPropertyCellCase()
2599 Signed(DecodeWord<FeedbackNexus::SlotIndexBits>(lexical_handler)); in LoadGlobalIC_TryPropertyCellCase()
2951 TNode<IntPtrT> lexical_handler = SmiUntag(CAST(maybe_weak_ref)); in StoreGlobalIC() local
2953 Signed(DecodeWord<FeedbackNexus::ContextIndexBits>(lexical_handler)); in StoreGlobalIC()
2955 Signed(DecodeWord<FeedbackNexus::SlotIndexBits>(lexical_handler)); in StoreGlobalIC()