Home
last modified time | relevance | path

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

/external/v8/src/ic/
Daccessor-assembler.cc107 Variable* var_handler, Label* if_transition_handler, in HandleKeyedStorePolymorphicCase() argument
118 if_transition_handler, var_transition_map_cell](Node* index) { in HandleKeyedStorePolymorphicCase()
133 Goto(if_transition_handler); in HandleKeyedStorePolymorphicCase()
1766 Label if_transition_handler(this); in KeyedStoreIC() local
1769 &var_handler, &if_transition_handler, in KeyedStoreIC()
1771 Bind(&if_transition_handler); in KeyedStoreIC()
Daccessor-assembler.h115 Label* if_transition_handler,