Searched refs:ephi (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | js-intrinsic-lowering.cc | 269 Node* ephi = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, merge); in ReduceIsInstanceType() local 270 ReplaceWithValue(node, node, ephi, merge); in ReduceIsInstanceType()
|
D | js-generic-lowering.cc | 1215 Node* ephi = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, merge); in LowerJSStackCheck() local 1218 NodeProperties::ReplaceUses(node, node, ephi, merge, merge); in LowerJSStackCheck() 1220 NodeProperties::ReplaceEffectInput(ephi, efalse, 1); in LowerJSStackCheck()
|
D | js-call-reducer.cc | 411 Node* ephi = gasm_->graph()->NewNode(gasm_->common()->EffectPhi(size), in MergeExceptionalPaths() local 420 *effect_out = Effect(ephi); in MergeExceptionalPaths() 2671 Node* ephi = graph()->NewNode(common()->EffectPhi(2), if_exception0, in ReduceFunctionPrototypeApply() local 2676 ReplaceWithValue(if_exception, phi, ephi, merge); in ReduceFunctionPrototypeApply() 3196 Node* ephi = in ReduceReflectGet() local 3201 ReplaceWithValue(on_exception, phi, ephi, merge); in ReduceReflectGet() 3262 Node* ephi = in ReduceReflectHas() local 3267 ReplaceWithValue(on_exception, phi, ephi, merge); in ReduceReflectHas() 3945 Node* ephi = graph()->NewNode(common()->EffectPhi(2), if_exception, in CheckIfConstructor() local 3950 ReplaceWithValue(on_exception, phi, ephi, merge); in CheckIfConstructor() [all …]
|
D | js-native-context-specialization.cc | 1383 Node* ephi = in ReduceNamedAccess() local 1389 ReplaceWithValue(if_exception, phi, ephi, merge); in ReduceNamedAccess()
|
D | wasm-compiler.cc | 785 Node* ephi = EffectPhi(2, ephi_inputs); in StackCheck() local 801 SetEffectControl(ephi, merge); in StackCheck()
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | 2drvb10.txt | 39900 45:10. You shall have just balances, and a just ephi, and a just bate. 39902 45:11. The ephi and the bate shall be equal, and of one measure: that 39903 the bate may contain the tenth part of a core, and the ephi the tenth 39907 The ephi and the bate. . .These measures were of equal capacity, but the 39908 bate served for liquids, and the ephi for dry things. 39914 part of an ephi of a core of wheat, and the sixth part of an ephi of a 39957 45:24. And he shall offer the sacrifice of an ephi for every calf, and 39958 an ephi for every ram: and a hin of oil for every ephi. 39990 46:5. And the sacrifice of all ephi for a ram: but for the lambs what 39991 sacrifice his hand shall allow: and a hin of oil for every ephi. [all …]
|