Lines Matching refs:etrue
862 Node* etrue = effect; in ReduceReflectGet() local
871 vtrue = etrue = if_true = in ReduceReflectGet()
873 key, context, frame_state, etrue, if_true); in ReduceReflectGet()
880 Node* extrue = graph()->NewNode(common()->IfException(), etrue, if_true); in ReduceReflectGet()
900 ReplaceWithValue(node, vtrue, etrue, if_true); in ReduceReflectGet()
938 Node* etrue = effect; in ReduceReflectHas() local
941 vtrue = etrue = if_true = in ReduceReflectHas()
943 frame_state, etrue, if_true); in ReduceReflectHas()
950 Node* extrue = graph()->NewNode(common()->IfException(), etrue, if_true); in ReduceReflectHas()
970 ReplaceWithValue(node, vtrue, etrue, if_true); in ReduceReflectHas()
2171 Node* etrue = *effect; in DoFilterPostCallbackWork() local
2175 Node* elements = etrue = graph()->NewNode( in DoFilterPostCallbackWork()
2176 simplified()->LoadField(AccessBuilder::ForJSObjectElements()), a, etrue, in DoFilterPostCallbackWork()
2181 Node* checked_to = etrue = graph()->NewNode( in DoFilterPostCallbackWork()
2182 common()->TypeGuard(TypeCache::Get().kFixedArrayLengthType), to, etrue, in DoFilterPostCallbackWork()
2184 Node* elements_length = etrue = graph()->NewNode( in DoFilterPostCallbackWork()
2186 etrue, if_true); in DoFilterPostCallbackWork()
2191 elements = etrue = graph()->NewNode( in DoFilterPostCallbackWork()
2193 elements, checked_to, elements_length, etrue, if_true); in DoFilterPostCallbackWork()
2199 etrue = graph()->NewNode( in DoFilterPostCallbackWork()
2201 new_length_a, etrue, if_true); in DoFilterPostCallbackWork()
2204 etrue = graph()->NewNode( in DoFilterPostCallbackWork()
2206 elements, checked_to, element, etrue, if_true); in DoFilterPostCallbackWork()
2216 *effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, *control); in DoFilterPostCallbackWork()
4038 Node* etrue = effect; in ReduceStringPrototypeSubstring() local
4047 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in ReduceStringPrototypeSubstring()
4104 Node* etrue = effect; in ReduceStringPrototypeSlice() local
4113 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in ReduceStringPrototypeSlice()
4154 Node* etrue = effect; in ReduceStringPrototypeSlice() local
4155 Node* vtrue = etrue = graph()->NewNode(simplified()->StringSubstring(), in ReduceStringPrototypeSlice()
4156 receiver, from, to, etrue, if_true); in ReduceStringPrototypeSlice()
4163 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in ReduceStringPrototypeSlice()
4205 Node* etrue = effect; in ReduceStringPrototypeSubstr() local
4214 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in ReduceStringPrototypeSubstr()
4256 Node* etrue = effect; in ReduceStringPrototypeSubstr() local
4257 Node* vtrue = etrue = in ReduceStringPrototypeSubstr()
4259 to, etrue, if_true); in ReduceStringPrototypeSubstr()
4266 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in ReduceStringPrototypeSubstr()
4516 Node* etrue = effect; in ReduceArrayPrototypePop() local
4560 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in ReduceArrayPrototypePop()
5054 Node* etrue = effect; in ReduceArrayIteratorPrototypeNext() local
5058 index = etrue = graph()->NewNode( in ReduceArrayIteratorPrototypeNext()
5061 index, etrue, if_true); in ReduceArrayIteratorPrototypeNext()
5072 Node* base_ptr = etrue = graph()->NewNode( in ReduceArrayIteratorPrototypeNext()
5075 elements, etrue, if_true); in ReduceArrayIteratorPrototypeNext()
5076 Node* external_ptr = etrue = graph()->NewNode( in ReduceArrayIteratorPrototypeNext()
5079 elements, etrue, if_true); in ReduceArrayIteratorPrototypeNext()
5093 Node* buffer = etrue = in ReduceArrayIteratorPrototypeNext()
5096 iterated_object, etrue, if_true); in ReduceArrayIteratorPrototypeNext()
5098 value_true = etrue = in ReduceArrayIteratorPrototypeNext()
5100 base_ptr, external_ptr, index, etrue, if_true); in ReduceArrayIteratorPrototypeNext()
5102 value_true = etrue = graph()->NewNode( in ReduceArrayIteratorPrototypeNext()
5105 elements, index, etrue, if_true); in ReduceArrayIteratorPrototypeNext()
5115 value_true = etrue = graph()->NewNode( in ReduceArrayIteratorPrototypeNext()
5117 etrue, if_true); in ReduceArrayIteratorPrototypeNext()
5123 value_true = etrue = in ReduceArrayIteratorPrototypeNext()
5125 value_true, context, etrue); in ReduceArrayIteratorPrototypeNext()
5135 etrue = graph()->NewNode(simplified()->StoreField(index_access), iterator, in ReduceArrayIteratorPrototypeNext()
5136 next_index, etrue, if_true); in ReduceArrayIteratorPrototypeNext()
5166 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in ReduceArrayIteratorPrototypeNext()
5921 Node* etrue = effect; in ReducePromisePrototypeFinally() local
5930 context = etrue = graph()->NewNode( in ReducePromisePrototypeFinally()
5936 context, etrue, if_true); in ReducePromisePrototypeFinally()
5937 etrue = in ReducePromisePrototypeFinally()
5940 context, on_finally, etrue, if_true); in ReducePromisePrototypeFinally()
5941 etrue = in ReducePromisePrototypeFinally()
5944 context, constructor, etrue, if_true); in ReducePromisePrototypeFinally()
5949 catch_true = etrue = in ReducePromisePrototypeFinally()
5953 context, etrue, if_true); in ReducePromisePrototypeFinally()
5958 then_true = etrue = in ReducePromisePrototypeFinally()
5962 context, etrue, if_true); in ReducePromisePrototypeFinally()
5971 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in ReducePromisePrototypeFinally()
6320 Node* etrue = effect; in ReduceMapPrototypeGet() local
6333 effect = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, control); in ReduceMapPrototypeGet()