Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen-instructions.cc2996 Representation right_rep = right()->representation(); in RepresentationFromInputs() local
2998 if (!right_rep.IsTagged()) rep = rep.generalize(right_rep); in RepresentationFromInputs()
3351 Representation right_rep = right()->representation(); in InferRepresentation() local
3360 if (!right_rep.IsTagged()) rep = rep.generalize(right_rep); in InferRepresentation()
Dhydrogen.cc10273 Representation right_rep = Representation::FromType(right_type); in BuildBinaryOperation() local
10298 right_rep = Representation::FromType(right_type); in BuildBinaryOperation()
10386 (right_rep.IsTagged() && !right_rep.IsSmi()); in BuildBinaryOperation()
10460 binop->set_observed_input_representation(2, right_rep); in BuildBinaryOperation()
10797 Representation right_rep = Representation::FromType(right_type); in BuildCompareInstruction() local
10870 result->set_observed_input_representation(2, right_rep); in BuildCompareInstruction()
10886 result->set_observed_input_representation(left_rep, right_rep); in BuildCompareInstruction()
Dhydrogen-instructions.h5038 Representation right_rep = right()->representation(); in RepresentationFromInputs() local
5041 result = result.generalize(right_rep); in RepresentationFromInputs()