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

/external/chromium_org/v8/test/cctest/
H A Dtest-representation.cc55 TestPairPositive(Representation::Integer32(), Representation::None());
66 TestPairPositive(Representation::Integer32(), Representation::Integer8());
77 TestPairPositive(Representation::Integer32(), Representation::UInteger8());
88 TestPairPositive(Representation::Integer32(), Representation::Integer16());
99 TestPairPositive(Representation::Integer32(), Representation::UInteger16());
110 TestPairPositive(Representation::Integer32(), Representation::Smi());
115 TestPairNegative(Representation::None(), Representation::Integer32());
116 TestPairNegative(Representation::Integer8(), Representation::Integer32());
117 TestPairNegative(Representation::UInteger8(), Representation::Integer32());
118 TestPairNegative(Representation::Integer16(), Representation::Integer32());
[all...]
H A Dtest-macro-assembler-x64.cc2645 __ Store(Operand(rsp, 0 * kPointerSize), rcx, Representation::Integer32());
2650 __ Load(rdx, Operand(rsp, 0 * kPointerSize), Representation::Integer32());
/external/chromium_org/v8/src/
H A Dproperty-details-inl.h20 if (type->Is(Type::Signed32())) return Representation::Integer32();
H A Dhydrogen-instructions.h1730 set_representation(Representation::Integer32());
1760 set_representation(Representation::Integer32());
1775 return Representation::Integer32();
2612 return Representation::Integer32();
2657 set_representation(Representation::Integer32());
2661 set_representation(Representation::Integer32());
3570 if (HasInteger32Value()) return Representation::Integer32();
3829 ? Representation::Integer32() : new_rep;
3916 ? Representation::Integer32()
3986 set_representation(Representation::Integer32());
[all...]
H A Dproperty-details.h83 static Representation Integer32() { return Representation(kInteger32); } function in class:v8::internal::Representation
H A Dhydrogen-instructions.cc68 Representation::Integer32(), h_infer, "use requirements");
98 if (int32_count > 0) return Representation::Integer32();
200 Representation r = Representation::Integer32();
1047 if (r.is_more_general_than(Representation::Integer32())) {
1048 r = Representation::Integer32();
1432 return Representation::Integer32();
1561 left, Representation::Integer32(), false, false));
1569 Representation::Integer32(), right->block()->zone()));
1578 right, Representation::Integer32(), false, false));
1739 // bound is Integer32
[all...]
H A Dhydrogen.cc1678 mask->ChangeRepresentation(Representation::Integer32());
10181 Representation::Integer32());
/external/chromium_org/v8/src/arm/
H A Dinterface-descriptors-arm.cc169 Representation::Tagged(), Representation::Integer32()};
191 Representation::Integer32()};
291 Representation::Integer32(), // actual number of arguments
292 Representation::Integer32(), // expected number of arguments
H A Dlithium-gap-resolver-arm.cc240 ? Representation::Smi() : Representation::Integer32();
255 ? Representation::Smi() : Representation::Integer32();
H A Dlithium-codegen-arm.cc518 return ToRepresentation(op, Representation::Integer32());
/external/chromium_org/v8/src/arm64/
H A Dinterface-descriptors-arm64.cc201 Representation::Tagged(), Representation::Integer32()};
222 Representation::Integer32()};
336 Representation::Integer32(), // actual number of arguments
337 Representation::Integer32(), // expected number of arguments
H A Dlithium-codegen-arm64.cc3686 Representation::Integer32());
3838 // never get set by the negation. This is therefore the same as the Integer32
5411 Representation::Integer32());
/external/chromium_org/v8/src/ia32/
H A Dinterface-descriptors-ia32.cc171 Representation::Tagged(), Representation::Integer32()};
192 Representation::Integer32()};
277 Representation::Integer32(), // actual number of arguments
278 Representation::Integer32(), // expected number of arguments
H A Dlithium-gap-resolver-ia32.cc287 ? Representation::Smi() : Representation::Integer32();
311 ? Representation::Smi() : Representation::Integer32();
H A Dlithium-codegen-ia32.cc514 return ToRepresentation(op, Representation::Integer32());
1811 Representation::Integer32());
1871 Representation::Integer32());
/external/chromium_org/v8/src/mips/
H A Dinterface-descriptors-mips.cc169 Representation::Tagged(), Representation::Integer32()};
191 Representation::Integer32()};
276 Representation::Integer32(), // actual number of arguments
277 Representation::Integer32(), // expected number of arguments
H A Dlithium-gap-resolver-mips.cc232 ? Representation::Smi() : Representation::Integer32();
246 ? Representation::Smi() : Representation::Integer32();
H A Dlithium-codegen-mips.cc513 return ToRepresentation(op, Representation::Integer32());
/external/chromium_org/v8/src/mips64/
H A Dinterface-descriptors-mips64.cc169 Representation::Tagged(), Representation::Integer32()};
191 Representation::Integer32()};
276 Representation::Integer32(), // actual number of arguments
277 Representation::Integer32(), // expected number of arguments
H A Dlithium-codegen-mips64.cc458 // return ToRepresentation(op, Representation::Integer32());
3005 representation = Representation::Integer32();
4189 representation = Representation::Integer32();
4438 representation = Representation::Integer32();
/external/chromium_org/v8/src/x64/
H A Dinterface-descriptors-x64.cc171 Representation::Tagged(), Representation::Integer32()};
193 Representation::Integer32()};
278 Representation::Integer32(), // actual number of arguments
279 Representation::Integer32(), // expected number of arguments
H A Dlithium-codegen-x64.cc437 return ToRepresentation(op, Representation::Integer32());
3001 representation = Representation::Integer32();
4167 representation = Representation::Integer32();
/external/chromium_org/v8/src/x87/
H A Dinterface-descriptors-x87.cc171 Representation::Tagged(), Representation::Integer32()};
192 Representation::Integer32()};
277 Representation::Integer32(), // actual number of arguments
278 Representation::Integer32(), // expected number of arguments
H A Dlithium-gap-resolver-x87.cc287 ? Representation::Smi() : Representation::Integer32();
307 ? Representation::Smi() : Representation::Integer32();
H A Dlithium-codegen-x87.cc777 return ToRepresentation(op, Representation::Integer32());
2079 Representation::Integer32());
2139 Representation::Integer32());

Completed in 2093 milliseconds