Searched defs:IsInteger32 (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dtype-info.h153 inline bool IsInteger32() { function in class:v8::internal::TypeInfo
H A Dhydrogen-instructions.h317 bool IsInteger32() const { return kind_ == kInteger32; } function in class:v8::internal::Representation
1943 if (value()->representation().IsInteger32()) return value();
2659 ASSERT(to.IsInteger32());
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc327 if (r.IsInteger32()) {
365 if (r.IsInteger32()) {
395 bool LCodeGen::IsInteger32(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
396 return chunk_->LookupLiteralRepresentation(op).IsInteger32();
402 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
420 if (r.IsInteger32()) {
1602 if (r.IsInteger32()) {
3107 } else if (r.IsInteger32()) {
3267 } else if (exponent_type.IsInteger32()) {
3847 ASSERT(instr->hydrogen()->value()->representation().IsInteger32());
[all...]
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc311 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
331 bool LCodeGen::IsInteger32(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
332 return chunk_->LookupLiteralRepresentation(op).IsInteger32();
1423 if (r.IsInteger32()) {
2876 } else if (r.IsInteger32()) {
3047 } else if (exponent_type.IsInteger32()) {
3605 ASSERT(instr->hydrogen()->value()->representation().IsInteger32());
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc297 if (r.IsInteger32()) {
335 if (r.IsInteger32()) {
363 bool LCodeGen::IsInteger32(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
364 return chunk_->LookupLiteralRepresentation(op).IsInteger32();
370 ASSERT(chunk_->LookupLiteralRepresentation(op).IsInteger32());
388 if (r.IsInteger32()) {
1462 if (r.IsInteger32()) {
2990 } else if (r.IsInteger32()) {
3164 } else if (exponent_type.IsInteger32()) {
3758 ASSERT(instr->hydrogen()->value()->representation().IsInteger32());
[all...]

Completed in 150 milliseconds