Home
last modified time | relevance | path

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

/external/v8/src/ic/
Daccessor-assembler.cc2575 Label if_lexical_var(this), if_property_cell(this); in LoadGlobalIC_TryPropertyCellCase() local
2578 Branch(TaggedIsSmi(maybe_weak_ref), &if_lexical_var, &if_property_cell); in LoadGlobalIC_TryPropertyCellCase()
2592 BIND(&if_lexical_var); in LoadGlobalIC_TryPropertyCellCase()
2907 Label if_lexical_var(this), if_property_cell(this); in StoreGlobalIC() local
2910 Branch(TaggedIsSmi(maybe_weak_ref), &if_lexical_var, &if_property_cell); in StoreGlobalIC()
2948 BIND(&if_lexical_var); in StoreGlobalIC()