Searched refs:TryLiteralCompare (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/mips/
H A Dfull-codegen-mips.cc657 bool FullCodeGenerator::TryLiteralCompare(Token::Value op, function in class:v8::internal::FullCodeGenerator
/external/v8/src/
H A Dfull-codegen.h354 bool TryLiteralCompare(Token::Value op,
/external/v8/src/arm/
H A Dfull-codegen-arm.cc4042 bool FullCodeGenerator::TryLiteralCompare(Token::Value op, function in class:v8::internal::FullCodeGenerator
4138 if (TryLiteralCompare(op, left, right, if_true, if_false, fall_through)) {
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc4016 bool FullCodeGenerator::TryLiteralCompare(Token::Value op, function in class:v8::internal::FullCodeGenerator
4108 if (TryLiteralCompare(op, left, right, if_true, if_false, fall_through)) {
/external/v8/src/x64/
H A Dfull-codegen-x64.cc3990 bool FullCodeGenerator::TryLiteralCompare(Token::Value op, function in class:v8::internal::FullCodeGenerator
4081 if (TryLiteralCompare(op, left, right, if_true, if_false, fall_through)) {

Completed in 126 milliseconds