Searched refs:Integer32 (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc115 Integer32(Type::Signed32(), isolate),
151 Handle<Type> Integer32; member in class:HandlifiedTypes
282 CheckSub(T.Integer32, T.Number);
284 CheckSub(T.Integer31, T.Integer32);
286 CheckUnordered(T.Integer32, T.Double);
316 CheckSub(T.Integer31Constant, T.Integer32);
353 CheckDisjoint(T.Integer32, T.Double);
384 CheckOverlap(T.Integer31Constant, T.Integer32);
472 T.Union(T.ObjectConstant1, T.Integer32), T.Union(T.Object, T.Number));
550 T.Union(T.Number, T.ArrayClass), T.Union(T.Integer32,
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-gap-resolver-arm.cc251 ? Representation::Smi() : Representation::Integer32();
265 ? Representation::Smi() : Representation::Integer32();
H A Dlithium-arm.cc1419 return constant_val->CopyToRepresentation(Representation::Integer32(),
H A Dlithium-codegen-arm.cc504 return ToRepresentation(op, Representation::Integer32());
/external/chromium_org/v8/src/mips/
H A Dlithium-gap-resolver-mips.cc255 ? Representation::Smi() : Representation::Integer32();
269 ? Representation::Smi() : Representation::Integer32();
H A Dlithium-mips.cc1403 return constant_val->CopyToRepresentation(Representation::Integer32(),
H A Dlithium-codegen-mips.cc490 return ToRepresentation(op, Representation::Integer32());
/external/v8/src/
H A Dhydrogen-instructions.h306 static Representation Integer32() { return Representation(kInteger32); } function in class:v8::internal::Representation
1232 set_representation(Representation::Integer32());
1839 set_representation(Representation::Integer32());
1858 set_representation(Representation::Integer32());
1864 return Representation::Integer32();
1885 set_representation(Representation::Integer32());
2537 ? Representation::Integer32()
2573 set_representation(Representation::Integer32());
2604 : Representation::Integer32();
2622 set_representation(Representation::Integer32());
[all...]
H A Dtype-info.cc51 ? TypeInfo::Integer32()
403 return TypeInfo::Integer32();
414 return TypeInfo::Integer32();
476 return TypeInfo::Integer32();
H A Dtype-info.h49 // Double Integer32 | /
65 static TypeInfo Integer32() { return TypeInfo(kInteger32); } function in class:v8::internal::TypeInfo
102 // Integer32 is an integer that can be represented as a signed
105 // as it is not an Integer32.
182 case kInteger32: return "Integer32";
H A Dhydrogen-instructions.cc1316 Representation::Integer32());
2094 Representation::Integer32())
2294 if (int32_occurred) return Representation::Integer32();
H A Dhydrogen.cc1839 // Prefer Integer32 over Double, if possible.
1841 return Representation::Integer32();
3008 compare_->SetInputRepresentation(Representation::Integer32());
3348 Handle<Object>(Smi::FromInt(0)), Representation::Integer32()));
3375 compare_index->SetInputRepresentation(Representation::Integer32());
3416 new_index->AssumeRepresentation(Representation::Integer32());
3887 Representation::Integer32()));
4599 Representation::Integer32(),
6287 rep = Representation::Integer32();
6548 rep = Representation::Integer32();
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h1580 set_representation(Representation::Integer32());
2368 set_representation(Representation::Integer32());
2449 set_representation(Representation::Integer32());
3297 if (HasInteger32Value()) return Representation::Integer32();
3527 ? Representation::Integer32() : new_rep;
3598 ? Representation::Integer32()
3655 set_representation(Representation::Integer32());
3679 : Representation::Integer32();
3826 if (new_rep.IsDouble()) new_rep = Representation::Integer32();
3832 if (r.IsDouble()) return Representation::Integer32();
[all...]
H A Dproperty-details.h99 static Representation Integer32() { return Representation(kInteger32); } function in class:v8::internal::Representation
H A Dhydrogen-instructions.cc89 Representation::Integer32(), h_infer, "use requirements");
119 if (int32_count > 0) return Representation::Integer32();
221 Representation r = Representation::Integer32();
912 if (r.is_more_general_than(Representation::Integer32())) {
913 r = Representation::Integer32();
1317 left, Representation::Integer32(), false, false);
1328 right, Representation::Integer32(), false, false);
1498 // bound is Integer32.
1816 new_index->AssumeRepresentation(Representation::Integer32());
2457 r = Representation::Integer32();
[all...]
H A Dtype-info.h49 // Double Integer32 | /
65 static TypeInfo Integer32() { return TypeInfo(kInteger32); } function in class:v8::internal::TypeInfo
102 // Integer32 is an integer that can be represented as a signed
105 // as it is not an Integer32.
182 case kInteger32: return "Integer32";
H A Dtype-info.cc50 ? TypeInfo::Integer32()
439 return TypeInfo::Integer32();
701 if (info.IsInteger32()) return Representation::Integer32();
H A Dcode-stubs-hydrogen.cc162 Representation::Integer32());
192 stack_pop_count->ChangeRepresentation(Representation::Integer32());
H A Dtypes.cc487 if (type->Is(Type::Signed32())) return Representation::Integer32();
/external/chromium_org/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc310 ? Representation::Smi() : Representation::Integer32();
343 ? Representation::Smi() : Representation::Integer32();
H A Dlithium-ia32.cc1470 return constant_val->CopyToRepresentation(Representation::Integer32(),
H A Dlithium-codegen-ia32.cc671 return ToRepresentation(op, Representation::Integer32());
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc1378 return constant_val->CopyToRepresentation(Representation::Integer32(),

Completed in 550 milliseconds