Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-generator.cc1129 Label* do_float_op, Variable* var_float) = 0;
1145 Label do_float_op(this, &var_float_value); in UnaryOpWithFeedback() local
1164 SmiOp(CAST(value), &var_feedback, &do_float_op, &var_float_value)); in UnaryOpWithFeedback()
1171 Goto(&do_float_op); in UnaryOpWithFeedback()
1208 BIND(&do_float_op); in UnaryOpWithFeedback()
1230 Label* do_float_op, Variable* var_float) override { in SmiOp() argument
1251 Goto(do_float_op); in SmiOp()
1326 Label* do_float_op, Variable* var_float) override { in SmiOp() argument
1337 Goto(do_float_op); in SmiOp()