Searched refs:LikelySmiBinaryOperation (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/ia32/
H A Dcodegen-ia32.h485 Result LikelySmiBinaryOperation(Token::Value op,
H A Dcodegen-ia32.cc1048 answer = LikelySmiBinaryOperation(op, &left, &right, overwrite_mode);
1198 Result CodeGenerator::LikelySmiBinaryOperation(Token::Value op, function in class:v8::internal::CodeGenerator
1698 return LikelySmiBinaryOperation(op, &unsafe_operand, operand,
1701 return LikelySmiBinaryOperation(op, operand, &unsafe_operand,
1772 answer = LikelySmiBinaryOperation(op, &constant_operand, operand,
1800 answer = LikelySmiBinaryOperation(op, &constant_operand, operand,
1977 answer = LikelySmiBinaryOperation(op, &constant_operand, operand,
1980 answer = LikelySmiBinaryOperation(op, operand, &constant_operand,
2015 answer = LikelySmiBinaryOperation(op, &constant_operand, operand,
2018 answer = LikelySmiBinaryOperation(o
[all...]
/external/v8/src/x64/
H A Dcodegen-x64.h473 Result LikelySmiBinaryOperation(Token::Value op,
H A Dcodegen-x64.cc5263 answer = LikelySmiBinaryOperation(op, &left, &right, overwrite_mode);
5418 return LikelySmiBinaryOperation(op, &unsafe_operand, operand,
5421 return LikelySmiBinaryOperation(op, operand, &unsafe_operand,
5458 answer = LikelySmiBinaryOperation(op, &constant_operand, operand,
5481 answer = LikelySmiBinaryOperation(op, &constant_operand, operand,
5507 answer = LikelySmiBinaryOperation(op, &constant_operand, operand,
5535 answer = LikelySmiBinaryOperation(op, &constant_operand, operand,
5642 answer = LikelySmiBinaryOperation(op, &constant_operand, operand,
5645 answer = LikelySmiBinaryOperation(op, operand, &constant_operand,
5655 Result CodeGenerator::LikelySmiBinaryOperation(Toke function in class:v8::internal::CodeGenerator
[all...]

Completed in 123 milliseconds