Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-native-context-specialization.cc944 Node* this_control = fallthrough_control; in ReduceNamedAccess() local
957 access_builder.BuildCheckMaps(receiver, &this_effect, this_control, in ReduceNamedAccess()
973 this_effect, this_control); in ReduceNamedAccess()
975 graph()->NewNode(common()->Branch(), check, this_control); in ReduceNamedAccess()
977 this_control = graph()->NewNode(common()->IfTrue(), branch); in ReduceNamedAccess()
985 this_control = graph()->NewNode(common()->Merge(2), this_control, in ReduceNamedAccess()
988 receiverissmi_effect, this_control); in ReduceNamedAccess()
1003 this_effect, this_control); in ReduceNamedAccess()
1010 this_control, name, if_exceptions, access_info, access_mode); in ReduceNamedAccess()
1307 Node* this_control = fallthrough_control; in ReduceElementAccess() local
[all …]